Linking problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Linking problem

781件の閲覧回数
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 返答(返信)

746件の閲覧回数
lpcware
NXP Employee
NXP Employee
bump
0 件の賞賛
返信

746件の閲覧回数
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 件の賞賛
返信