Skip to content

Step 3: Compile Contiki

Michael Kirsche edited this page Aug 19, 2013 · 3 revisions

You are now ready to compile Contiki:

  1. goto /contiki/examples/hello-world
  2. check that UIP_CONF_IPV6 is enabled/uncommented in the Makefile before compiling Contiki
  3. compile Contiki with make TARGET=omnetpp hello-world
  4. check that Contiki compiles without errors and that hello-world.omnetpp and contiki-omnetpp.a were created

Clone this wiki locally