[fpc-devel] fpc on arm-linux-uclibc and OABI
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Mar 1 12:40:51 CET 2010
On 01 Mar 2010, at 12:24, Nataraj S Narayan wrote:
> system.pp:(.text.n_system_system_exit+0x10): undefined reference to
> `_haltproc_eabi'
> noy1.lpr(23) Error: Error while linking
> noy1.lpr(23) Fatal: There were 1 errors compiling module, stopping
> Fatal: Compilation aborted
>
> Again, have I missed out something?
The uclibc startup code in FPC has never been adapted for EABI support. As mentioned earlier: it is not maintained. You can try copying the _haltproc_eabi from cprt0.as, but
a) it may still not work
b) it will still be unmaintained and unsupported until someone steps in to properly maintain it
Jonas
More information about the fpc-devel
mailing list