libcoap編譯與移植

開源庫git:https://github.com/miri64/libcoap

 

生成Makefile:

autoconf

// sudo apt install autoconf

// sudo apt-get install libtool

// autoreconf --install

./configure --disable-doxygen --disable-manpages

make

 

交叉編譯:

./configure --host=mipsel-openwrt-linux-uclibc --disable-doxygen --disable-manpages

make

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章