Compilier can not find vtraceEnable function

I am using the windows demo. Using WIN32-MINGW demo. Using Code Blocks IDE for the project. I have copied that directory to another folder. In the project I configure the search paths to be my project directory, the FreeRTOS\Source\include and FreeRTOS\Source\portable\MSVC-MingW directory. The compilier is basically choking on anything related to trace or recording functions.

I am getting an error that the compiler can not find vTraceEnable function. I could not find the function in any of the FreeRTOS directories or my project directory.

Any help is appreciated.

Thank you.

You need to compile FreeRTOS-Plus-Trace which contains the vTraceEnable function. It is the Tracelyzer recorder library from Percepio.

Thanks.