On 28 Aug 2009, at 11:40, Nataraj S Narayan wrote:
On Fri, Aug 28, 2009 at 3:06 PM, Jonas
Maebe<jonas.ma...@elis.ugent.be> wrote:
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.
That was it! Now its working fine. Where did i miss while compiling?
Nothing, it looks like a bug in the compiler. That's why I asked for
the above information. Please post it.
Jonas
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal