I am using angstrom on beagle board.. but when I try to run any command on the terminal I get this error:
Sh:g++:not found
I tried installing g++ Using opkg install g++ but no use!!
I am using angstrom on beagle board.. but when I try to run any command on the terminal I get this error:
Sh:g++:not found
I tried installing g++ Using opkg install g++ but no use!!
Do opkg install task-native-sdk
or, if you only need g++, opkg install g++-symlinks
.