Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] About Compile Makefile in CDT

Hi folks!

I am trying to compile native>native_src>Makefile on Cdt 10.4.0 and I am getting erros like 'Environment variable $SOURCE_DATE_EPOCH: value must be smaller than or equal to 4294967295 but was found to be: 1830181914683634545'.

We tried to analyze it based on the message güven by the error, but still There was no solution. I guess due to this error, it doesn't create spawner.dll under win32.x86_64 folder after clean and all.

My Makefile compilation format is as follows :

mingw32-make.exe Makefile clean

mingw32-make.exe Makefile all

Can anyone with knowledge help me please?

Thanks! 

Back to the top