How-To Start using the ScatterWeb Firmware

Prerequisites for WINDOWS

  1. Install Cygwin including DEVEL\make paket
  2.  Install current mspgcc
  3.  Install doxygen
  4.  Make sure, that cygwin\bin and mspgcc\bin and doxygen directories are included in the PATH in that order.
  5. See System\makefile.platform for some configuration variables that might need to be adjusted for your environment.
  6. Check your make version. It should be at least 3.81
  7. Now you are ready to compile ScatterWeb

Compiling the Documentation

  1. Goto the ScatterWeb Documentation directory and type "make doc".
  2. Open the start page at Documentation/html/index.html

Compiling an Application

You can compile any application from the application's main directory by using the provided makefiles.

Using Eclipse IDE

  1. Get

$Id$