Hi,
> 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 fi
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 com
Any suggestion?
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de josepascual
(almudi)
Enviado el: viernes, 04 de mayo de 2007 10:28
Para: 'FPC-Pascal users discussions'
Asunto: [fpc-pascal] Program exited with code 01
Hi Everyone,
I hav
Hi Everyone,
I have compiled hello_eabi_arm (hello world!) with ppcrossarm and -GfSOFT
option.
I can run a hello world program with no problem (ldd say me there is not
libraries needed)
but if I use dl.pp I received next error (write below), ldd say libdl and
libc.so.6 are needed.
any suggestio