This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to obtain error log for gcc


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]