How to obtain error log for gcc

Kazu Hirata kazu@hxi.com
Wed Mar 7 04:40:00 GMT 2001


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



More information about the Gcc-help mailing list