Hi,
I am trying to include Mongoose Web Service open source code into my project. The source code is a monolithic .c file and is using macros for build options. The code will not be linked into the final binary if not specified by the build option. This requires the compiler to support a link option to do this. For GCC compiler, --gc-sections link option is the one to use.
Does TI's Code Composer ARM compiler supports the similar option or this feature is enabled by default?