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