Content originally posted in LPCWare by Arto R on Fri Apr 01 03:56:44 MST 2016
Hello.
I'd need help in sorting out this problem.
LPCXpresso 8.0.0. In the sw hierarchy is the FreeRTOS (version 9.0.0rc1).
The target is LPC1766.
The sw compiles, but Linker error is: "undefined reference to `xQueueGenericSend'"
That refers to a FreeRTOS header (queue.h). All seems to be in place.
Is there a linker setting that I haven't seen or how to solve the some kind of visibility problem?