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