lately I was trying to compile my stm32 f767 project with free rtos in keil, but during compilation I meet bunch of errors and I found the error was related to the compiler version of 6+, compilation was sucess with compiler 5, but I don’t like it as it much slower thant compiler 6, is here anyone can help with how to do it step by step? many thanks in advance, so as any response.
Compiler version 6 is based on LLVM, which is compatible with FreeRTOS’s GCC port layers. So, if you are switching to compiler version 6, then also switch out the port layer files you are building to those found in the GCC directory.