[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

[fpc-pascal] RE: FPIDE 1.0.6

2013-07-23 Thread Pierre Free Pascal
The version of the IDE is different from the compiler version. Could you please tell us the compiler version? It can be found in Help|About menu entry. Even compiler version 2.4.0 already has IDE version 1.0.12... Thus I suspect that 1.0.6 corresponds to a really old compiler. It will be

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 probably

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 failure

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