[fpc-pascal] Error when trying to build a crosscompiler for arm
Rainer Stratmann
RainerStratmann at t-online.de
Sat Aug 25 14:00:12 CEST 2012
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
More information about the fpc-pascal
mailing list