Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
errordeveloper edited this page Mar 15, 2013 · 4 revisions

What this fork is for?

First error you would hit when trying to use Mist (1.0.0) with one of Contiki platforms (e.g. econotag), you will get a compilation error that it cannot find ip64-conf.h, hence the wrapping header had been added and it will be included if you passIP64_CONF=typical to make. So you should be able to compile a Mist example for econotag like so:

make TARGET=econotag IP64_CONF=typical

You should also be able to compile against a different Contiki tree by passing relative path:

make CONTIKI=<relative_path> TARGET=<contiki_platform> IP64_CONF=typical

There some issues with using absolute path and also when you are trying to build from outside of Mist tree.

Clone this wiki locally