Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
CodeSourcery GNU tool chain for ARM-NONE-EABI - ravi - Feb 16 6:23:09 2008
Hi All,
I have downloaded the gcc compiler for ARM from codesourcery for Linux as
Host machine.
I followed the steps suggested as in codesourcery.
When I tried to compile the code in linux Konsole window, the error
not found> says.
Anybody tried the codesourcery on linux for ARM bare board (ARM-EABI)?????
Thank you in Advance,
----Shankar
[Non-text portions of this message have been removed]

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: CodeSourcery GNU tool chain for ARM-NONE-EABI - ravi - Feb 16 7:45:23 2008
Hi Mukund,
How to check this on linux?
regards,
Shankar
On Feb 16, 2008 5:22 PM, Mukund Deshmukh
wrote:
> >
> > I have downloaded the gcc compiler for ARM from codesourcery for Linux
> as
> > Host machine.
> > I followed the steps suggested as in codesourcery.
> > When I tried to compile the code in linux Konsole window, the error
> >
> > not found> says.
>
> Did you try with makefile?
>
> May be the compiler binary is not in your path.
>
> Warm Regards,
>
> Mukund Deshmukh,
> Beta Computronics Pvt Ltd.
> 10/1 IT Park, Parsodi,
> Nagpur -440022 India.
> Web site - http://betacomp.com
>
> MEET US AT,
>
> Chinaplas 2008, Shanghai, China.
>
>
>
--
regards
ravi
[Non-text portions of this message have been removed]

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: CodeSourcery GNU tool chain for ARM-NONE-EABI - Mukund Deshmukh - Feb 16 8:05:39 2008
>
> I have downloaded the gcc compiler for ARM from codesourcery for Linux as
> Host machine.
> I followed the steps suggested as in codesourcery.
> When I tried to compile the code in linux Konsole window, the error
>
> not found> says.
Did you try with makefile?
May be the compiler binary is not in your path.
Warm Regards,
Mukund Deshmukh,
Beta Computronics Pvt Ltd.
10/1 IT Park, Parsodi,
Nagpur -440022 India.
Web site - http://betacomp.com
MEET US AT,
Chinaplas 2008, Shanghai, China.

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
did any one try their hand on porting linux on to LPC 2XXX... - Natarajan N - Feb 16 12:07:05 2008
Did any one ported linux / uClinux successfully and developed any simple application on
to any of LPC21XX devices or LPC2xxx ?
Natarajan
ravi
wrote:
Hi Mukund,
How to check this on linux?
regards,
Shankar
On Feb 16, 2008 5:22 PM, Mukund Deshmukh wrote:
> >
> > I have downloaded the gcc compiler for ARM from codesourcery for Linux
> as
> > Host machine.
> > I followed the steps suggested as in codesourcery.
> > When I tried to compile the code in linux Konsole window, the error
> >
> > not found> says.
>
> Did you try with makefile?
>
> May be the compiler binary is not in your path.
>
> Warm Regards,
>
> Mukund Deshmukh,
> Beta Computronics Pvt Ltd.
> 10/1 IT Park, Parsodi,
> Nagpur -440022 India.
> Web site - http://betacomp.com
>
> MEET US AT,
>
> Chinaplas 2008, Shanghai, China.
>
--
regards
ravi
[Non-text portions of this message have been removed]
---------------------------------
Never miss a thing. Make Yahoo your homepage.
[Non-text portions of this message have been removed]

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )Re: CodeSourcery GNU tool chain for ARM-NONE-EABI - Ryan Gossink - Feb 16 21:22:41 2008
Ravi,
>From a console type:
env
That will report all of your environment variables including the path, to
see the path quickly type:
env|grep PATH
Make certain that the bin folder for you toolchain is in the path variable.
If it isn't you should be able to add it (assuming you use BASH here and
have nano installed, if you do not have nano just replace it with you
favourite editor) by typing the following command:
nano ~/.bashrc
Then add a new line to the end of your .bashrc file, I have the following:
PATH=$PATH:$HOME/Program_Files/GCC-4.1.0-ARM/bin
Naturally you will need to change that bit on the end to reflect the
location of your toolchain.
Good luck
Ryan
On 2/16/08, ravi
wrote:
>
> Hi Mukund,
>
> How to check this on linux?
>
> regards,
> Shankar
>
> On Feb 16, 2008 5:22 PM, Mukund Deshmukh
>
> wrote:
>
> > >
> > > I have downloaded the gcc compiler for ARM from codesourcery for Linux
> > as
> > > Host machine.
> > > I followed the steps suggested as in codesourcery.
> > > When I tried to compile the code in linux Konsole window, the error
> > >
> > > not found> says.
> >
> > Did you try with makefile?
> >
> > May be the compiler binary is not in your path.
> >
> > Warm Regards,
> >
> > Mukund Deshmukh,
> > Beta Computronics Pvt Ltd.
> > 10/1 IT Park, Parsodi,
> > Nagpur -440022 India.
> > Web site - http://betacomp.com
> >
> > MEET US AT,
> >
> > Chinaplas 2008, Shanghai, China.
> >
> >
> > --
> regards
> ravi
>
> [Non-text portions of this message have been removed]
>
>
>
[Non-text portions of this message have been removed]

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )RE: did any one try their hand on porting linux on to LPC 2XXX... - Miguel Wisintainer - Feb 17 19:15:50 2008
Yes,=20
In the LPC2294
Miguel
To: l...@yahoogroups.comFrom: c...@yahoo.comDate: Sat, 1=
6 Feb 2008 08:53:54 -0800Subject: [lpc2000] did any one try their hand on p=
orting linux on to LPC 2XXX...
Did any one ported linux / uClinux successfully and developed any simple ap=
plication on to any of LPC21XX devices or LPC2xxx ?Natarajanravi
a...@gmail.com> wrote:Hi Mukund,How to check this on linux?regards,Sha=
nkarOn Feb 16, 2008 5:22 PM, Mukund Deshmukh
wr=
ote:> >> > I have downloaded the gcc compiler for ARM from codesourcery for=
Linux> as> > Host machine.> > I followed the steps suggested as in codesou=
rcery.> > When I tried to compile the code in linux Konsole window, the err=
or> > > not found> says.>> Did you try with makefile?>> May be th=
e compiler binary is not in your path.>> Warm Regards,>> Mukund Deshmukh,> =
Beta Computronics Pvt Ltd.> 10/1 IT Park, Parsodi,> Nagpur -440022 India.> =
Web site - http://betacomp.com>> MEET US AT,>> Chinaplas 2008, Shanghai, Ch=
ina.>> >-- regardsravi[Non-text portions of this message have been removed]=
---------------------------------Never miss a thing. Make Yahoo your homepa=
ge.[Non-text portions of this message have been removed]=20
_________________________________________________________________
Conhe=E7a o Windows Live Spaces, a rede de relacionamentos do Messenger!
http://www.amigosdomessenger.com.br/
[Non-text portions of this message have been removed]
=20
=20

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )