How-To Start using the ScatterWeb Firmware
Prerequisites for WINDOWS
- Install Cygwin including DEVEL\make paket
- Install current mspgcc
- Get MSPGCC: http://mspgcc.sourceforge.net/
- Remove all cyg*.dll files and make.exe from your mspgcc\bin
directory. The Cygwin installation contains newer versions.
- Install doxygen
- Make sure, that cygwin\bin and mspgcc\bin and doxygen directories
are included in the PATH in that order.
- See System\makefile.platform for some configuration variables that might
need to be adjusted for your environment.
- Check your make version. It should be at least 3.81
- Now you are ready to compile ScatterWeb
Compiling the Documentation
- Goto the ScatterWeb Documentation directory and type "make doc".
- 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.
- Type "make help" to get an overview on available build targets
- About make: http://unixhelp.ed.ac.uk/CGI/man-cgi?make
Using Eclipse IDE
- Get
$Id$