Re: [fpc-pascal] Cross compiling Windows to arm-linux

2013-07-23 Thread Michael Schnell
On 07/22/2013 09:52 PM, John Hansen wrote: I am working on an API library for the new LEGO MINDSTORMS EV3 programmable brick. The brick is running Linux on a TI AM1808 ARM chip. Does the EV3 provide any graphic ? If not, you will need to set up a remote debugging environment, best using Lazaru

Re: [fpc-pascal] Cross compiling Windows to arm-linux

2013-07-23 Thread Mark Morgan Lloyd
John Hansen wrote: lcd_test.dpr: warning: 31: "crti.o" not found, this will probably cause a linking failure lcd_test.dpr: warning: 31: "crtbegin.o" not found, this will probably cause a linking failure lcd_test.dpr: warning: 31: "crtend.o" not found, this will probably cause a linking failur

Re: [fpc-pascal] Cross compiling Windows to arm-linux

2013-07-23 Thread Carsten Bager
For some years ago I had a similar problem. I solved it by forcing the use of specific libs. See my old test programme below. Carsten > lcd_test.dpr: warning: 31: "crti.o" not found, this will probably cause a > linking failure > lcd_test.dpr: warning: 31: "crtbegin.o" not found, this will pro

[fpc-pascal] Cross compiling Windows to arm-linux

2013-07-23 Thread John Hansen
I am working on an API library for the new LEGO MINDSTORMS EV3 programmable brick.  The brick is running Linux on a TI AM1808 ARM chip.  I built a Free Pascal cross compiler using 2.7.1 source code along with the CodeSourcery Lite, 2009q1 cross compiler (arm-2009q1-203-arm-none-linux-gnueabi.exe