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

Dec 06, 2007 2 Replies

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


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

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

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required