MCLIB and MQX

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

MCLIB and MQX

470 Views
barbercolman
Contributor III

Hi

I downloaded the mclib and installed it to C:\Freescale\Cortex M4 FSLESL r1.3 . I followed the directions in MCLIB_Cortes_M4_rev1.3.pdf to integrate the libraries in my project. When I attempted to compile I received a "
No library file found matching 'libC:/Freescale/Cortex M4 FSLESL r1.3{.dylib|.a}' or 'C:/Freescale/Cortex M4 FSLESL r1.3'    TWR-K60N512_Quick_Start_Demo             C/C++ Problem"

 

Did I not include the libraries correctly or is there a issues using the MCLib in a MQX project

0 Kudos
2 Replies

269 Views
c0170
Senior Contributor III

Hi barber colman,

 

I believe you have not included the library properly. Is the library added in the project ? Also the correct path is set?

 

I would check the absolute/relative paths and see if the paths are set correctly. If the problem persist, I can download the MCLIb and assist you.

 

Regards,

MartinK

0 Kudos

269 Views
barbercolman
Contributor III

I think you are right. One of the issues is that the documentation has not been updated for Windows 7 where everything should not be dumped into c:\program files. So I went back and removed and re installed and now it links.

 

Basically operator error, but updated documentation would have helped. 

 

Thanks for you help.

0 Kudos