linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: Build fails for ia64 with linux-2.6.0-test1-bk2 with missing  file .
@ 2003-07-22 19:40 MIYOSHI,DENNIS (HP-Loveland,ex1)
  2003-07-22 20:13 ` David Mosberger
  0 siblings, 1 reply; 6+ messages in thread
From: MIYOSHI,DENNIS (HP-Loveland,ex1) @ 2003-07-22 19:40 UTC (permalink / raw)
  To: 'Sam Ravnborg'; +Cc: 'linux-kernel@vger.kernel.org'

Aaah.  Now I understand.  Thanks for the clarification.  I'll proceed on
now.  Thanks again.

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:sam@ravnborg.org] 
Sent: Tuesday, July 22, 2003 1:35 PM
To: MIYOSHI,DENNIS (HP-Loveland,ex1)
Cc: 'Sam Ravnborg'; 'linux-kernel@vger.kernel.org'
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

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

* RE: Build fails for ia64 with linux-2.6.0-test1-bk2 with missing file .
  2003-07-22 19:40 Build fails for ia64 with linux-2.6.0-test1-bk2 with missing file MIYOSHI,DENNIS (HP-Loveland,ex1)
@ 2003-07-22 20:13 ` David Mosberger
  0 siblings, 0 replies; 6+ messages in thread
From: David Mosberger @ 2003-07-22 20:13 UTC (permalink / raw)
  To: dennis.miyoshi, sam; +Cc: linux-kernel

Note that Linus' tree at any given time may or may not work on ia64.
You'd probably be better off using the ia64 patch at:

  ftp://ftp.kernel.org/pub/linux/kernel/ports/ia64/v2.5/

Alternatively, if you want to try bleeding edge bits, you can pull from:

  bk://lia64.bkbits.net/linux-ia64-2.5/

	--david

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

* Re: Build fails for ia64 with linux-2.6.0-test1-bk2 with missing file .
  2003-07-22 14:41 MIYOSHI,DENNIS (HP-Loveland,ex1)
@ 2003-07-22 19:35 ` Sam Ravnborg
  0 siblings, 0 replies; 6+ messages in thread
From: Sam Ravnborg @ 2003-07-22 19:35 UTC (permalink / raw)
  To: MIYOSHI,DENNIS (HP-Loveland,ex1)
  Cc: 'Sam Ravnborg', 'linux-kernel@vger.kernel.org'

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

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

* RE: Build fails for ia64 with linux-2.6.0-test1-bk2 with missing  file .
@ 2003-07-22 14:41 MIYOSHI,DENNIS (HP-Loveland,ex1)
  2003-07-22 19:35 ` Sam Ravnborg
  0 siblings, 1 reply; 6+ messages in thread
From: MIYOSHI,DENNIS (HP-Loveland,ex1) @ 2003-07-22 14:41 UTC (permalink / raw)
  To: 'Sam Ravnborg'; +Cc: 'linux-kernel@vger.kernel.org'

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:sam@ravnborg.org] 
Sent: Tuesday, July 22, 2003 8:36 AM
To: MIYOSHI,DENNIS (HP-Loveland,ex1)
Cc: 'linux-kernel@vger.kernel.org'
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

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

* Re: Build fails for ia64 with linux-2.6.0-test1-bk2 with missing file .
  2003-07-22 14:11 MIYOSHI,DENNIS (HP-Loveland,ex1)
@ 2003-07-22 14:36 ` Sam Ravnborg
  0 siblings, 0 replies; 6+ messages in thread
From: Sam Ravnborg @ 2003-07-22 14:36 UTC (permalink / raw)
  To: MIYOSHI,DENNIS (HP-Loveland,ex1); +Cc: 'linux-kernel@vger.kernel.org'

> 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

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

* Build fails for ia64 with linux-2.6.0-test1-bk2 with missing file .
@ 2003-07-22 14:11 MIYOSHI,DENNIS (HP-Loveland,ex1)
  2003-07-22 14:36 ` Sam Ravnborg
  0 siblings, 1 reply; 6+ messages in thread
From: MIYOSHI,DENNIS (HP-Loveland,ex1) @ 2003-07-22 14:11 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'


Hi;
 
I was not sure who to send this too, so I am following the directions in the
REPORTING-BUGS files.
 
Thanks in advance.
 
Dennis E. Miyoshi, PE
Hendrix Release Manager
Hewlett-Packard Company
825 14th Street, S.W.,  MS E-200
Loveland, CO  80537
(970) 898-6110
 
 
BUG REPORT
Build fails for ia64 with linux-2.6.0-test1-bk2 with missing file.
 
Description of problem:
1.  Pulled 2.6.0-test1
2.  Pulled 2.6.0-test1-bk2 patch
3.  Applied bk2 patch to 2.6.0-test1
4.  make menuconfig
5.  make compressed modules
 
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
 
Proposed Solution:
I believe that the include/asm/sections.h files needs to be linked to one of
the incude/asm-arch/sections.h files.
 
Keywords:
ia64, build, sections.h
 
Processor Information:
processor  : 0
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 0
revision   : 7
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 900.000000
itc MHz    : 900.000000
BogoMIPS   : 1346.37

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

end of thread, other threads:[~2003-07-22 19:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-22 19:40 Build fails for ia64 with linux-2.6.0-test1-bk2 with missing file MIYOSHI,DENNIS (HP-Loveland,ex1)
2003-07-22 20:13 ` David Mosberger
  -- strict thread matches above, loose matches on Subject: below --
2003-07-22 14:41 MIYOSHI,DENNIS (HP-Loveland,ex1)
2003-07-22 19:35 ` Sam Ravnborg
2003-07-22 14:11 MIYOSHI,DENNIS (HP-Loveland,ex1)
2003-07-22 14:36 ` Sam Ravnborg

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).