RV: [fpc-pascal] Program exited with code 01

Henry Vermaak henry.vermaak at gmail.com
Tue May 8 00:38:56 CEST 2007


On 07/05/07, josepascual (almudi) <josepascual at almudi.com> 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



More information about the fpc-pascal mailing list