Hi,
I have CC2650 sensor tag and I am trying to run contiki examples cc26xx-demo and cc26xx-web-demo which are in the examples/cc26xx. I am using instant contiki virtual machine for compilation. I follow http://processors.wiki.ti.com/index.php/Contiki_setting_up_sw to set up development environment but I use latest gcc-arm-none-eabi-4_9-2015q1-20150306-linux version.
However, somehow, I can not compile:
user@instant-contiki:~$ which arm-none-eabi-gcc
/home/user/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none-eabi-gcc
user@instant-contiki:~/contiki/examples/cc26xx$ make BOARD=sensortag cc26xx-demo.bin
using saved target 'srf06-cc26xx'
make: *** No rule to make target `cc26xx-demo.bin'. Stop.
Any idea why?
Tom