Home > OS >  Cooja ant run faild
Cooja ant run faild

Time:10-17

Just begin to contact contiki, downloaded InstantContiki3.0, (have a another question, you can find the latest version of contiki kernel version is not contiki3.0, but contiki master, which has joined the CC1310, also is the microprocessor has not only CC26XX, support and cc13xx, but the latest version of contiki contiki3.0 inside the development environment, the kernel version is 3.0, rather than the master, the CPU only support CC26XX, without cc13xx, I use CC1310 hardware platform will have an impact?) Installed on my laptop to the original virtual machine, according to the http://contiki-os.org/start.html to the ant run failed, an error to could not find the MSPsim build file, did you run "git submodule update - init"? According to clew, still the same error,

CodePudding user response:

A
CD tools/cooja
Rm - rf. Git
CD..
Sudo git submodule update - init
Enjoy Cooja
To solve the problem of simulator
Second, git latest source code
https://github.com/contiki-os/contiki.git
Can support CC1310 (all quick forget oneself originally sent this post)

CodePudding user response:

Git clone -- recursive https://github.com/contiki-os/contiki.git remember add parameters

CodePudding user response:

CD tools/cooja
Rm - rf. Git
CD..
Sudo git submodule update - init
Enjoy Cooja
This is what mean? Look not to understand
  • Related