cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX v6.2.1, CubeMX IDE v1.6.1, STM32F103VET6 and STemWin v5.32: cannot connect STemWin532_CM3_GCC.a library

ivainc
Associate III

The linker produce a error "cannot find library". See pic. However, I trying to change the lib path to haven't any spaces inside. This not help.

Then I change the lib path to my disk root D: folder and this generate next 'sh' error.

1 ACCEPTED SOLUTION

Accepted Solutions
ivainc
Associate III

I fix this problem. The STemWin library *.a files must be connected in CubeIDE (based on Eclipse) as 'other linker object' : Project/Properties/CC++ Build/Settings/Tool Settings/GCC Linker/Misc/Additional Object files. Connecting it other way does not work! Have a 3 days delay to fix this issue...

View solution in original post

3 REPLIES 3
Khouloud ZEMMELI
ST Employee

Hello @Community member​ 

Could you please share your ioc file to check it?

Thanks, Khouloud

ivainc
Associate III

I fix this problem. The STemWin library *.a files must be connected in CubeIDE (based on Eclipse) as 'other linker object' : Project/Properties/CC++ Build/Settings/Tool Settings/GCC Linker/Misc/Additional Object files. Connecting it other way does not work! Have a 3 days delay to fix this issue...

Great, I propose you to always use the latest Cube versions :)

Thanks for your contribution :)

Khouloud