On 07/05/07, josepascual (almudi) <[EMAIL PROTECTED]> wrote:
>$ ./hello_eabi_arm
-bash: ./ hello_eabi_arm: No such file or directory
...
...
...
(gdb) run
Starting program: /tmp/hello_eabi_arm
/bin/bash: /tmp/hello_eabi_arm: No such file or directory

so the file doesn't exist.  did it not compile?  if you want to link
to these libraries, you need to make sure that they are somewhere in a
lib directory under your toolchain.  usually your cross-ld will be
configured to look for the library in the right place, but otherwise
you might have to give the option to fpc to look in the right dir for
those libs.

henry
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to