Link fails while using TSS Library on TWRK40X256

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

Link fails while using TSS Library on TWRK40X256

ソリューションへジャンプ
800件の閲覧回数
friederschrempf
Contributor IV

I try to include the TSS capabilities of the TWRK40X256 board (Touch Electrodes) into an application.

The TSS example compiles and works as intended.

When I use the same code from the example in my own application I get some weird errors in my BSP project about missing definitions. I can't figure out what I missed while porting the example. The references to /lib/twrk40x256.cw10/debug/bsb/tss exist.

I attached a screenshot with the code that causes the errors and the error list.

I use CodeWarrior 10.2 with MQX 4.0.

Thanks for any help

タグ(3)
0 件の賞賛
返信
1 解決策
573件の閲覧回数
c0170
Senior Contributor III

Hello Frieder Schrempf,

can you compare linker path settings with the original HMI application (in your monitor application). Are all paths same set ?

It would help you paste them here, linker settings in your application. BSP does not include TSS library, the application's linker must resolve all symbols.

Regards,

MartinK

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
574件の閲覧回数
c0170
Senior Contributor III

Hello Frieder Schrempf,

can you compare linker path settings with the original HMI application (in your monitor application). Are all paths same set ?

It would help you paste them here, linker settings in your application. BSP does not include TSS library, the application's linker must resolve all symbols.

Regards,

MartinK

0 件の賞賛
返信
573件の閲覧回数
friederschrempf
Contributor IV

Thank you for the quick help!

I did not know that the library has to be added manually.

After including "tss.a" in the Linker settings everything worked.

0 件の賞賛
返信