Contiki-NG Cooja simulator fails to start

392 Views Asked by At

I have installed Contiki-NG on Ubuntu VMware Player and have been struggling to run it using ant run command following is the whole terminal code:

layla@ubuntu:~/contiki-ng/tools/cooja$ ant run
Buildfile: build.xml does not exist!
Build failed

I tried searching in the github repo for a solution, but got nothing similar.

1

There are 1 best solutions below

0
On BEST ANSWER

Cooja switched to Gradle as the build system. The documentation for the develop branch is available here: https://docs.contiki-ng.org/en/develop/

$ cd tools/cooja
$ ./gradlew run