7
votes

I am writing a c++ application and trying to cross compile for arm: sudo apt-get install gcc-4.4-arm-linux-gnueabi

However in the /usr/arm-linux-gnueabi/include directory I find no c++ directory. Can someone tell me where to find it?

1
You have to install the g++ packages also.user529758

1 Answers

10
votes

Install C++ compiler:

sudo apt-get install g++-4.4-arm-linux-gnueabi