µVision Build Log

Project:

C:\Users\hthomas\Desktop\FreeRTOSBuild\test6.uvproj Project File Date: 08/20/2014

Output:

Build target 'Target 1' compiling main.c... main.c(52): warning: #223-D: function "vParTestToggleLED" declared implicitly vParTestToggleLED( 0 ); main.c(59): error: #20: identifier "SC" is undefined SC->PCONP = 0; main.c(62): error: #20: identifier "PCONP_PCGPIO" is undefined SC->PCONP = PCONP_PCGPIO; main.c(65): error: #20: identifier "PINCON" is undefined PINCON->PINSEL10 = 0; main.c(71): error: #20: identifier "PLLFEED_FEED1" is undefined SC->PLL0FEED = PLLFEED_FEED1; main.c(72): error: #20: identifier "PLLFEED_FEED2" is undefined SC->PLL0FEED = PLLFEED_FEED2; main.c(77): error: #20: identifier "PLLFEED_FEED1" is undefined SC->PLL0FEED = PLLFEED_FEED1; main.c(78): error: #20: identifier "PLLFEED_FEED2" is undefined SC->PLL0FEED = PLLFEED_FEED2; main.c(146): warning: #223-D: function "vParTestInitialise" declared implicitly vParTestInitialise(); main.c(151): warning: #223-D: function "debug_frmwrk_init" declared implicitly debug_frmwrk_init(); main.c(158): warning: #223-D: function "vStartBlockingQueueTasks" declared implicitly vStartBlockingQueueTasks( mainBLOCK_Q_PRIORITY ); main.c(159): warning: #223-D: function "vCreateBlockTimeTasks" declared implicitly vCreateBlockTimeTasks(); main.c(160): warning: #223-D: function "vStartSemaphoreTasks" declared implicitly vStartSemaphoreTasks( mainSEM_TEST_PRIORITY ); main.c(161): warning: #223-D: function "vStartPolledQueueTasks" declared implicitly vStartPolledQueueTasks( mainQUEUE_POLL_PRIORITY ); main.c(162): warning: #223-D: function "vStartIntegerMathTasks" declared implicitly vStartIntegerMathTasks( mainINTEGER_TASK_PRIORITY ); main.c(163): warning: #223-D: function "vStartGenericQueueTasks" declared implicitly vStartGenericQueueTasks( mainGEN_QUEUE_TASK_PRIORITY ); main.c(164): warning: #223-D: function "vStartQueuePeekTasks" declared implicitly vStartQueuePeekTasks(); main.c(165): warning: #223-D: function "vStartRecursiveMutexTasks" declared implicitly vStartRecursiveMutexTasks(); main.c(40): warning: #177-D: function "prvFlashTask" was declared but never referenced static void prvFlashTask( void *pvParameters ) main.c: 12 warnings, 7 errors ".\test6.axf" - 7 Error(s), 12 Warning(s). Target not created