Subject: RE: Build fails for ia64 with linux-2.6.0-test1-bk2 with missing file .

Thanks Sam. Shouldn't the Makefile take care of this?

Dennis E. Miyoshi, PE
Hendrix Release Manager
Hewlett-Packard Company
825 14th Street, S.W., MS E-200
Loveland, CO 80537
(970) 898-6110


-----Original Message-----
From: Sam Ravnborg [mailto:[email protected]]
Sent: Tuesday, July 22, 2003 8:36 AM
To: MIYOSHI,DENNIS (HP-Loveland,ex1)
Cc: '[email protected]'
Subject: Re: Build fails for ia64 with linux-2.6.0-test1-bk2 with missing
file .


> Failed with the following:
> kernel/profile.c:11:26: asm/sections.h: No such file or directory
> kernel/profile.c: In function `profile_init':
> kernel/profile.c:38: `_etext' undeclared (first use in this function)
> kernel/profile.c:38: (Each undeclared identifier is reported only once
> kernel/profile.c:38: for each function it appears in.)
> kernel/profile.c:38: `_stext' undeclared (first use in this function)
> make[1]: *** [kernel/profile.o] Error 1
> make: *** [kernel] Error 2

cp include/asm-i386/sections.h include/asm-ia64/sections.h should do the
trick.

Sam


2003-07-22 19:19:57

by Sam Ravnborg

[permalink] [raw]
Subject: Re: Build fails for ia64 with linux-2.6.0-test1-bk2 with missing file .

On Tue, Jul 22, 2003 at 07:41:16AM -0700, MIYOSHI,DENNIS (HP-Loveland,ex1) wrote:
> Thanks Sam. Shouldn't the Makefile take care of this?
No, the files located in asm-generic is meant to be included from asm-$(ARCH)
if needed.

Sam