2.5.3-pre1 compile error

2.5.3-pre1 compile error

Post by David Weinehal » Thu, 17 Jan 2002 10:20:17






> > > after that it builds for me ... but it crashes at boot time

> > Config?  Arch?  Compiler?

> Let me reboot with the crashing kernel for tracing ...

> x86 UP Athlon gcc-3.0.3

Let me suggest gcc-2.95.3 or gcc-2.96-whatever

/David Weinehall
  _                                                                 _

//  Maintainer of the v2.0 kernel   //  Dance across the winter sky //
\>  http://www.acc.umu.se/~tao/    </   Full colour fire           </
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

2.5.3-pre1 compile error

Post by Robert Lov » Thu, 17 Jan 2002 10:40:12



> Uh, brlock.c probably should be including threads.h...

lib/brlock.c includes include/linux/sched.h which includes
include/linux/threads.h ...

        Robert Love

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

2.5.3-pre1 compile error

Post by Andre Hedric » Thu, 17 Jan 2002 10:40:13


Well if you look at it closely, that function.

"ide_raw_build_sglist()"

 is not called except from the user-space diagnostics ioctl

You that is getting called with from a BIO request, there will be major
request completion problems.

That is there to allow a future "Alex Viro" suggestion be considered.



>    Date: Tue, 15 Jan 2002 16:43:58 -0800 (PST)

>    If it's not in the IDE driver, I'm at a loss.

> That "#if 1" buisness in the new ide-dma.c code looks
> really suspicious...

Andre Hedrick
Linux Disk Certification Project                Linux ATA Development

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

2.5.3-pre1 compile error

Post by Christopher Turcksi » Sat, 19 Jan 2002 07:20:17



> > Well, I actually disagree on this.  For large include files (fs.h is the
> > worst), and complicated arrangement, this technique eliminates spurious
> > includes and saves a lot on compile time (really!).

> Numbers please.

The GNU C preprocessor remembers if an include file was completely
inside an #ifndef/#endif conditional (modulo whitespace and comments)
and will skip the #include for the same file if the macro in #ifndef is
already defined. I suspect putting guards around the include will not
save any more time.

bfn,

IBM Global Services
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

1. Error compiling tdfxfb in 2.5.3-pre1

When compiling kernel 2.5.3-pre1, there is a small compile error i get
compiling tdfxfb, which could be fixed by simply changing the '-1' to
'NODEV' (line 1978, drivers/video/tdfxfb.c).

By the way, i suspect that other framebuffer drivers may not compile.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. linux/win slow TCP-IP

3. more compiling errors in 2.5.5-pre1

4. %CPU usage for a process ?

5. Patch: linux-2.5.7-pre1/net/ipv4/ipmr.c did not compile

6. ARPing my own IP address ????

7. PPC: compile failure in 2.4.21-pre1 ide

8. Question about Performance Tuning Courses

9. broken compile fixes for 2.4.18 or 2.4.19-pre1

10. kernel 2.4.16-pre1 not compiling without SMP

11. xconfig fails when compiling 2.56 or 2.57-pre1

12. 2.4.20-pre1-ac1 does not compile

13. 2.5.7-pre1 fix for api-caused ipmr.c compile failure