I am running Angström on a Beagleboard. I installed gcc and g++ using the command:
opkg install gcc g++
Now, when I am trying to compile the simplest c and c++ hello world programs, I get the error messages:
g++: error trying to exec 'as': execvp: No such file or directory
arm-angstrom-linux-gnueabi-gcc: error trying to exec 'as': execvp: No such file or directory
What do you think is missing?
asis part of thebinutilspackage, so perhaps you need to install that.