chc12 invisible mode

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

chc12 invisible mode

跳至解决方案
1,034 次查看
eJames
Contributor I

Hello,

 

Is it possible to add some command line option to keep chc12 from opening a window?  Or alternatively having it stay open after compiling a source file?

 

I'm using chc12 to compile c, c++ sources.  I changed from using CodeWarrior to a custom make-based build system.  Whenever I call chc12, a window opens, and shows up in the windows taskbar.   I looked through the documentation, but didn't see a way to do it.  I have a few hundred source files to compile, and the chc12 window keeps opening/closing and making my taskbar buttons move around.

标签 (1)
标记 (1)
0 项奖励
1 解答
710 次查看
BlackNight
NXP Employee
NXP Employee

Hello,

there is an option for this:

-View     Application Standard Occurrence
               -ViewWindow Window
               -ViewMin Min
               -ViewMax Max
               -ViewHidden Hidden

Additionally, you can use the 'piper.exe' located in the prog to redirect the compiler messages to stdout (e.g. in a console or make file).

e.g. piper.exe chc12.exe -h

在原帖中查看解决方案

0 项奖励
2 回复数
711 次查看
BlackNight
NXP Employee
NXP Employee

Hello,

there is an option for this:

-View     Application Standard Occurrence
               -ViewWindow Window
               -ViewMin Min
               -ViewMax Max
               -ViewHidden Hidden

Additionally, you can use the 'piper.exe' located in the prog to redirect the compiler messages to stdout (e.g. in a console or make file).

e.g. piper.exe chc12.exe -h

0 项奖励
710 次查看
eJames
Contributor I

Thanks, this helped.  Guess I didn't look hard enough in that documentation!

0 项奖励