sean72kimo wrote on Friday, December 16, 2011:
Hi,
I am a newbie in this field. I purchased the Microchip PIC32 Starter Kits on freeRTOS.
In the example code like “pwm_dma.c”, some macro are not defined, but I can still compile and successfully build without warnings or errors.
If I open the project with Eclipse, it clearly states “can’t be resolved” and I can’t use “go to definition” to the header file. But if I put the #define back to the source, Eclipse can easily guide me to the header file.
Does anyone know where else can the macro be defined?
ps. I checked the makefile, it’s not in there.
Thanks,
Sean