Hello list, > The compiled tcc binary is not able to compile itself, after git pull today: > tcc -o i386-tcc.exe tcc.c -DONE_SOURCE -DTCC_TARGET_I386 -I. -O2 > tcc: error: file 'crt1.o' not found > tcc: error: file 'crti.o' not found > In file included from tcc.c:22: > In file included from libtcc.c:21: > In file included from tcc.h:41: > d:/tinycc/win32/include/time.h:12: error: #error Only Win32 target is > supported! > make: *** [i386-tcc.exe] Error 1
I found out that git 76af94862352a3f1d26249d9ea6f795d107c1d7f breaks building in MSYS, and TCC_TARGET_PE is not defined when building *tcc.exe! @seyko please fix it! > > Regards, > Roy _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
