Closed cmorganBE closed 1 year ago
@cmorganBE, thanks for taking the time to report this. These warnings are generated because the FreeRTOS repo is using an old version of Tracelyzer library.
We are updating our code to use the latest version of Tracelyzer library the PR is can be found here
Hello @cmorganBE, The PR has been merged and this should solve this problem, I'm closing this issue for now, please feel free to reach out if you have further concerns or queries.
Thank you AR
Describe the bug
FreeRTOS-Kernel abb5452a12ebff8e8af640e3ceb5fe16f30e6f54 (main as of 2023-10-10).
Building the posix gcc demo on x86-64 linux (Ubuntu 23.04).
Target / Host
To Reproduce
mkdir build && cd build && cmake ../ && make
Expected behavior Build without errors.
Screenshots None at present.
Additional context N/A