arm-linux-cpp: installation problem, cannot exec `cc1plus': No such file or directory

Hi, I am stucked in a problem while i am compiling my CPP apllication.

I am using Embedded linux on ARM Board. I complie the application using arm-linux-cpp while compiling it gives the following error ..........

arm-linux-cpp -mcpu=arm920t -W, -O2 -DEMB_LINUX -DDOSCHR -D_DEBUG - DMULTI_LOOK -DND_INTERNAL -DND_PRODUCT_CPP -DND_NOFLEXLM - DLITTLE_ENDIAN -DALCONFIG=7 -I/usr/arm-linux/include/ -I/home/oie/ meenal/INC/ARM/ -I/home/oie/meenal/INC/ -o appinfo.obj appinfo.cpp arm-linux-cpp: installation problem, cannot exec `cc1plus': No such file or directory make: *** [appinfo.obj] Error 1

I am not getting what to do next please can anyone help me to proceed further.

Thanks a ton

Meenal

Reply to
meenal
Loading thread data ...

If you intend to compile a C++ module, the correct compiler will be arm-linux-g++.

The error message hints that you do not have the C++ compiler installed.

--

Tauno Voipio
tauno voipio (at) iki fi
Reply to
Tauno Voipio

arm-linux-cpp: "cpp" here means "C-Pre-Processor" *not* C-Plus-Plus. ;-) JB

Reply to
Juergen Beisert

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.