Hola,
2014-12-17 19:16 GMT+01:00 Bob Furber bob.furber@shaw.ca:
I searched my Ubuntu 14.04 PC for arm-linux-gnueabihf-g++ without success. I believe 'cpp' is another acronym for 'C-plus-plus'.
Not really, `cpp' stands for GNU C *preprocessor*
Could it be that the ' sudo apt-get install gcc-arm-linux-gnueabihf' installation is missing the C++ libraries and includes?
You probably want to install `g++-arm-linux-gnueabihf' package.
Regards,