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

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -