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.
What IDE do you use? CW7.2 or CW10?
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.
So i guess it's only me the one who can't rebuild MQX.. what a loser!
Am i making some noob mistake that everyone sees?
Thanks in advance
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.
Thanks Jurov ! I'll do it and post here the solution.