From: richardbarry Date: Thu, 7 Nov 2013 10:16:15 +0000 (+0000) Subject: Ensure PIC32MX MPLAB 8 project builds with XC. X-Git-Tag: V7.6.0~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99273b4d35539d61db5491ef1cd5db278082606c;p=freertos Ensure PIC32MX MPLAB 8 project builds with XC. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2083 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcp b/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcp index 114b2dc51..a00a23a43 100644 --- a/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcp +++ b/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcp @@ -184,13 +184,13 @@ file_036=..\..\Source\include\queue.h file_037=..\..\Source\include\semphr.h file_038=PIC32MX_MPLAB.map [SUITE_INFO] -suite_guid={14495C23-81F8-43F3-8A44-859C583D7760} +suite_guid={62D235D8-2DB2-49CD-AF24-5489A6015337} suite_state= [TOOL_SETTINGS] -TS{CB0AF4B8-4022-429D-8F99-8A56782B2C6D}=--keep-locals --gdwarf-2 -TS{9C698E0A-CBC9-4EFF-AE7D-B569F93E7322}=-g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer -TS{77F59DA1-3C53-4677-AC5F-A03EB0125170}=--defsym=_min_heap_size=0 --defsym=_min_heap_size=0 -Map="$(BINDIR_)$(TARGETBASE).map" -o"$(BINDIR_)$(TARGETBASE).$(TARGETSUFFIX)" -O3 -TS{0396C0A1-9052-4E4F-8B84-EF0162B1B4E9}= +TS{6F324298-6323-4781-8C43-43FA5E6F3646}=-gdwarf-2 +TS{1F324EFA-C0BA-4A8F-A85A-B21644939CAD}=-g +TS{29D3B6CC-DCAB-4659-8011-FFF75BB7F8D7}=-o"$(BINDIR_)$(TARGETBASE).$(TARGETSUFFIX)" -Map="$(BINDIR_)$(TARGETBASE).map" +TS{AD4C3FBD-B6BB-4F50-AB4E-35BF132D4D60}= [INSTRUMENTED_TRACE] enable=0 transport=0 diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcs b/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcs index 602146595..60a686152 100644 --- a/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcs +++ b/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcs @@ -2,6 +2,6 @@ MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7} Version=1.0 [TOOL_LOC_STAMPS] -tool_loc{92E15EC6-5E91-4BF4-B5FA-C80AD2601AA7}=C:\devtools\Microchip\xc32\v1.21\bin\xc32-ar.exe -tool_loc{430F471F-7ECB-4852-A80D-DEF9A5C8E751}=C:\devtools\Microchip\xc32\v1.21\bin\xc32-gcc.exe -tool_loc{C68E5105-1196-4333-A0BF-3DC57271E614}=C:\devtools\Microchip\xc32\v1.21\bin\xc32-ld.exe +tool_loc{E9F2995B-2477-4B57-BEC5-E9F3A4D67DB7}=C:\devtools\Microchip\xc32\v1.21\bin\xc32-as.exe +tool_loc{DBB2B82D-3E10-4401-85A6-C9CB169D3E05}=C:\devtools\Microchip\xc32\v1.21\bin\xc32-gcc.exe +tool_loc{A90E7C70-81C8-4500-B1F8-8560038BEFC0}=C:\devtools\Microchip\xc32\v1.21\bin\xc32-ld.exe diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcw b/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcw index e216e37ef..e6a455085 100644 Binary files a/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcw and b/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.mcw differ