Hi,
By the looks of this error "make[2]:arm-linux-g++:Command not found" your compiler is not present.
If you only type 'arm-linux-g++' in the console, does it say "command not found", if so, then your compiler is not pathed or you don't have one.
type export, see if the PATH=, variable has your path to your compiler binary. If not, then add your binary path.
example export PATH=$PATH:/opt/arm-linux/bin
Bookmarks