makefile - Missing platform-conf.h in Thingsquare Mist (Contiki-OS) -
i cloned contiki-os port thingsquare mist work texas instruments exp430 board. when run hello world
respective folder
make target=mist-exp5438
i error platform-conf.h
missing:
in file included ../../contiki/core/./net/rime/rimeaddr.h:57:0, ../../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 know how write platform-conf.h
file? trying add empty file in ../../platform/mist-exp54388
makes finding file successful, yields lot of errors.
that's because exp5438 not platform. platform either cc1101 or cc1120, exp5438 board cc1101 or cc1120 modules. when exp1101 , exp1120 directories find platform-conf.h files.
make target=exp1120
seems makes code compile. unfortunately compiled code seems big or something, hello-world.exp1120 section '.text' not fit in region 'rom'
error linker.
but well, other platforms seem compile fine, tried compiling cc2538dk codesourcery toolchain , don't errors. don't have cc2538dk.
Comments
Post a Comment