File not found at link time

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

File not found at link time

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

Labels (1)
0 Kudos
1 Solution
671 Views
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

View solution in original post

0 Kudos
1 Reply
672 Views
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 Kudos