Re: [fpc-pascal] ARM Linux cross development

2014-01-16 Thread Reinier Olislagers
On 15/01/2014 11:42, Michael Schnell wrote: > On 01/14/2014 09:37 PM, Michael Ring wrote: - We only could get fpc, > gdb, and gdbserver compiled after installing the complete "Code > Source" C cross development suite (including Eclipse). We did not > find any smaller and more handy package that did

Re: [fpc-pascal] ARM Linux cross development

2014-01-16 Thread Martin Schreiber
On Wednesday 15 January 2014 22:38:47 Koenraad Lelong wrote: > op 15-01-14 13:31, Michael Schnell schreef: > > Did you try to create the PC->ARM cross gdb and ARM cross-compile the > > ARM gdbserver ? It might be that this in fact was why he needed the huge > > libraries. > > I did create a cross-

Re: [fpc-pascal] ARM Linux cross development

2014-01-15 Thread Koenraad Lelong
op 15-01-14 13:31, Michael Schnell schreef: Did you try to create the PC->ARM cross gdb and ARM cross-compile the ARM gdbserver ? It might be that this in fact was why he needed the huge libraries. I did create a cross-gdb, I think. But no server. I'm using JTAG, with openocd. I use Insight

Re: [fpc-pascal] ARM Linux cross development

2014-01-15 Thread Michael Schnell
On 01/15/2014 12:56 PM, Koenraad Lelong wrote: Just curious : are you sure ? When I started "cross-compiling" I thought also I needed a whole tool-chain. Now I'm using just binutils, comiled for my processor. But in my case I'm just working with arm-embedded, so no real OS envolved. That work

Re: [fpc-pascal] ARM Linux cross development

2014-01-15 Thread Koenraad Lelong
op 15-01-14 11:42, Michael Schnell schreef: - We only could get fpc, gdb, and gdbserver compiled after installing the complete "Code Source" C cross development suite (including Eclipse). We did not find any smaller and more handy package that did work for that purpose. We did not thinks that i

Re: [fpc-pascal] ARM Linux cross development

2014-01-15 Thread Michael Schnell
On 01/15/2014 11:42 AM, Michael Schnell wrote: "Code Source" Sorry: "Code Sourcery" -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] ARM Linux cross development

2014-01-15 Thread Michael Schnell
On 01/14/2014 09:37 PM, Michael Ring wrote: One day (In a far far away future) I will understand how this whole compiler magic works ;-) Same here. ;-) About a year ago, a programmer in Austria and myself tried to get Lazarus based cross development for ARM based QNAP NAS boxes running. He