Rebuilding MQX doesn't update lib folder content

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

Rebuilding MQX doesn't update lib folder content

1,246 次查看
statrix
Contributor II

Hello All,

 

I need to rebuild MQX libraries because i want to enable ADC in my mcf52233DEMO board project, so i change this line at

user_config.h located at [installation]\config\[board]

 

#define BSPCFG_ENABLE_ADC        1    // ( 0 by default )

 

Then i follow the steps cited at the "FSL_MQX_Getting_Started.pdf" Rev 02 , section 2.4 ( CW 10.0). 

 

after rebuilding, for debug and release, if i go to the user_config.h file located under the \lib  directory it has the default line...so it's not being updated. 

I did a dedicated workspace for rebuilding MQX also.

 

I've tryed several things (building all at once, building one by one, in order, etc) but nothing changed the outcome. There are several warnings about not changing the user_config.h file under lib folder because it's replaced in each build. 

 

The only files being updated are bsp_m52233demo_d.a, bsp_m52233demo.a  

psp_m52233demo_d.a, psp_m52233demo.a  

 

Also, there is no mass build for this board for CW10, why ?.

 

I would be really thankful if someone can help me.

 

 

 

 

 

 

 

 

标记 (1)
0 项奖励
5 回复数

581 次查看
JuroV
NXP Employee
NXP Employee

What IDE do you use? CW7.2 or CW10?

0 项奖励

581 次查看
statrix
Contributor II

Hello JuroV

 

Thanks in advance for helping me. There're a couple of mentions to CW10.0 in my post.  I apologize for not making

a explicit mention to it. That's the IDE i'm using (last build), under windows XP SP3.

 

Just let me know if you want me to try something.

0 项奖励

581 次查看
statrix
Contributor II

So i guess it's only me the one who can't rebuild MQX.. what a loser! :smileysad:

 

Am i making some noob mistake that everyone sees?

 

Thanks in advance

0 项奖励

581 次查看
JuroV
NXP Employee
NXP Employee

There's report that CW10 in some cases creates its own copies of sources and that's why you change user_config.h, but effectivelly you change only some copy of user_config.h. Personally I think it's better to refer this question to CodeWarrior team.

0 项奖励

581 次查看
statrix
Contributor II

Thanks Jurov ! I'll do it and post here the solution.

 

 

0 项奖励