On 08/20/2015 02:38 PM, Jonas Maebe wrote:
Chris Moody wrote:
The current FPC is from apt-get
pi@raspberrypi ~ $ which fpc
/usr/bin/fpc
pi@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@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
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal