eclips and freeRTOS

Gents
need your help please I need to run the pc example program using eclipse , C:FreeRTOSDemoPC I have noticed that we can run this using msv and watcom only second question
I have olimex lpc2378 development board with the Amontec jtag key .
I need a detailed explanation on how to set this up with gcc and eclipse and be able to compile/download and debug. your help is highly appreciate it ..
Many thanks
Alkhafaaf  

eclips and freeRTOS

The Watcom demo is for a real mode x86 port.  You might be able to fudge the Watcom compiler into Eclipse, but I doubt it would be worth the effort. The Win32 simulator port is provided in two versions.  The first uses the free MS Visual Studio 2010 Express Edition.  The second uses Eclipse with GCC (MingW to be precise). Regards.