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