View previous topic :: View next topic |
Author |
Message |
hq4ever Apprentice
Joined: 15 Aug 2004 Posts: 167
|
Posted: Tue Jan 11, 2005 1:50 pm Post subject: How to log the kernel compilation process ? |
|
|
How can I build this kernel (from a portage ebuild ofcurse) gentoo-dev-sources and tell it to save the log of it's actions somewhere ?
Or is it already logged (where)?
To note that I'm looking for the log of a friend because his kernel doesn't compile right.
Thank you. _________________ "God doesn't play dice with the universe",
Albert Einstein.
sig: http://www.jr.co.il/humor/signatur.txt
avatar: david lanham, http://www.dlanham.com/goodies.htm |
|
Back to top |
|
|
hw-tph l33t
Joined: 08 Jan 2004 Posts: 768 Location: Uppsala, Sweden
|
Posted: Tue Jan 11, 2005 1:55 pm Post subject: |
|
|
# script ~/make_all.log
# make all
(....)
# quit
And your log will be in ~/make_all.log.
Håkan |
|
Back to top |
|
|
hq4ever Apprentice
Joined: 15 Aug 2004 Posts: 167
|
Posted: Tue Jan 11, 2005 2:23 pm Post subject: |
|
|
1st : Cool !!! thnx I loved this.
2nd : Sorry but this is not what i had in mind, this i can achive with a simple 2>&1 no ?
I mean an option where this Makefile saves it's own log, with it's own error messages, not neccessry those that get printed to std-output.[/b] _________________ "God doesn't play dice with the universe",
Albert Einstein.
sig: http://www.jr.co.il/humor/signatur.txt
avatar: david lanham, http://www.dlanham.com/goodies.htm |
|
Back to top |
|
|
hw-tph l33t
Joined: 08 Jan 2004 Posts: 768 Location: Uppsala, Sweden
|
Posted: Tue Jan 11, 2005 4:20 pm Post subject: |
|
|
Use make all V=1 to have the kernel compilation process more verbose. It is probably possible to have it show all the gcc messages without editing the Makefile but I'm not aware of how to do it.
Håkan |
|
Back to top |
|
|
|