Lelle Mohd
Lelle Mohd

Reputation: 21

Contiki-NG Cooja simulator fails to start

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.

Upvotes: 1

Views: 599

Answers (1)

Lelle Mohd
Lelle Mohd

Reputation: 21

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

Upvotes: 1

Related Questions