1

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.

kfx
  • 8,136
  • 3
  • 28
  • 52
Lelle Mohd
  • 21
  • 3

1 Answers1

1

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
kfx
  • 8,136
  • 3
  • 28
  • 52
Lelle Mohd
  • 21
  • 3