Hi everyone,
I’ve been setting up Eclipse IDE, but I didn’t get it works properly, I attach some images where I show modified properties specifically.
In case you have a good tutorial with the right procedures or another IDE to advise me, please, do it, I’ll be thankful guys.
Are these linker errors, or just Eclipse telling you it doesn’t know how to parse the code? Asking as the error message does not look like something GCC would generate.
If these are linker errors then it just appears as if you are not building the correct source files. For example, if vTaskDelay() is an unresolved symbol (a message more likely to be output by GCC) then it is most likely to be because you are not building FreeRTOS/source/task.c.