[fpc-pascal] fpc on Armel issues

Nataraj S Narayan natarajsn at gmail.com
Fri Aug 28 14:52:33 CEST 2009


Yikes!

Gtk2 apps are working on Arm-linux SBC.

Now I need to get qt-embededed to work with fpc and then lazarus.


Kudos for the team!

regards

Nataraj

On Fri, Aug 28, 2009 at 3:15 PM, Jonas Maebe<jonas.maebe at elis.ugent.be> wrote:
>
> On 28 Aug 2009, at 11:40, Nataraj S Narayan wrote:
>
>> 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.
>>>
>>
>> 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 at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>



More information about the fpc-pascal mailing list