Results 2 comments of Tikhonov

when i try to Install the ARM compiler by typing sudo apt-get install arm-linux-gnueabi-gcc i receive error: can't find arm-linux-gnueabi-gcc I install gcc-4.7-arm-linux-gnueabi then i need to sudo apt-get install...

thanks. `apt-get install cmake3` and `CC=arm-linux-gnueabi-gcc-4.7 CXX=arm-linux-gnueabi-g++-4.7 cmake ..` resolve problem.