File not found at link time

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

File not found at link time

跳至解决方案
1,719 次查看
pietrodicastri
Senior Contributor II

Good morning

 

I want to attach the CMSIS library to the project. I have normally added the path and the library to the project properties.

The .png attached describes what happens. It cannot find -llibarm_cortexM4l_math.a but the library is there.

The picture shows the settings and the error.

Some suggestions???

 

 

Thank You

标签 (1)
0 项奖励
回复
1 解答
1,599 次查看
BlackNight
NXP Employee
NXP Employee

Hi Pietro,

have a look at

Creating and using Libraries with ARM gcc and Eclipse | MCU on Eclipse

The thing is that you shall not specify the lib prefix and the .a extension for GNU tools.

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,600 次查看
BlackNight
NXP Employee
NXP Employee

Hi Pietro,

have a look at

Creating and using Libraries with ARM gcc and Eclipse | MCU on Eclipse

The thing is that you shall not specify the lib prefix and the .a extension for GNU tools.

I hope this helps,

Erich

0 项奖励
回复