我正在尝试在Arduino Yun中运行 sky-shell-exec 示例。
我已经完成了平台详细信息的定义和 cfs-coffee-arch 。但是当我尝试运行 sky-shell-exec 时。我犯了一个错误。
当我做天空贝壳-exec.arduino-yun时。没关系。但是我尝试制作sky-shell-exec.arduino-yun CORE=sky-shell-exec.arduino yun
,与TMOTE-SKY
相同的选项。我收到了错误。
ERROR: contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x6): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x4a): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x56): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x132): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x13a): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x21e): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x22e): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x232): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x25a): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x27a): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x2b2): warning: internal error: out of range error
contiki-arduino-yun.a(symbols.o):(.rodata.symbols+0x32a): warning: internal error: out of range error
有人可以帮我吗?感谢。
答案 0 :(得分:0)
AFAIK Arduino不是Contiki的移植平台,至少在官方的Contiki存储库中(可能在一些开发人员的分支机构中)。