[fpc-pascal] fpc on Armel issues

Nataraj S Narayan natarajsn at gmail.com
Fri Aug 28 11:40:18 CEST 2009


Hi Jonas

That was it! Now its working fine. Where did i miss while compiling?


regards & thanks

Nataraj

On Fri, Aug 28, 2009 at 3:06 PM, Jonas Maebe<jonas.maebe at 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.
>
>
> Jonas
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>



More information about the fpc-pascal mailing list