Step 3: Compile Contiki - michaelkirsche/6lowpan4omnet-diy GitHub Wiki
You are now ready to compile Contiki:
- goto
/contiki/examples/hello-world
- check that
UIP_CONF_IPV6
is enabled/uncommented in the Makefile before compiling Contiki - compile Contiki with
make TARGET=omnetpp hello-world
- check that Contiki compiles without errors and that
hello-world.omnetpp
andcontiki-omnetpp.a
were created