Эклипс выдает после компиляции ошибку:
Код
**** Build of configuration Release for project tst_sip4 ****
**** Internal Builder is used for build ****
arm-linux-gnueabihf-g++ -I/usr/work/sip/pjproject-2-arm/include -O3 -Wall -c -fmessage-length=0 -o main.o ../main.cpp
Internal Builder: Cannot run program "arm-linux-gnueabihf-g++" (in directory "/home/az/workspace/tst_sip4/Release"): error=2, No such file or directory
Error: Program "arm-linux-gnueabihf-g++" is not found in PATH
PATH=[/usr/work/kernel_bild/compiler/gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf]
Build error occurred, build is stopped
Time consumed: 13 ms.
**** Internal Builder is used for build ****
arm-linux-gnueabihf-g++ -I/usr/work/sip/pjproject-2-arm/include -O3 -Wall -c -fmessage-length=0 -o main.o ../main.cpp
Internal Builder: Cannot run program "arm-linux-gnueabihf-g++" (in directory "/home/az/workspace/tst_sip4/Release"): error=2, No such file or directory
Error: Program "arm-linux-gnueabihf-g++" is not found in PATH
PATH=[/usr/work/kernel_bild/compiler/gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf]
Build error occurred, build is stopped
Time consumed: 13 ms.
пути прописаны
http://prntscr.com/by1t49
я думал, что указал пути. Где их еще надо указать? И что я тогда указал в префиксе PATH?