I downloaded the daily source an wanted to build a crosscompiler for arm with:

make clean buildbase installbase CROSSINSTALL=1 CROSSOPT="-XParm-elf-" 
OS_TARGET=embedded CPU_TARGET=arm SUBARCH=armv7m

There are 2 errors now:

systemh.inc(1071,10) Error: Forward declaration not solved "procedure 
get_caller_addr(Pointer;Pointer="nil"):^untyped;"
systemh.inc(1072,10) Error: Forward declaration not solved "procedure 
get_caller_frame(Pointer;Pointer="nil"):^untyped;"
system.pp(232) Fatal: There were 2 errors compiling module, stopping
Fatal: Compilation aborted
make[3]: *** [system.ppu] Fehler 1
make[3]: Leaving directory `/home/rainer/fpcdaily/fpc/rtl/embedded'
make[2]: *** [embedded_all] Fehler 2
make[2]: Leaving directory `/home/rainer/fpcdaily/fpc/rtl'
make[1]: *** [rtl_all] Fehler 2
make[1]: Leaving directory `/home/rainer/fpcdaily/fpc'
make: *** [base.build-stamp.arm-embedded] Fehler 2
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to