您好,登錄后才能下訂單哦!
這篇文章主要介紹“l(fā)inux怎么建立contiki開發(fā)環(huán)境”的相關(guān)知識(shí),小編通過實(shí)際案例向大家展示操作過程,操作方法簡(jiǎn)單快捷,實(shí)用性強(qiáng),希望這篇“l(fā)inux怎么建立contiki開發(fā)環(huán)境”文章能幫助大家解決問題。
是一個(gè)適用于有內(nèi)存的嵌入式系統(tǒng)的開源的、高可移植的、支持網(wǎng)絡(luò)的多任務(wù)操作系統(tǒng)。包括一個(gè)多任務(wù)核心、TCP/IP 堆棧、程序集以及低能耗的無線通訊堆棧。
安裝 Instant Contiki運(yùn)行環(huán)境
pacman -S base-devel git jdk8-openjdk jre8-openjdk apache-ant
2.從contiki分支下載源碼文件。
https://github.com/JSLeo/contiki.git
或者從官方分支clone源碼文件
https://github.com/contiki-os/contiki.git
3.下載并且安裝msp430的編譯工具
下載地址:
http://simonduq.github.io/resources/mspgcc-4.7.2-compiled.tar.bz2
或者:
aur/mspgcc-gcc-bin 20120406-1 (0) (0.00)
4.將環(huán)境變量添加到系統(tǒng)的profile中。通過source更新系統(tǒng)變量.
vi /etc/profile # Set our default path PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/msp430/bin" export PATH
更新系統(tǒng)變量:
source /etc/profile [leonard@Archlinux opt]$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/bin:/opt/msp430/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl [leonard@Archlinux opt]$ msp430-gcc -v Using built-in specs. Reading specs from /opt/msp430/bin/../lib/gcc/msp430/4.7.0/../../../../msp430/lib/msp430mcu.spec COLLECT_GCC=msp430-gcc COLLECT_LTO_WRAPPER=/opt/msp430/bin/../libexec/gcc/msp430/4.7.0/lto-wrapper Target: msp430 Configured with: ../gcc-4.7.0/configure --prefix=/home/user/local/msp430 --target=msp430 --enable-languages=c,c++ --program-prefix=msp430- Thread model: single gcc version 4.7.0 20120322 (mspgcc dev 20120716) (GCC)
5.進(jìn)入下載contiki/tools/cooja的目錄,運(yùn)行ant run。
[leonard@Archlinux tools]$ cd cooja/ [leonard@Archlinux cooja]$ ls apps build build.xml config dist examples java lib [leonard@Archlinux cooja]$ ant run
熟悉的界面就出現(xiàn)在眼前了。
關(guān)于“l(fā)inux怎么建立contiki開發(fā)環(huán)境”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識(shí),可以關(guān)注億速云行業(yè)資訊頻道,小編每天都會(huì)為大家更新不同的知識(shí)點(diǎn)。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。