This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 2008-05-18 14:15, ìêì wrote: > I download crosstool-ng ver 1.1.0. and I installed in /opt/ directory using > crosstool-ng ver 1.1.0. I would install it in /opt/crosstool-ng, not directly into /opt. :) When I used arm-ctng110-linux-gnueabi-cpp command > using cpp example source, I meeted below error message. > Is crosstool-ng 1.1.0 not support cpp compiler command? > Please, Tell me your opinion. > > * error message: C++ compiler not installed on this system This means you need to install a C++ compiler on your system. It looks like you're using CentOS, so use "yum" to install it (as root): yum install gcc-c++ You might also need other development components, see the crosstool-ng requirements for them. -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |