From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kazu Hirata To: gcc-help@gcc.gnu.org Cc: sedat.sengul@vestel-usa.com Subject: Re: How to obtain error log for gcc Date: Wed, 07 Mar 2001 04:40:00 -0000 Message-id: X-SW-Source: 2001-03/msg00039.html Hi Sedat, > I have Red Hat 6.2 dist. with kernel 2.2.14-5.0 > I tried to compile ethernet driver for 3com 3c90x.c file. I have a lot > of compile errors. How can I get the whole error log from gcc? How about this? make bzImage &> log This will capture both stderr and stdout. Kazu Hirata