chc12 invisible mode

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

chc12 invisible mode

Jump to solution
1,020 Views
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.

Labels (1)
Tags (1)
0 Kudos
1 Solution
696 Views
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

View solution in original post

0 Kudos
2 Replies
697 Views
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 Kudos
696 Views
eJames
Contributor I

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

0 Kudos