From: RichardBarry Date: Thu, 31 Jul 2008 11:01:58 +0000 (+0000) Subject: Add in the -fno-omit-frame-pointer compiler options as a compiler bug workaround. X-Git-Tag: V5.0.3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Ftags%2FV5.0.3;p=freertos Add in the -fno-omit-frame-pointer compiler options as a compiler bug workaround. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@427 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/PIC24_MPLAB/RTOSDemo.mcw b/Demo/PIC24_MPLAB/RTOSDemo.mcw index da7d7cd13..65eeb6d1e 100644 Binary files a/Demo/PIC24_MPLAB/RTOSDemo.mcw and b/Demo/PIC24_MPLAB/RTOSDemo.mcw differ diff --git a/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp b/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp index 0741b50a7..2b5c22757 100644 --- a/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp +++ b/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp @@ -123,7 +123,8 @@ suite_guid={479DDE59-4D56-455E-855E-FFF59A3DB57E} suite_state= [TOOL_SETTINGS] TS{7D9C6ECE-785D-44CB-BA22-17BF2E119622}=-g -TS{25AC22BD-2378-4FDB-BFB6-7345A15512D3}=-g -Wall -DMPLAB_PIC24_PORT -mlarge-code -O1 -fno-schedule-insns -fno-schedule-insns2 +TS{25AC22BD-2378-4FDB-BFB6-7345A15512D3}=-fno-omit-frame-pointer -g -Wall -DMPLAB_PIC24_PORT -mlarge-code -O1 -fno-schedule-insns -fno-schedule-insns2 +TS{25AC22BD-2378-4FDB-BFB6-7345A15512D3}_alt=yes TS{7DAC9A1D-4C45-45D6-B25A-D117C74E8F5A}=--defsym=__ICD2RAM=1 -Map="$(TARGETBASE).map" -o"$(TARGETBASE).$(TARGETSUFFIX)" TS{509E5861-1E2A-483B-8B6B-CA8DB7F2DD78}= [INSTRUMENTED_TRACE] diff --git a/Demo/Unsupported_Demos/HCS12_HCS12X_CodeWarrior_OAF.zip b/Demo/Unsupported_Demos/HCS12_HCS12X_CodeWarrior_OAF.zip index f94af4e6e..2745f1b23 100644 Binary files a/Demo/Unsupported_Demos/HCS12_HCS12X_CodeWarrior_OAF.zip and b/Demo/Unsupported_Demos/HCS12_HCS12X_CodeWarrior_OAF.zip differ diff --git a/Demo/Unsupported_Demos/LPC2129_Keil_RVDS_FD.zip b/Demo/Unsupported_Demos/LPC2129_Keil_RVDS_FD.zip deleted file mode 100644 index 2fa6d4db4..000000000 Binary files a/Demo/Unsupported_Demos/LPC2129_Keil_RVDS_FD.zip and /dev/null differ diff --git a/Demo/Unsupported_Demos/LPC2138_Keil_RVDS_MCB2130_FD.zip b/Demo/Unsupported_Demos/LPC2138_Keil_RVDS_MCB2130_FD.zip new file mode 100644 index 000000000..2fa6d4db4 Binary files /dev/null and b/Demo/Unsupported_Demos/LPC2138_Keil_RVDS_MCB2130_FD.zip differ diff --git a/Demo/Unsupported_Demos/TriCore_AS.zip b/Demo/Unsupported_Demos/TriCore_AS.zip new file mode 100644 index 000000000..ec0165aac Binary files /dev/null and b/Demo/Unsupported_Demos/TriCore_AS.zip differ diff --git a/Demo/Unsupported_Demos/x86_VisualStudio8_DJ.zip b/Demo/Unsupported_Demos/x86_VisualStudio8_DJ.zip index 197855028..daa105656 100644 Binary files a/Demo/Unsupported_Demos/x86_VisualStudio8_DJ.zip and b/Demo/Unsupported_Demos/x86_VisualStudio8_DJ.zip differ diff --git a/Demo/dsPIC_MPLAB/RTOSDemo.mcw b/Demo/dsPIC_MPLAB/RTOSDemo.mcw index 6953b530c..69316a669 100644 Binary files a/Demo/dsPIC_MPLAB/RTOSDemo.mcw and b/Demo/dsPIC_MPLAB/RTOSDemo.mcw differ diff --git a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp index 7b2dc0d71..4da98511c 100644 --- a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp +++ b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp @@ -123,7 +123,8 @@ suite_guid={479DDE59-4D56-455E-855E-FFF59A3DB57E} suite_state= [TOOL_SETTINGS] TS{7D9C6ECE-785D-44CB-BA22-17BF2E119622}=-g -TS{25AC22BD-2378-4FDB-BFB6-7345A15512D3}=-g -Wall -DMPLAB_DSPIC_PORT -O2 -fomit-frame-pointer -fno-schedule-insns -fno-schedule-insns2 +TS{25AC22BD-2378-4FDB-BFB6-7345A15512D3}=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TS{25AC22BD-2378-4FDB-BFB6-7345A15512D3}_alt=yes TS{7DAC9A1D-4C45-45D6-B25A-D117C74E8F5A}=--defsym=__ICD2RAM=1 -Map="$(TARGETBASE).map" -o"$(TARGETBASE).$(TARGETSUFFIX)" TS{509E5861-1E2A-483B-8B6B-CA8DB7F2DD78}= [INSTRUMENTED_TRACE] diff --git a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcs b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcs index d24f9c117..30ac2b2ea 100644 --- a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcs +++ b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcs @@ -1,6 +1,253 @@ [Header] MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7} Version=1.0 +[File000] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\dsPIC_MPLAB\main.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File001] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\source\list.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File002] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\source\queue.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File003] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\source\tasks.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File004] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\source\portable\MPLAB\PIC24_dsPIC\port.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File005] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\source\portable\MemMang\heap_1.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File006] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\Common\Minimal\BlockQ.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File007] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\source\croutine.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File008] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\Common\Minimal\crflash.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File009] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\dsPIC_MPLAB\ParTest\ParTest.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File010] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\Common\Minimal\blocktim.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File011] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\Common\Minimal\integer.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File012] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\Common\Minimal\comtest.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File013] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\dsPIC_MPLAB\serial\serial.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File014] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\dsPIC_MPLAB\timertest.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File015] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\dsPIC_MPLAB\lcd.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={069BD372-6CA0-40D4-BF2F-5DC806D05083} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-fno-omit-frame-pointer -g -Wall -DMPLAB_DSPIC_PORT -O2 -fno-schedule-insns -fno-schedule-insns2 +TraceCmdString= +DebugOptions=-D__DEBUG +[File016] +Location=C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.o +Folder=Intermediary +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={DE18EB1A-B46B-486B-B96F-A811A635DFAC} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-as.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=-g +TraceCmdString= +DebugOptions=--defsym=__DEBUG=1 +[File017] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\dsPIC_MPLAB\RTOSDemo_dsPIC.cof +Folder=Output +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={433C3D55-811D-409D-A6BF-159CF9355B42} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-ld.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=--defsym=__ICD2RAM=1 -Map="$(TARGETBASE).map" -o"$(TARGETBASE).$(TARGETSUFFIX)" +TraceCmdString= +DebugOptions=--defsym=__MPLAB_DEBUG=1 --defsym=__MPLAB_DEBUGGER_REAL_ICE=1 --defsym=__ICD2RAM=1 +[File018] +Location=C:\E\temp\rc\4\V5.0.3\FreeRTOS\Demo\dsPIC_MPLAB\RTOSDemo_dsPIC.hex +Folder=Output +DeviceName=dsPIC33FJ256GP710 +LanguageToolSuiteID={479DDE59-4D56-455E-855E-FFF59A3DB57E} +LanguageToolID={433C3D55-811D-409D-A6BF-159CF9355B42} +LanguageToolLocation=C:\Devtools\Microchip\MPLAB C30\bin\pic30-ld.exe +PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include||$(LIBDIR)||$(LKRDIR)|| +SOLK=|main.c|..\..\source\list.c|..\..\source\queue.c|..\..\source\tasks.c|..\..\source\portable\MPLAB\PIC24_dsPIC\port.c|..\..\source\portable\MemMang\heap_1.c|..\Common\Minimal\BlockQ.c|..\..\source\croutine.c|..\Common\Minimal\crflash.c|ParTest\ParTest.c|..\Common\Minimal\blocktim.c|..\Common\Minimal\integer.c|..\Common\Minimal\comtest.c|serial\serial.c|timertest.c|lcd.c|C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S|||||||p33FJ256GP710.gld|| +SuiteArgsString= +ToolArgsString=--defsym=__ICD2RAM=1 -Map="$(TARGETBASE).map" -o"$(TARGETBASE).$(TARGETSUFFIX)" +TraceCmdString= +DebugOptions=--defsym=__MPLAB_DEBUG=1 --defsym=__MPLAB_DEBUGGER_REAL_ICE=1 --defsym=__ICD2RAM=1 [TOOL_LOC_STAMPS] tool_loc{DE18EB1A-B46B-486B-B96F-A811A635DFAC}=C:\Devtools\Microchip\MPLAB C30\bin\pic30-as.exe tool_loc{069BD372-6CA0-40D4-BF2F-5DC806D05083}=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe