Re:Problem when building project 11 Months, 2 Weeks ago
Karma: 4  
Hi,
The only thing you need to build the application is the conf.oil and the code.c .
The Debug directory is generated on the fly by the OIL compiler integrated into Eclipse (or in the standalone version).
The difference in the size of the ELF depends on the compiler version... the code in there will be probably just a few kbytes, the rest are debug information.
Which compiler are you using?
Try to remove the Debug Directory and rebuild the project. If the executable does not work, please select the EE GCC compiler under the Window/Preferences, then RT-Druid/Oil/PIC30 Configurator options.
__ENABLE_THREAD__ was a non-documented feature which was introduced in past version of the code, which has been removed in 1.4.1. You can safely ignore it.