Linking problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linking problem

230 Views
lpcware
NXP Employee
NXP Employee
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?

0 Kudos
2 Replies

195 Views
lpcware
NXP Employee
NXP Employee
bump
0 Kudos

195 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vtw.433e on Fri Apr 01 06:07:14 MST 2016
LInk with the library/object file that implements that function...
0 Kudos