[fpc-pascal] Issue with Linking

Chris Moody inquiry at greensnakedesign.com
Thu Aug 20 23:33:03 CEST 2015



On 08/20/2015 08:01 AM, Jonas Maebe wrote:
> On 20/08/15 16:19, Chris Moody wrote:
>> I see that the target is:
>>
>> Target OS: Linux for ARMEL
>>
>> I do have /usr/lib/arm-linux-gnueabihf/crti.o
>>
>> I don't need to specify -Fu/usr/lib/fpc/2.6.4/units/arm-linux
>>
>> is the target os the issue?
> Yes, it is. Are you certain that this is with the system-installed
> compiler, and not with one of the ones that you tried to install or
> compile yourself? What does "which fpc" and "which ppcarm" show?
>
> Which version of Raspbian do you have? From what I can see in
> http://archive.raspbian.org/raspbian/dists/stable/main/source/Sources.xz
> , the fpc package definitely is the Debian one with the hardfloat
> patches (2.6.4+dfsg-4+rpi1). Of course, they might still have compiled
> it for softfp, but that would seem weird.
>
>
> Jonas
>
> PS: your linker is fine and unrelated.
> _______________________________________________
>

The current FPC is from apt-get

pi at raspberrypi ~ $ which fpc
/usr/bin/fpc
pi at raspberrypi ~ $ which ppcarm
/usr/bin/ppcarm

https://www.raspberrypi.org/downloads/raspbian/ << this is the version 
of Rasbian I just installed a couple of days of ago.

Chris



More information about the fpc-pascal mailing list