This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ecos Redboot vmware porting


On Mon, Aug 29, 2005 at 04:39:49PM +0200, j.burton@tiscali.it wrote:
> How do you realize that? (I mean instructions...)
> 
> Sorry, but I'm little newbie....
> 
> thanks a lot
> >-- Messaggio Originale --
> >Date: Mon, 29 Aug 2005 16:37:52 +0200
> >To: j.burton@tiscali.it
> >Cc: eCos Disuss <ecos-discuss@ecos.sourceware.org>
> >Subject: Re: [ECOS] ecos Redboot vmware porting
> >From: Andrew Lunn <andrew@lunn.ch>
> >
> >
> >On Mon, Aug 29, 2005 at 04:28:42PM +0200, j.burton@tiscali.it wrote:
> >> it returns me
> >> headers finished
> >> make[1]: i386-elf-gcc: Command not found
> >>
> >> how do you set environment variable??
> >
> >I setup the PATH variable in my ~/.bashrc to point to all the
> >different tool chains i have installed.

Now we are getting into basic Unix questions.... 

Anyway, my ~/.bashrc contains:

#eCos tool chain for ARM
PATH=$PATH:/opt/ecos/gnutools/arm-elf/bin

#eCos tool chain for MIPS 32
PATH=$PATH:/opt/ecos/gnutools/mipsisa32-elf/bin

#eCos tool chain for SH
PATH=$PATH:/opt/ecos/gnutools/sh-elf/bin

#eCos tool chain for PowerPC
PATH=$PATH:/opt/ecos/gnutools/powerpc-eabi/bin

#eCos tool chain for i386
PATH=$PATH:/opt/ecos/gnutools/i386-elf/bin

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]