I cloned the Contiki-OS port Thingsquare mist to work with Texas Instruments EXP430 board. When I run Hello World
from the respective folder
make TARGET=mist-exp5438
I get the error that platform-conf.h
is missing:
In file included from ../../contiki/core/./net/rime/rimeaddr.h:57:0,
from ../../contiki/core/net/rime/rimeaddr.c:45:
../../platform/mist-exp5438/./contiki-conf.h:36:27: fatal error: platform-conf.h: No such file or directory
compilation terminated.
Does anyone know how to write a platform-conf.h
file? Trying to just add an empty file in the ../../platform/mist-exp54388
makes finding the file successful, but yields a lot of errors.