linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.7ac9,10,11 compile error on Sparc (revisited)
@ 2001-08-10 19:06 Holzrichter, Bruce
  2001-08-10 19:11 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Holzrichter, Bruce @ 2001-08-10 19:06 UTC (permalink / raw)
  To: 'sparc-linux@vger.kernel.org'
  Cc: 'linux-kernel@vger.kernel.org'


Hello,

Just want to let you know I am running into an error trying to compile the
ac kernels on Sparc Ultra5.  The plain 2.4.7 compiles fine, and I have also
compiled 2.4.8pre8 fine.  ac9,10 and 11, after applying the patch and during
the make vmlinux, it errors out with the error below.  It looks like an
include header file is being looked for, hw_irq.h which is not in the asm
tree.  I thought originally that the symlink for asm was not getting
created, but it is correctly created.  I was trying to track down where the
include file may be getting called from, but have not found it yet.

Error:
In file included from sched.c:26:

/usr/src/linux-2.4.7/include/linux/irq.h:61: asm/hw_irq.h: No such file or
directory

make[2]: *** [sched.o] Error 1

make[1]: *** [first_rule] Error 2

make: *** [_dir_kernel] Error 2    
                                           
Bruce Holzrichter 
Systems Administrator 
Monster.com 
Phone:  978-461-8869 
Cell:      978-375-9558 
bruce.holzrichter@monster.com 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.4.7ac9,10,11 compile error on Sparc (revisited)
  2001-08-10 19:06 2.4.7ac9,10,11 compile error on Sparc (revisited) Holzrichter, Bruce
@ 2001-08-10 19:11 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2001-08-10 19:11 UTC (permalink / raw)
  To: "Holzrichter, Bruce"; +Cc: linux-kernel, sparc-linux

In article <3AB544CBBBE7BF428DA7DBEA1B85C79C9B7006@nocmail.ma.tmpw.net> you wrote:
> Error:
> In file included from sched.c:26:
>
> /usr/src/linux-2.4.7/include/linux/irq.h:61: asm/hw_irq.h: No such file or
> directory

Quickhack:  touch include-asm-sparc64/hw_irq.h.

Right soloution: replaces <linux/irq.h> with <asm/irq.h> in sched.c,
fix eventual problems with that.

	Christoph

-- 
Of course it doesn't work. We've performed a software upgrade.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-10 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-10 19:06 2.4.7ac9,10,11 compile error on Sparc (revisited) Holzrichter, Bruce
2001-08-10 19:11 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).