[fpc-devel] Attn Florian: r47852 broke building of i386

Florian Klämpfl florian at freepascal.org
Sun Jan 3 18:51:18 CET 2021


Am 02.01.2021 um 18:47 schrieb J. Gareth Moreton via fpc-devel:
> There still seems to be a problem with i386-win32 - this is from using FPC 3.2.0 as a base compiler and calling:
> 
> make distclean all install CPU_TARGET=i386 OS_TARGET=win32
> 
> ...
> C:/FPC/3.2.0/bin/i386-Win32/ppc386.exe -Ur -Xs -O2 -n -Fi../inc -Fi../i386 -Fi../win -FE. 
> -FUC:/Users/garet/Documents/programming/fpc/rtl/units/i386-win32 -di386 -dRELEASE -Fi../objpas/sysutils 
> -Fi../objpas/classes -Fu../i386 -I../objpas -I../win/wininc -Fu../win/wininc -Fu../win -I../inc -Fu../inc -Fu../objpas 
> buildrtl
> cpu.pp(70,12) Error: Identifier not found "_RTMSupport"
> cpu.pp(258) Fatal: There were 1 errors compiling module, stopping
> Fatal: Compilation aborted
> make[7]: *** [buildrtl.ppu] Error 1
> make[7]: Leaving directory `C:/Users/garet/Documents/programming/fpc/rtl/win32'
> make[6]: *** [win32_all] Error 2
> make[6]: Leaving directory `C:/Users/garet/Documents/programming/fpc/rtl'
> make[5]: *** [rtl] Error 2
> make[5]: Leaving directory `C:/Users/garet/Documents/programming/fpc/compiler'
> make[4]: *** [next] Error 2
> make[4]: Leaving directory `C:/Users/garet/Documents/programming/fpc/compiler'
> make[3]: *** [ppc1.exe] Error 2
> make[3]: Leaving directory `C:/Users/garet/Documents/programming/fpc/compiler'
> make[2]: *** [cycle] Error 2
> make[2]: Leaving directory `C:/Users/garet/Documents/programming/fpc/compiler'
> make[1]: *** [compiler_cycle] Error 2
> make[1]: Leaving directory `C:/Users/garet/Documents/programming/fpc'
> make: *** [build-stamp.i386-win32] Error 2

Are you sure, your working copy is clean? I just tried building i386-win32 and it works (starting with 3.2.0).


More information about the fpc-devel mailing list