当我想在contiki-3.9/tools/cooja中运行"ant run“时,我面临以下错误:
生成失败/home/user/contiki-3.0/tools/cooja/build.xml:199:执行此行时发生了以下错误: /home/user/contiki-3.0/tools/cooja/apps/mspsim/build.xml:29:-未能找到MSPSim构建文件。你运行了"git子模块更新--init“吗?
但实际上我跑了
git submodule init
git submodule update在使用“蚂蚁跑”之前。
请在这个问题上帮助我,我是康蒂基-os的新手,应该在我的硕士论文中使用它。
发布于 2015-10-07 18:58:06
以下几点对我有用:
享受吧!
发布于 2016-01-21 12:43:56
请注意最后一次交战。如果你的英语不好,请使用古尔格翻译。运行"ant run“之前只需运行"git子模块更新--init”。
发布于 2016-03-18 21:36:38
然后,当我,蚂蚁跑同样的出现再次出现
BUILD FAILED
/home/user/contiki-3.0/tools/cooja/build.xml:199: The following error
occurred while executing this line:
/home/user/contiki-3.0/tools/cooja/apps/mspsim/build.xml:29: -
----------------
Could not find the MSPSim build file. Did you run "git submodule update
--init"?我的解决方案:
cd tools/cooja
rm -rf .git
cd ..
sudo git submodule update --init享受Cooja :)
https://stackoverflow.com/questions/32814364
复制相似问题