This is the mail archive of the ecos-discuss@sources.redhat.com 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: gnutools build problem - general problems


> make[1]: *** No rule to make target `c++', needed by `native'.  Stop.
> make[1]: Leaving directory `/tmp/build/gcc/gcc'
> make: *** [all-gcc] Error 2
> make: Leaving directory `/tmp/build/gcc'

Pure guess: 

native suggests its something to do with the native c++ compiler, ie
your plain c++ compiler for the host system. My guess is its not found
it for some reason. Look back at the output from the configure script
and see if there is any warning. Do you have a c++ compiler installed?
Is it in the normal place?

   Andrew

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


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