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: powerpc-eabi-g++: installation problem, cannot exec `cpp0': No such file or directory


On Wed, Nov 02, 2005 at 10:48:10AM -0500, Morris Walton wrote:
> I download the tools & ecos using the ecos-install.tcl script, source 
> the tools using the ecosenv.sh, and get the subject error when trying 
> make.  The server is:
> 
> uname -a:
> Linux a.b.corp 2.6.9-5.0.5.EL #1 Fri Apr 8 14:21:35 EDT 2005 i686 i686 
> i386 GNU/Linux
> 
> I don't see the cpp0 around anywhere.  I "up2date"'d my cpp packages, 
> but that didn't help.

It is the powerpc cpp it is looking for, not the native cpp.

My guess would be you have installed the toolchain in the wrong
place. It should be in /opt/ecos/gnutools/powerpc-eabi. gcc normaly
has its install path hardcoded in the binary. So it will be looking
for
/opt/ecos/gnutools/powerpc-eabi/lib/gcc-lib/powerpc-eabi/3.2.1/cpp0

If you have installed the toolchain somewhere else it won't be able to
find this.

        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]