Link fails while using TSS Library on TWRK40X256

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

Link fails while using TSS Library on TWRK40X256

Jump to solution
741 Views
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

Tags (3)
0 Kudos
Reply
1 Solution
514 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
515 Views
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 Kudos
Reply
514 Views
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 Kudos
Reply