在小型操作系统中编译 tossim 时出错
当我尝试在微型操作系统 v-2.0.2 中编译 TOSSIM 时,这是它给我的错误:
# make micaz sim
Makefile:2: /opt/tinyos-2.1.0/support/make/Makerules: No such file or directory
make: *** No rule to make target `/opt/tinyos-2.1.0/support/make/Makerules'. Stop.
如何删除此错误?
When I try to compile TOSSIM in tiny OS v-2.0.2 , this is the error that it is giving me:
# make micaz sim
Makefile:2: /opt/tinyos-2.1.0/support/make/Makerules: No such file or directory
make: *** No rule to make target `/opt/tinyos-2.1.0/support/make/Makerules'. Stop.
How to remove this error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您运行了
./configure
吗?这通常是 make 文件使用的配置脚本,但有时人们使用奇怪的构建系统,因此我会在项目的根目录中查找与配置或安装相关的其他内容。还应该有一个名为“INSTALL”的文本文件,它会有所帮助。常用的构建命令是:
Did you run a
./configure
? This is usually the config script used by make files, but sometimes people use strange build systems so I'd look around in the project's root directory for something else relating to configuring or installing. There should also be a text file called 'INSTALL' which helps.The usual build commands are: