I am trying to create a IoT network on Cooja using SKY mote. I add a SKY mote and when it wants me to give it the address of a Contiki process/firmware, I give the hello-world.c
file (contiki-ng/examples/hello-world/hello-world.c)
as it is recommended in many manuals.
However when I want to compile it, it returns back the following error:
> make -j2 hello-world.sky TARGET=sky
../../Makefile.include:169: *** GCC 4.7 or later is required for MSP430.. Stop.
Process returned error code 2
I checked the GCC version and it is gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
and msp430-gcc is msp430-gcc-4.7.2
Any help and insight is appreciated.