Menu

#131 FreeRTOS ST32F303 HerlloWorld

closed
nobody
None
5
2019-05-24
2019-05-24
No

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

1 Attachments

Discussion

  • Richard Barry

    Richard Barry - 2019-05-24
    • status: open --> closed
     
  • Richard Barry

    Richard Barry - 2019-05-24

    I don't think this is a feature request - please post to the support forum.

     
  • Hein Tibosch

    Hein Tibosch - 2019-05-24

    The support forum can be found here

     

Log in to post a comment.