I have to implement the RTOS RTX on a Nucleo-F411RE board (Cortex-M4). I have to do it with Eclipse, but I don't know how I should do it.
Moreover, I tried to compile it with the GCC compiler, and I had many errors like :
_ error: stray '#' in program
_ error: expected '(' before 'void' __asm void rt_set_PSP (U32 stack) {
How can I fix it?