Re: [Gambas-user] Another question about Gambas on ARM

2009-11-26 Thread Matteo Lisi
I tried to execute the "make install" on the arm target (I copied the directory from x86 platform) but this action return an error.. The make didnt found the gcc compiler ... but it's necessary for the make install to have the gcc compiler on ARM target ? if I move the gbi2 gbx2 eccc. ecc. in

Re: [Gambas-user] Another question about Gambas on ARM

2009-11-26 Thread José Luis Redrejo Rodríguez
2009/11/26 Benoît Minisini > > Hi ! > > > > I'm still engaged on Gambas in ARM... > > > > This is my situation: > > > > I download the gambas source and I want to compile gambas for ARM 9 > target. > > > > Usually I use a x86 linux machine for crosscompile my program. > > The crosscompile that I

Re: [Gambas-user] Another question about Gambas on ARM

2009-11-26 Thread Benoît Minisini
> Hi ! > > I'm still engaged on Gambas in ARM... > > This is my situation: > > I download the gambas source and I want to compile gambas for ARM 9 target. > > Usually I use a x86 linux machine for crosscompile my program. > The crosscompile that I use is "arm-none-linux-gnuabi" . > > I configu

Re: [Gambas-user] Another question about Gambas on ARM

2009-11-26 Thread Rob
On Thursday 26 November 2009 08:40 am, Matteo Lisi wrote: > If what I said is correct how I can do for port gambas on ARM ? > Is correct to crosscompile the gcc compile for ARM and then made > "./configure make make install" > on the ARM platform ? Someone else suggested looking at the Debian ARM

[Gambas-user] Another question about Gambas on ARM

2009-11-26 Thread Matteo Lisi
Hi ! I'm still engaged on Gambas in ARM... This is my situation: I download the gambas source and I want to compile gambas for ARM 9 target. Usually I use a x86 linux machine for crosscompile my program. The crosscompile that I use is "arm-none-linux-gnuabi" . I configure the packet with this