LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to turn off silent mode when using compile.exe ?

I'd like to use the command line compiler and see what files/commands are involved.  Running compile.exe without options must be in silent mode because nothing is printed to the screen.  Is there an option to turn off silent mode?

0 Kudos
Message 1 of 4
(3,350 Views)
well, you could use -log logfile. This argument copies all build output to the logfile you specify.
0 Kudos
Message 2 of 4
(3,343 Views)

Wolfgang,


There isn't any output to be logged.  I'd like to see the files that are being compiled  . . . like when you type make and it prints the commands that are being run (for example).

 

Thanks!!

0 Kudos
Message 3 of 4
(3,336 Views)

Hi cooGal,

 

If you search "command line compiler" in the CVI help will show you all of the functionality.  Wolfgang has the best suggestion.

 

Have good one!

 

Regards,

Dustin D

0 Kudos
Message 4 of 4
(3,313 Views)