CW looking for psp.a in a wrong location

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

CW looking for psp.a in a wrong location

667 Views
amleng
Contributor IV

Hello Community,

 

I recently upgrade my CW to version 10.5. I tried to compile my project but I got a Linker error as follow:

 

 

8291_8291.pngpsp.a.png

 

This is the list of errors I got after compile:

 

8292_8292.pngerror list.png

 

I'm not sure why CW is looking for psp.a in workspace. I assume this file should be in MQX BSP folder. Should I change any setting in my project properties? any suggestion?

 

Cheers!

Labels (1)
0 Kudos
2 Replies

464 Views
TICS_Fiona
NXP Employee
NXP Employee

Is your project based on MQX? If so, please check whether the path for MQX libraries is correct.

You can do it from <Project> Menu->Properties, then go to <C/C++ Build-> Settings> panel, then choose ARM Ltd Windwos GCC C Linker-> Miscellaneous, please check whether the libraries path is correct.

lib.png

0 Kudos

464 Views
amleng
Contributor IV

Yes, I use MQX 4.02. Here is my linker setting. I use freescale compiler rather than gcc. As I can see here everything is all right. Do you think I need to change something? The MQX_ROOT_DIR is   "C:\Freescale\Freescale_MQX_4_0". This is the location I installed MQX. I have this problem only for k40x256. The projects for K60 are compiled well.

settings.png

0 Kudos