Make output to console

82 views
Skip to first unread message

Calle

unread,
Nov 16, 2016, 5:46:28 PM11/16/16
to cmake4eclipse user mailing list
Hi,
Im just starting to use cmake4eclipse but i have a question which have been bothering me for a couple of days.
Everythings is working fine except that I can't seem to get the actual compile output to the console  e.g make VERBOSE=1
I do see the cmake generation though, but during compile there is no console output, but the binary is created.

-- Configuring done
-- Generating done
-- Build files have been written to: ......../build/Debug


Is there a magic trick to do this?

showing something like:


[ 20%] Building CXX object CMakeFiles/Tick.dir/TickImplPkg/TickImpl.cpp.o
/usr/bin/c++   -DBOOST_ALL_DYN_LINK -I/src/c++/PulseLib/SystemPackage/TickPkg/TickImplPkg -I /ext_inc
-I /other_inc  -std=c++11 -g -o CMakeFiles/Tick.dir/TickImplPkg/TickImpl.cpp.o -c TickImpl.cpp




Cheers



Martin Weber

unread,
Nov 17, 2016, 2:49:07 PM11/17/16
to cmake4ecl...@googlegroups.com
Am Mittwoch, 16. November 2016, 14:46:28 schrieb Calle:
> Hi,
> Im just starting to use cmake4eclipse but i have a question which have been
> bothering me for a couple of days.
> Everythings is working fine except that I can't seem to get the actual
> compile output to the console e.g make VERBOSE=1
> I do see the cmake generation though, but during compile there is no
> console output, but the binary is created.
>
> -- Configuring done
> -- Generating done
> -- Build files have been written to: ......../build/Debug

What you are seeing above, is on the Cmake-Console.
To see the output of make (or ninja), you may switch to the C/C++-Console.

(Most of the time, the C/C++ console shows up automatically and I have to
switch to the CMake-console to see the output.)

>
>
> Is there a magic trick to do this?
switch to the C/C++-Console.

Martin

--
Cd wrttn wtht vwls s mch trsr.


Calle

unread,
Nov 18, 2016, 8:43:20 AM11/18/16
to cmake4eclipse user mailing list
Perfect!!
Thanks...That worked perfectly!

Cheers 

Reply all
Reply to author
Forward
0 new messages