Hello all, I am a newcomer to FreeRTOS. I was following the tutorial to compile FreeRTOS on CORTEX_MPS2_QEMU_IAR_GCC since I am using qemu, and ran into an issue: fatal error: trcRecorder.h: No such file or directory. I could not find the file in the TraceRecorderConfig directory, so I was wondering how I could get the file or if there is a workaround. Thanks!
Never mind, just had to pull in a submodule and change the directories in my Makefile
This seems like a change is required in Makefile. Is that correct? If yes, are you willing to create a PR for the same?