Hello,
I have Eclipse running for my build environment.
When I build my codec engine for Linux86 or MVArm9 the GNU compiler is used and warnings get pumped out as such:
src/file.c:202: warning: unused variable ‘blah’
However, the TI compiler chucks out this:
"src/file.c", line 202: warning: variable "blah" was declared but never referenced
Eclipse parses the GNU warnings and puts little warnings next to the line. However, the TI compiler output isn't parsed.
Does the TI compiler have option to change the output? If not does anyone know how to set up eclipse to parse this?
Thanks,
Matt