This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error compiling cc26xx-web-demo.bin

Hi,

I'm following the Contiki setting up sw here: 

processors.wiki.ti.com/.../Contiki_setting_up_sw

But somehow I can't compile the cc26xx-web-demo. 

This is the error I receive:

Error message

using saved target 'srf06-cc26xx'
mkdir obj_srf06-cc26xx
CC ../../../apps/er-coap/er-coap.c
make: arm-none-eabi-gcc: Command not found
make: *** [obj_srf06-cc26xx/er-coap.o] Error 127

This are the steps I did (I'm using InstantContiki 2.7):

#Get the ARM GCC Toolchain
sudo wget launchpad.net/.../gcc-arm-none-eabi-4_9-2015q2-20150609-linux.tar.bz2
sudo tar -jxf gcc-arm-none-eabi-4_9-2015q2-20150609-linux.tar.bz2

#Update path variable
cd
sudo nano .bashrc

#Added entry
export PATH=$PATH:/home/user/gcc-arm-none-eabi-4_9-2015q2/bin

#saved and exit nano
#log out and back in

#Clone contiki git repository
sudo git clone github.com/.../contiki.git --recursive contiki-dev

cd contiki-dev/examples/cc26xx/cc26xx-web-demo

sudo make BOARD=sensortag cc26xx-web-demo.bin

I've managed to compile the hello-world example but I can't compile the cc26xx-web-demo for use with the Sensortag 2.0 devices in a 6LoWPAN solution.

Am I missing something?

Please advise.

Thanks,

Jeroen