every time I try to install The Ndless SDK if I try to build the the picture marked position get this error on linux and Windows:
$ make
make -C ndless-sdk
make[1]: Entering Entering directory „/ndless/new/ndless/ndless-sdk“
make -C libsyscalls
make[2]: Entering directory „/ndless/new/ndless/ndless-sdk/libsyscalls“
php mkStubs.php > ../include/syscall-decls.h
arm-none-eabi-g++ -mcpu=arm926ej-s -std=c++11 -nostdlib -O3 -fPIE -fno-exceptions -fno-rtti -mlong-calls -Wall -Werror -I ../include/ -I ../thirdparty/nspire-io/include/ -D_TINSPIRE -ffunction-sections -fdata-sections -c stubs.cpp -o stubs.o
make[2]: arm-none-eabi-g++: Command not found
make[2]: *** [Makefile:17: stubs.o] Fehler 127
make[2]: Entering directory „/ndless/new/ndless/ndless-sdk/libsyscalls“
make[1]: *** [Makefile:13: build-libsyscalls] Error 2
make[1]: Entering directory „/ndless/new/ndless/ndless-sdk“
make: *** [Makefile:19: build-ndless-sdk] Error 2
Can anybody say, whats the issue?
Or it is possible to download the compiled SDK?