* Compiling kernel on HardHat
@ 1998-08-06 7:13 Takeshi Hakamada
1998-08-06 19:25 ` Thomas Bogendoerfer
0 siblings, 1 reply; 4+ messages in thread
From: Takeshi Hakamada @ 1998-08-06 7:13 UTC (permalink / raw)
To: linux
Hi,
I have installed HardHat on R5000 Indy and it is very cool.
Installation procedure becomes much easier than previous release.
I admire all your effort to port Linux for SGI system.
I tried to compile kernel on HardHat using RPM kernel(2.1.100) source,
I can't build kernel due to following error.
In arch/mips/sgi/kernel/setup.c,
setup.c:18: asm/vector.h: No such file or directory
Error message shows that I need to have include/asm/vector.h.
How can I get vector.h? Do I have to get latest kernel source from
ftp.linux.sgi.com?
Cheers,
Takeshi
--
Takeshi Hakamada
Nihon Silicon Graphics
E-mail: hakamada@nsg.sgi.com, URL: http://reality.sgi.com/hakamada_nsg/
Voice mail: (internal)822-1300, (external)+81-3-5488-1863-1300
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Compiling kernel on HardHat
1998-08-06 7:13 Compiling kernel on HardHat Takeshi Hakamada
@ 1998-08-06 19:25 ` Thomas Bogendoerfer
1998-08-07 0:33 ` Takeshi Hakamada
1998-08-10 8:26 ` Takeshi Hakamada
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Bogendoerfer @ 1998-08-06 19:25 UTC (permalink / raw)
To: Takeshi Hakamada; +Cc: linux
On Thu, Aug 06, 1998 at 04:13:25PM +0900, Takeshi Hakamada wrote:
> I tried to compile kernel on HardHat using RPM kernel(2.1.100) source,
> I can't build kernel due to following error.
> In arch/mips/sgi/kernel/setup.c,
>
> setup.c:18: asm/vector.h: No such file or directory
that's already fixed in the CVS repository. You just have to remove
the #include in setup.c.
> Error message shows that I need to have include/asm/vector.h.
> How can I get vector.h? Do I have to get latest kernel source from
> ftp.linux.sgi.com?
As this should be the only change, you don't need to.
Thomas.
--
See, you not only have to be a good coder to create a system like Linux,
you have to be a sneaky bastard too ;-)
[Linus Torvalds in <4rikft$7g5@linux.cs.Helsinki.FI>]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Compiling kernel on HardHat
1998-08-06 19:25 ` Thomas Bogendoerfer
@ 1998-08-07 0:33 ` Takeshi Hakamada
1998-08-10 8:26 ` Takeshi Hakamada
1 sibling, 0 replies; 4+ messages in thread
From: Takeshi Hakamada @ 1998-08-07 0:33 UTC (permalink / raw)
To: tsbogend; +Cc: linux
Hi Thomas,
Thanks for your help. I'll try to remove #include in setup.c and build
kernel tonight.
Cheers,
Takeshi
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Message-ID: <19980806212551.61171@alpha.franken.de>
> On Thu, Aug 06, 1998 at 04:13:25PM +0900, Takeshi Hakamada wrote:
> > I tried to compile kernel on HardHat using RPM kernel(2.1.100) source,
> > I can't build kernel due to following error.
> > In arch/mips/sgi/kernel/setup.c,
> >
> > setup.c:18: asm/vector.h: No such file or directory
>
> that's already fixed in the CVS repository. You just have to remove
> the #include in setup.c.
>
> > Error message shows that I need to have include/asm/vector.h.
> > How can I get vector.h? Do I have to get latest kernel source from
> > ftp.linux.sgi.com?
>
> As this should be the only change, you don't need to.
>
> Thomas.
>
> --
> See, you not only have to be a good coder to create a system like Linux,
> you have to be a sneaky bastard too ;-)
> [Linus Torvalds in <4rikft$7g5@linux.cs.Helsinki.FI>]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Compiling kernel on HardHat
1998-08-06 19:25 ` Thomas Bogendoerfer
1998-08-07 0:33 ` Takeshi Hakamada
@ 1998-08-10 8:26 ` Takeshi Hakamada
1 sibling, 0 replies; 4+ messages in thread
From: Takeshi Hakamada @ 1998-08-10 8:26 UTC (permalink / raw)
To: tsbogend; +Cc: linux
I can successfully compile kernel after removing #include.
BTW, I brought SGI Linux Indy to TLUG(Tokyo Linux Users Group, mainly
consists of English speaking people who lives in Japan) meeting
and show them HardHat. They are very interested in SGI Linux project.
Cheers,
Takeshi
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Message-ID: <19980806212551.61171@alpha.franken.de>
> On Thu, Aug 06, 1998 at 04:13:25PM +0900, Takeshi Hakamada wrote:
> > I tried to compile kernel on HardHat using RPM kernel(2.1.100) source,
> > I can't build kernel due to following error.
> > In arch/mips/sgi/kernel/setup.c,
> >
> > setup.c:18: asm/vector.h: No such file or directory
>
> that's already fixed in the CVS repository. You just have to remove
> the #include in setup.c.
>
> > Error message shows that I need to have include/asm/vector.h.
> > How can I get vector.h? Do I have to get latest kernel source from
> > ftp.linux.sgi.com?
>
> As this should be the only change, you don't need to.
>
> Thomas.
>
> --
> See, you not only have to be a good coder to create a system like Linux,
> you have to be a sneaky bastard too ;-)
> [Linus Torvalds in <4rikft$7g5@linux.cs.Helsinki.FI>]
--
Takeshi Hakamada
Nihon Silicon Graphics
E-mail: hakamada@nsg.sgi.com, URL: http://reality.sgi.com/hakamada_nsg/
Phone: +81-45-682-3712, Fax: +81-45-682-0856
Voice mail: (internal)822-1300, (external)+81-3-5488-1863-1300
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~1998-08-10 8:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-08-06 7:13 Compiling kernel on HardHat Takeshi Hakamada
1998-08-06 19:25 ` Thomas Bogendoerfer
1998-08-07 0:33 ` Takeshi Hakamada
1998-08-10 8:26 ` Takeshi Hakamada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox