osd-contiki/platform/win32/README-VC.md

1.1 KiB

Win32 - VC

The 'win32' target allows projects to be built using two different toolchains:

GCC / Cygwin

Start your build from a Cygwin Shell and set TARGET=win32 to use this toolchain. The result will be similiar to the 'minimal-net' target. The advantage of 'win32' over 'minimal-net' is the support for GUI applications using the Contiki Toolkit (CTK). For this reason several projects in the /examples directory are built in the target 'win32' by default.

VC++ / GnuWin

Start your build from a VC++ Command Prompt and set TARGET=win32 to use this toolchain. You need however a few addional tools in your PATH: