Linking problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Linking problem

239 次查看
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 项奖励
2 回复数

204 次查看
lpcware
NXP Employee
NXP Employee
bump
0 项奖励

204 次查看
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 项奖励