This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Cannot compile in beagleboard xm

Hi,

I'm trying to compile a simple Hello world in beagleboard xm  with the commend:

g++ -Wall Hello.cpp -o Hello

and I get this error:

/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lstdc++
collect2: ld returned 1 exit status

Does anyone know what it means?

Thanks