开发者

Error while compiling tossim in tiny OS

开发者 https://www.devze.com 2022-12-22 10:13 出处:网络
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

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开发者_Python百科 this error?


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:

./configure 
make
make install clean
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号