file:///C:\Users\huang\AppData\Roaming\Tencent\Users\1565996393\QQ\WinTemp\RichOle\OKZ]}396O65SA)URR3}VT23.png..\FreeRTOS\include\task.h(173): error: #20: identifier "UBaseType_t" is undefined
UBaseType_t uxCurrentPriority; /* The priority at which the task was running (may be inherited) when the structure was populated. */
..\FreeRTOS\include\task.h(174): error: #20: identifier "UBaseType_t" is undefined
UBaseType_t uxBasePriority; /* The priority to which the task will return if the task's current priority has been inherited to avoid unbounded priority inversion when obtaining a mutex. Only valid if configUSE_MUTEXES is defined as 1 in FreeRTOSConfig.h. */
..\FreeRTOS\include\task.h(176): error: #20: identifier "StackType_t" is undefined
StackType_t *pxStackBase; /* Points to the lowest address of the task's stack area. */
..\FreeRTOS\include\task.h(602): error: #20: identifier "TaskHandle_t" is undefined
void vTaskAllocateMPURegions( TaskHandle_t xTask, const MemoryRegion_t * const pxRegions ) PRIVILEGED_FUNCTION;
..\FreeRTOS\include\task.h(602): error: #130: expected a "{"
void vTaskAllocateMPURegions( TaskHandle_t xTask, const MemoryRegion_t * const pxRegions ) PRIVILEGED_FUNCTION;
..\HARDWARE\GPS.h(8): warning: #12-D: parsing restarts here after previous syntax error
{
..\HARDWARE\GPS.h(9): warning: #177-D: variable "Data" was declared but never referenced
float Data;
..\HARDWARE\GPS.h(10): warning: #177-D: variable "Buf" was declared but never referenced
u8 Buf[4];
..\HARDWARE\GPS.h(11): error: #77-D: this declaration has no storage class or type specifier
}Float_to_Byte;
..\FreeRTOS\portable\RVDS\ARM_CM3\port.c(441): warning: #223-D: function "xTaskIncrementTick" declared implicitly
if( xTaskIncrementTick() != pdFALSE )
..\FreeRTOS\portable\RVDS\ARM_CM3\port.c: 5 warnings, 27 errors
"..\OBJ\LED.axf" - 281 Error(s), 68 Warning(s).