[fpc-pascal] FPC on Palm
Andrew Haines
AndrewD207 at aol.com
Wed Jun 4 00:28:45 CEST 2008
Hi, I tried to build a crosscompiler for palmos-arm and palmos-m68k but
both failed to compile.
Here's the results for m68k
make[5]: Entering directory `/home/andrew/programming/fpc/rtl/palmos'
/usr/bin/mkdir -p /home/andrew/programming/fpc/rtl/units/m68k-palmos
make[5]: *** No rule to make target `m68k/prt0.as', needed by `prt0.o'.
Stop.
make[5]: Leaving directory `/home/andrew/programming/fpc/rtl/palmos'
make[4]: *** [palmos_all] Error 2
make[4]: Leaving directory `/home/andrew/programming/fpc/rtl'
make[3]: *** [rtl] Error 2
make[3]: Leaving directory `/home/andrew/programming/fpc/compiler'
make[2]: *** [cycle] Error 2
make[2]: Leaving directory `/home/andrew/programming/fpc/compiler'
make[1]: *** [compiler_cycle] Error 2
make[1]: Leaving directory `/home/andrew/programming/fpc'
make: *** [build-stamp.m68k-palmos] Error 2
and for arm:
make[5]: Entering directory `/home/andrew/programming/fpc/rtl/palmos'
arm-palmos-as -o
/home/andrew/programming/fpc/rtl/units/arm-palmos/prt0.o arm/prt0.as
arm/prt0.as: Assembler messages:
arm/prt0.as:47: Error: cannot represent BFD_RELOC_RVA relocation in this
object file format
arm/prt0.as:49: Error: cannot represent BFD_RELOC_RVA relocation in this
object file format
arm/prt0.as:50: Error: cannot represent BFD_RELOC_RVA relocation in this
object file format
arm/prt0.as:54: Error: cannot represent BFD_RELOC_RVA relocation in this
object file format
arm/prt0.as:62: Error: cannot represent BFD_RELOC_RVA relocation in this
object file format
make[5]: *** [prt0.o] Error 1
make[5]: Leaving directory `/home/andrew/programming/fpc/rtl/palmos'
make[4]: *** [palmos_all] Error 2
make[4]: Leaving directory `/home/andrew/programming/fpc/rtl'
make[3]: *** [rtl] Error 2
make[3]: Leaving directory `/home/andrew/programming/fpc/compiler'
make[2]: *** [cycle] Error 2
make[2]: Leaving directory `/home/andrew/programming/fpc/compiler'
make[1]: *** [compiler_cycle] Error 2
make[1]: Leaving directory `/home/andrew/programming/fpc'
make: *** [build-stamp.arm-palmos] Error 2
I cant read or write asm but the prt0.as file seems to be copied from
the wince dir and it not for palm.
Is anyone working with fpc and palm?
Regards,
Andrew
More information about the fpc-pascal
mailing list