[fpc-pascal] fpc on Armel issues
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Aug 28 11:36:30 CEST 2009
On 28 Aug 2009, at 11:17, Nataraj S Narayan wrote:
> # strings firework |grep ld
> /software/arm-lib/ld-linux.so.3
That's probably the problem. This means that to start the program, the
kernel will look for /software/arm-lib/ld-linux.so.3 on your ARM
system, and it obviously won't find it. That's where the "No such file
or directory" error comes from. As a temporary hack, you could try to
create the "/software/arm-lib" directory on your ARM system and a put
a symlink there to /lib/ld-linux.so.3
Please compile the program with -Cn and post the contents of the
generated ppas.sh file. Please also mention with FPC revision you are
using to compile the program.
Jonas
More information about the fpc-pascal
mailing list