我目前正試圖在econotag中運行我的代碼(編寫並編譯爲contiki 2.7)。但是我無法這樣做。我可以用在econotag中加載程序(contiki 2.7)
make TARGET=econotag hello-world.
與編譯出任何問題,但是當我嘗試使用下面的命令來上傳
make TARGET=econotag hello-world.upload
出現以下消息
../../platform/econotag/Makefile.econotag:10: ../..
make: *** No rule to make target `hello-world.upload'. Stop.
我知道它用在完全工作contiki-2.6與TARGET = redbee-econotag。所以我嘗試過,但該消息是
**** This platform is old and will soon be removed ****
please use TARGET=econotag instead.
(or set ALLOW_OLD_PLATFORMS=1 to proceed)
. Stop.
我已經看到了有關安裝工具鏈上上傳一些econotag職位。但他們沒有提供一步一步的程序。 任何人都可以告訴我什麼/我應該如何安裝工具鏈來解決這個問題,以及安裝後我應該使用什麼命令。