k -- well - i have it all figured out for those that are as in the dark as i was...
needed files:
eclipse :
http://www.eclipse.org/downloads/index.php
C tool :
http://update.eclipse.org/tools/cdt/...-win32.x86.zip
-and-
http://update.eclipse.org/tools/cdt/...-win32.x86.zip
compiler: mcc18 (provided from first)
make tool: mingw32
http://prdownloads.sf.net/mingw/MinG...3.exe?download
'n' once its all installed, make sure they're all set under ur PATH variable and when you create a new project, make sure u set the make command to use mingw32-make
i use mingw 'cause its got g++ built in, so i c'n use it to make non-first related programs aswell
and you will need something similar to that makefile example on the thread above
~Xavier