this is for my project.
In that case, let us not focus on official support direction as that would be not likely to be prioritized on personal projects scope.
Let us focus on trying to fix this or a workaround
I see there's an #include "SEGGER_SYSVIEW_FreeRTOS.h" inside FreeRTOSConfig.h, but upon compiling I start seeing a bunch of undefined reference errors including undefined reference to SEGGER_SYSVIEW_RecordVoid'`
I downloaded SystemView Target source files and able to see that Sample\FreeRTOSVx\SEGGER_SYSVIEW_FreeRTOS.h file and the SEGGER_SYSVIEW.c where the implementation for SEGGER_SYSVIEW_RecordVoid exists. Try pulling these into your project
Yes it does have it but looks like the references aren't found once I include the file by uncommenting
#include "SEGGER_SYSVIEW_FreeRTOS.h" inside FreeRTOSConfig.h.
Is there any config that needs to be set?
It looks to me that the project settings (preprocessing include paths) are not set to point to the directory where this segger_sysview files are located. Can you post your project include paths here and the location where you SEGGER_SYSVIEW_FreeRTOS.h file is located ?
Else you can give me your project so that i can quickly do a smoke test on my desk and see what is missing.
In the preprocessor list, I've got "SystemView", which is the folder in the root project directory containing the following files.