I am new to LPC1768 and FreeRtos. I found demo programs for LPC1768 for GCC Red Suite. I can’t find the makefile in GCC Red Suite example. Is there any example for LPC1768 that uses a makefile? I would like to learn how to setup the compliler flags and options. I am using Sourcery G++ Lite Edition compiler.
Look in one of the FreeRTOS/demo/CORTEX_LM3Sxxx_GCC directories. I think you will find makefiles there. The linker script will need changing, but everything else should be the same, I think.