显示libmote.a缺失
cd /tinyos-2.1.2/support/make/c/sf
./bootstrap
./configure
make
在第一步就发现部分command not found,需要安装automake
sudo apt-get install automake
问题解决
显示libmote.a缺失
cd /tinyos-2.1.2/support/make/c/sf
./bootstrap
./configure
make
在第一步就发现部分command not found,需要安装automake
sudo apt-get install automake
问题解决
转载于:https://www.cnblogs.com/junka/archive/2012/11/09/2763364.html