Part Number:LAUNCHXL-CC1310Other Parts Discussed in Thread:CC1310
根据以下网址:https://contiki-ng.readthedocs.io/en/develop/doc/platforms/simplelink.html
在CCS上建立contiki-ng编译环境,编译hello-world,TARGET=simplelink。提示错误信息为:
../../arch/platform/simplelink/Makefile.simplelink:26: *** Board 'cc13xx-cc26xx/launchpad/cc1310' does not corresponding to any SimpleLink family. Make sure your BOARD variable is correct.. Stop.
可能是什么原因?
Nick Sun:
您好,
收到您的问题了,我们升级到英文论坛给工程师看下,有答复尽快给到您。
,
?? ?:
According to references:
https://contiki-ng.readthedocs.io/en/develop/doc/platforms/simplelink.html
According to chapter“Set up Contiki-NG in Code Composer Studio”, I meet the following error occurred when compiling the hello-world sample program on the cc1310 platform using Code Composer Studio:
../../arch/platform/simplelink/Makefile.simplelink:26: *** Board 'cc13xx-cc26xx/launchpad/cc1310' does not corresponding to any SimpleLink family. Make sure your BOARD variable is correct.. Stop.
,
YiKai Chen:
試試參考一下 github.com/…/5.-Contiki-NG-in-Code-Composer-Studio
,
Nick Sun:
您好,
您的 makefile 是什么样的,能分享一下吗?
您能运行一下“make TARGET=simplelink board”,这样我们就确认一下环境是正确的。