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_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to