I’m using VisualGDB with IAR in project which is using FreeRTOS, the problem is “portasm.s” is an assembly file which includes “FreeRTOSConfig.h” file
In IAR this issue resolved by Selecting Assembler->Preprocessor->Additional include directories->Path to in which “FreeRTOSConfig.h” file exists and everything compiles well
In VisualGDB there no such option, only for C/C++
I know there is workaround for setting relative path like “../FreeRTOSConfig.h” but then in IAR IDE it won’t recognize it. I’m often switching between the two IDE’s.
Any help will appreciated 🙂
Best regards,
Igor