MQX building

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

MQX building

跳至解决方案
1,437 次查看
crezyoz
Contributor IV

I am on my first day with CW for the K70 tower. I have been able to rebuild the MQX libs (195 warnings, mostly pragmas) . The debug versions were built.  Is it necessary to rebuild the release versions as well? If so.. do I just change the target for each of the imported libs and rebuild all ?  UPDATE: found this answer in docs..

 

Also.. I had attempted to imnport the working set as per the instructions but no sets were imported. Dragging the wsd file into the CW workspace only opened up the file. Normal?

0 项奖励
回复
1 解答
1,224 次查看
MarcinG
Contributor III

Pleas make sure, that you have MQX plug-ins for CodeWarrior correctly installed. You may figure it out in the following way:

- go to Help/About CodeWarrior Development Studio menu

- click the "Installation Details" button

- go to the "Plug-ins" tab and sort plugins by ID

- check if you have the plug-in wiht "com.freescale.projectofprojects" ID (see the attached screenshot)

 

If you don't have this plug-ins installed (the other reason is that wsd file is corrupted, what shouldn't be the case), go to the <MQX installation path>\tools\codewarrior_extensions\CW MCU v10.2\ folder and you may install plug-ins using the "install_cw10.2_plugin.bat" script, however be careful, because there is a bug in CodeWarrior which corrupts the debugger in some way, to avoid it you should replace scripts (un-/install_cw10.2_plugin.bat) with the ones form this archive: Zip .In other words: first update scripts then install plug-ins.

 

Best Regars,

Marcin

 

 

 

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,224 次查看
c0170
Senior Contributor III

Hello crezyoz,

 

I assume you are using CW 10.1 which does not have all functionalities to import the working set. This working set is fully fucntional in CW10.2.

 

Regards,

MartinK

0 项奖励
回复
1,224 次查看
crezyoz
Contributor IV

I am using 10.2

0 项奖励
回复
1,225 次查看
MarcinG
Contributor III

Pleas make sure, that you have MQX plug-ins for CodeWarrior correctly installed. You may figure it out in the following way:

- go to Help/About CodeWarrior Development Studio menu

- click the "Installation Details" button

- go to the "Plug-ins" tab and sort plugins by ID

- check if you have the plug-in wiht "com.freescale.projectofprojects" ID (see the attached screenshot)

 

If you don't have this plug-ins installed (the other reason is that wsd file is corrupted, what shouldn't be the case), go to the <MQX installation path>\tools\codewarrior_extensions\CW MCU v10.2\ folder and you may install plug-ins using the "install_cw10.2_plugin.bat" script, however be careful, because there is a bug in CodeWarrior which corrupts the debugger in some way, to avoid it you should replace scripts (un-/install_cw10.2_plugin.bat) with the ones form this archive: Zip .In other words: first update scripts then install plug-ins.

 

Best Regars,

Marcin

 

 

 

0 项奖励
回复
1,224 次查看
crezyoz
Contributor IV

Thank you Marcin.

0 项奖励
回复