Step 3: Compile Contiki - michaelkirsche/6lowpan4omnet-diy GitHub Wiki

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

>>> Goto Step 4 - Integrate 6LoWPAN into INET / INETMANET