Why there is not a demo for mips in freertos?

threekuai wrote on Tuesday, July 13, 2010:

There is a sentence “Demo application source code for PIC32 (MIPS M4K) port using MPLAB and the C32 compiler” in manual.   But I have not found  makefile and boot.s yet in Directory  Demo\PIC32MX_MPLAB.
I can’t find a standard templet of MIPS.  Who can help me? Thank you@.@

petermeier wrote on Tuesday, July 13, 2010:

The startup file is part of the MPLAB C32 compiler. The file is called “crt0.s” and is located in the  “…Microchip\MPLAB C32\pic32-libs\c\startup” folder. If you load the sample project in MPLAB IDE you can create a makefile.

Kind regards,
Peter