CodeWarrior Development Studio for QorIQ LS series - ARM V8 ISA

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

CodeWarrior Development Studio for QorIQ LS series - ARM V8 ISA

1,282 Views
Zhoute
Contributor I

如何在CodeWarrior Development Studio for QorIQ LS series - ARM V8 ISA(Version:11.5.12)软件中,如何将Target Initialization File文件中的err_msg = "xxx"通过窗口显示出来,如何在脚本中添加打印信息,并显示出来

 In CodeWarrior Development Studio for QorIQ LS series - ARM V8 ISA (Version: 11.5.12), how can the `err_msg = "xxx"` in the Target Initialization File be displayed through a window? Additionally, how to add print information in the script and make it display?

Zhoute_0-1753777782633.pngZhoute_0-1753777782633.png

LX2160A-RDB 

0 Kudos
Reply
1 Reply

1,260 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please add the following line in the initialization script.

cw_info ("testing CodeWarrior....")

When executing the script, you will find CodeWarrior information window popped up at the right bottom of CodeWarrior IDE.

0 Kudos
Reply