Hi
as you can understand from the title i'm new both in the forum and in FreeRTOS. I'm using Eclipse with the nucleo ST32F303 RE. unfortunatly I have found issues during the compilation with a main empty. So with a main quite empty, i'm including the differents folders and files.
#include "stm32f30x.h"
int main(void)
{
for(;;);
}
The error is :
D:/Workspace/RTOS_workspace/STM32_HelloWorld/Third-Party/FreeRTOS/ong/Source/portable/GCC/ARM_CM3/portmacro.h:53:23: error: missing binary operator before token "long"
#define portBASE_TYPE long
thanks in advance. Attached the file portmacro,h
I don't think this is a feature request - please post to the support forum.
The support forum can be found here