As I said before...
As far as I know there is no tutorial for the SDK, but there's no much to configure.
- Unzip the SDK package to D:\ (if you do not have a d: drive unzip to c: or whichever).
- Go to Cygwin folder and double-click the .REG file to update your registry (if you installed to a different drive, modify the .REG file first ! )
- To compile a project the easiest way is to copy the make-cc1800-gcc folder from another build and modify the Makefile to compile the correct .C files. Also modify the dlmake ini file for the target filename.
- You can compile from windows using the build-a330.bat file, or from Cygwin shell using "make all".