On 02 Dec 2009, at 00:23, Dariusz Mazur wrote:

HI
I try to crosscompile for arm (uclibc and eabi). Source and listing error below.
But when I remove dynlibs form uses section, all goes OK
When I check link.res only few things are changed in section input
prt0->cprt0.o
->crti.o

What I should looking for.

I don't understand the errors, because FPC does not yet support VFP at all. So those FPC-generated object files cannot contain any VFP code. On ARM systems, the kind of instructions used by an object file is stored in its header by the assembler. Maybe you are using a toolchain that has not been configured for softfloat to cross-compile.


Jonas
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to