Re: [fpc-devel] native fpc on arm

2010-06-24 Thread Den Jean
On Wednesday 23 June 2010 01:49:29 Den Jean wrote: > when trying to compile lazarus using native arm on N900, > I get the errors below. There is no file lazarus.or (strange extension ??) > on i386 the file lazarus.or exists after compilation, copying it to arm device lazarus svn does not help manu

Re: [fpc-devel] native fpc on arm

2010-06-24 Thread Den Jean
On Thursday 24 June 2010 11:37:18 Florian Klaempfl wrote: > > is just ppcarm, fpc, fpcmake,fpcres enough ? > > Does it hurt to have more? not technically, as mentioned above I would prefer not to have to instruct to create too many links. ___ fpc-devel

Re: [fpc-devel] native fpc on arm

2010-06-24 Thread Florian Klaempfl
Den Jean schrieb: > On Tuesday 22 June 2010 23:24:28 Florian Klämpfl wrote: >>> (This is normal on N900, it is called optify, do not know >>> why /opt/bin is not in path.) >> Just insert /opt/bin into the path? >> > this would mean editing a system file > like /etc/profile, I'd like to avoid that

Re: [fpc-devel] native fpc on arm

2010-06-22 Thread Den Jean
On Tuesday 22 June 2010 22:45:59 Den Jean wrote: > are needed to just compile fpc and lazarus. I know > when trying to compile lazarus using native arm on N900, I get the errors below. There is no file lazarus.or (strange extension ??) I manually tried some tests from svn/fpc/tests/test/units/s

Re: [fpc-devel] native fpc on arm

2010-06-22 Thread Den Jean
On Tuesday 22 June 2010 23:24:28 Florian Klämpfl wrote: > > (This is normal on N900, it is called optify, do not know > > why /opt/bin is not in path.) > > Just insert /opt/bin into the path? > this would mean editing a system file like /etc/profile, I'd like to avoid that in instructions, as ap

Re: [fpc-devel] native fpc on arm

2010-06-22 Thread Florian Klämpfl
Den Jean schrieb: > On Tuesday 22 June 2010 22:27:59 Florian Klämpfl wrote: >> Devices without any operating system, i.e. mainly microcontrollers. >> > thx Jonas and Florian, updating and compiling now. > > fpc on arm related question, > > when installing fpc, I need to install to /opt, > becaus

Re: [fpc-devel] native fpc on arm

2010-06-22 Thread Den Jean
On Tuesday 22 June 2010 22:27:59 Florian Klämpfl wrote: > Devices without any operating system, i.e. mainly microcontrollers. > thx Jonas and Florian, updating and compiling now. fpc on arm related question, when installing fpc, I need to install to /opt, because /opt resides on a partition wit

Re: [fpc-devel] native fpc on arm

2010-06-22 Thread Florian Klämpfl
Den Jean schrieb: > Hi, > > I noticed this change log on fpc svn: > florian 15472 > * don't build a native compiler for embedded targets > I sometimes build a native fpc on N900, > (sometimes because it takes some time) > Will this affect me if I do a 'svn up fpc' on the N900 ? > When

Re: [fpc-devel] native fpc on arm

2010-06-22 Thread Jonas Maebe
On 22 Jun 2010, at 22:17, Den Jean wrote: > I noticed this change log on fpc svn: > florian 15472 > * don't build a native compiler for embedded targets > I sometimes build a native fpc on N900, > (sometimes because it takes some time) > Will this affect me if I do a 'svn up fpc' on th

[fpc-devel] native fpc on arm

2010-06-22 Thread Den Jean
Hi, I noticed this change log on fpc svn: florian 15472 * don't build a native compiler for embedded targets I sometimes build a native fpc on N900, (sometimes because it takes some time) Will this affect me if I do a 'svn up fpc' on the N900 ? When is a target considered embedded by the mak