c++ - arm-elf-g++: Command not found -
i try compile live555 library ecos system. don't pretty sure how this, try option build under arm compiler. tutorial online. type :
./genmakefiles armlinux after that, type : make , meet error:
arm-elf-g++: command not found i think arm-elf-g++ compiler machine doesn't install yet. google, no result how install. (i'm using ubuntu 13.04 64 bit). please tell me how fix this.
try this:
sudo apt-get install gcc-arm-linux-gnueabi
here couple of links installing arm toolchain on ubuntu:
Comments
Post a Comment