When I want to run "ant run" in contiki-3.9/tools/cooja, I am facing following error:
BUILD FAILED /home/user/contiki-3.0/tools/cooja/build.xml:199: The following error occurred while executing this line: /home/user/contiki-3.0/tools/cooja/apps/mspsim/build.xml:29: - Could not find the MSPSim build file. Did you run "git submodule update --init"?
but actually I ran
git submodule init
git submodule update
before using "ant run".
Please help me on this problem, I'm new to contiki-os and should use it for my master thesis
The following worked for me:
Enjoy!