Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread Mark Morgan Lloyd
Jonas Maebe wrote: On 30/08/15 17:36, Mark Morgan Lloyd wrote: [Requesting program interpreter: /lib/ld-linux.so.3] .. $ ls -l /lib/ld-linux.so.3 lrwxrwxrwx 1 root root 28 Oct 16 2014 /lib/ld-linux.so.3 -> arm-linux-gnueabi/ld-2.13.so $ ls -l /lib/arm-linux-gnueabi/ld-2.13.so -rwxr-xr-x

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread Jonas Maebe
On 30/08/15 17:36, Mark Morgan Lloyd wrote: > [Requesting program interpreter: /lib/ld-linux.so.3] > .. > > $ ls -l /lib/ld-linux.so.3 > lrwxrwxrwx 1 root root 28 Oct 16 2014 /lib/ld-linux.so.3 -> > arm-linux-gnueabi/ld-2.13.so > > $ ls -l /lib/arm-linux-gnueabi/ld-2.13.so > -rwxr-xr-x 1 r

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread Mark Morgan Lloyd
Jonas Maebe wrote: On 30/08/15 15:35, Mark Morgan Lloyd wrote: .. [Requesting program interpreter: /lib/ld-linux-armhf.so.3] .. That file's missing, something's obviously badly wrong with the Rpi filesystem etc.: I strongly suspect that somebody did an incautious update/upgrade/dist-upgra

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread Martin Schreiber
On Sunday 30 August 2015 14:11:17 John Lee wrote: > Not clear about rpi compilers for rc1. My testing on rpi 2 of Martin's > 3.0.0 of 18th Aug (similar to rc1?) suggests that compilation works ok, but > linking doesn't. > What means "but linking doesn't"? the "/usr/bin/ld: warning: link.res contai

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread Jonas Maebe
On 30/08/15 15:35, Mark Morgan Lloyd wrote: > .. > [Requesting program interpreter: /lib/ld-linux-armhf.so.3] > .. > > That file's missing, something's obviously badly wrong with the Rpi > filesystem etc.: I strongly suspect that somebody did an incautious > update/upgrade/dist-upgrade. Wha

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread Mark Morgan Lloyd
Jonas Maebe wrote: On 29/08/15 17:57, Mark Morgan Lloyd wrote: ./fpmake compile --localunitdir=.. --os=linux --cpu=arm -o -Ur -o -Xs -o -O2 -o -n -o -Fu/usr/local/src/fpc/fixes_3_0/rtl/units/arm-linux -o -V3.0.1 -o -O- -o -gl -o -Xs- -o -vt -o -darm -o -dRELEASE --compiler=/usr/local/src/fpc/fix

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread Jonas Maebe
On 30/08/15 14:47, John Lee wrote: > Can you please tell me which packages are needed so linking works. Martin? What linker error did you get? You only posted "/usr/bin/ld: warning: link.res contains output sections; did you forget -T?", but as the message literally says that's a warning, not an

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread John Lee
Can you please tell me which packages are needed so linking works. Martin? Don't understand your point(s) - it is complicated by the problems of arm on 2.6.4 and the arm flavours, but you seem to be making it worse! We support fpc on various win (and linux) os for i386 & various versions, eg win x

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread Jonas Maebe
On 29/08/15 17:57, Mark Morgan Lloyd wrote: > ./fpmake compile --localunitdir=.. --os=linux --cpu=arm -o -Ur -o -Xs -o > -O2 -o -n -o -Fu/usr/local/src/fpc/fixes_3_0/rtl/units/arm-linux -o > -V3.0.1 -o -O- -o -gl -o -Xs- -o -vt -o -darm -o -dRELEASE > --compiler=/usr/local/src/fpc/fixes_3_0/compile

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread Jonas Maebe
On 30/08/15 14:11, John Lee wrote: > Not clear about rpi compilers for rc1. My testing on rpi 2 of Martin's > 3.0.0 of 18th Aug (similar to rc1?) suggests that compilation works ok, > but linking doesn't. Maybe you don't have the correct extra packages installed. > So does this mean that 3.0.0 d

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-30 Thread John Lee
Not clear about rpi compilers for rc1. My testing on rpi 2 of Martin's 3.0.0 of 18th Aug (similar to rc1?) suggests that compilation works ok, but linking doesn't. So does this mean that 3.0.0 doesn't have a working fpc for rpi 2? What about rpi 1? I have both rpi 1 and 2 available, so let me kno