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

Reply via email to