[fpc-pascal] Issue with Linking

Chris Moody inquiry at greensnakedesign.com
Thu Aug 20 23:57:37 CEST 2015



On 08/20/2015 02:38 PM, Jonas Maebe wrote:
> Chris Moody wrote:
>> The current FPC is from apt-get
>>
>> pi at raspberrypi ~ $ which fpc
>> /usr/bin/fpc
>> pi at raspberrypi ~ $ which ppcarm
>> /usr/bin/ppcarm
>
> Ok, now please remove and reinstall that compiler (apt-get remove fpc; 
> apt-get install fpc) to ensure it has not been overwritten by any of 
> your experiments.
>
> Next, if you execute
>   /usr/bin/ppcarm -l nonexistingfile.pp
>
> what is the complete compiler output?
>
>
> Jonas
>
pi at raspberrypi ~ $ /usr/bin/ppcarm -l nonexistingfile.pp
Free Pascal Compiler version 2.6.4 [2014/03/21] for arm
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Linux for ARMEL
Compiling nonexistingfile.pp
Fatal: Can't open file "nonexistingfile.pp"
Fatal: Compilation aborted




More information about the fpc-pascal mailing list