Re: [fpc-pascal] FPC for ARMv4

2014-03-10 Thread Jon
> On Friday, 7 March 2014, 11:04, Jonas Maebe wrote: > > > On 05 Mar 2014, at 19:41, Jon wrote: > >>  I have a board running Linux - it reports itself as armv4tl: >> >>  root@phidgetsbc:~# uname -a >>  Linux phidgetsbc 3.1.6 #3 PREEMPT Fri Jan 6 13:05:50 MST 2012  >>  armv4tl GNU/Linux >> >> 

Re: [fpc-pascal] FPC for ARMv4

2014-03-07 Thread Sven Barth
Am 07.03.2014 15:09, schrieb Jonas Maebe: On 07 Mar 2014, at 14:17, Sven Barth wrote: If it contains "EABI", then you have to build an EABI cross-compiler (compile the ARM compiler with -dFPC_ARMEL in the make OPT parameter), otherwise you have to build an old ABI cross-compiler (compile the

Re: [fpc-pascal] FPC for ARMv4

2014-03-07 Thread Jonas Maebe
On 07 Mar 2014, at 14:17, Sven Barth wrote: If it contains "EABI", then you have to build an EABI cross- compiler (compile the ARM compiler with -dFPC_ARMEL in the make OPT parameter), otherwise you have to build an old ABI cross-compiler (compile the ARM compiler with no specific parameter

Re: [fpc-pascal] FPC for ARMv4

2014-03-07 Thread Sven Barth
Am 07.03.2014 12:03, schrieb Jonas Maebe: On 05 Mar 2014, at 19:41, Jon wrote: I have a board running Linux - it reports itself as armv4tl: root@phidgetsbc:~# uname -a Linux phidgetsbc 3.1.6 #3 PREEMPT Fri Jan 6 13:05:50 MST 2012 armv4tl GNU/Linux root@phidgetsbc:~# cat /etc/issue Debian G

Re: [fpc-pascal] FPC for ARMv4

2014-03-07 Thread Jonas Maebe
On 05 Mar 2014, at 19:41, Jon wrote: I have a board running Linux - it reports itself as armv4tl: root@phidgetsbc:~# uname -a Linux phidgetsbc 3.1.6 #3 PREEMPT Fri Jan 6 13:05:50 MST 2012 armv4tl GNU/Linux root@phidgetsbc:~# cat /etc/issue Debian GNU/Linux 6.0 \n \l After trying and fail

[fpc-pascal] FPC for ARMv4

2014-03-05 Thread Jon
Hi I have a board running Linux - it reports itself as armv4tl: root@phidgetsbc:~# uname -a Linux phidgetsbc 3.1.6 #3 PREEMPT Fri Jan 6 13:05:50 MST 2012 armv4tl GNU/Linux root@phidgetsbc:~# cat /etc/issue Debian GNU/Linux 6.0 \n \l After trying and failing to install a cross-compiler on my Li