* glibc 2.0.6 building problem.
@ 2001-08-16 17:33 Steven Liu
2001-08-16 17:33 ` Steven Liu
2001-08-17 4:27 ` Keith M Wesolowski
0 siblings, 2 replies; 6+ messages in thread
From: Steven Liu @ 2001-08-16 17:33 UTC (permalink / raw)
To: linux-mips
Hi, ALL:
After built Linux kernel 2.2.12 for mips r3000, I got the related files
for glibc-2.0.6 build. But I found a problem when I were building glibc
2.0.6. Here is part of the screen printout:
cd build <return>
C=mips-linux-gcc BUILD_CC=gcc AR=mips-linux-ar RANLIB=mips-linux-ranlib
../configure --prefix=/usr --host=mips-linux
--enable-add-ons=crypt,linuxthreads,localedata --enable-profile <return>
.....
......
checking installed Linux kernel header files... TOO OLD!
configure: error: GNU libc requires kernel header files from
Linux 2.0.10 or later to be installed before configuring.
The kernel header files are found usually in /usr/include/asm and
/usr/include/linux; make sure these directories use files from
Linux 2.0.10 or later. This check uses <linux/version.h>, so
make sure that file was built correctly when installing the kernel
header
files.
It seems that I need to copy the kernel's include files and lib to
somewhere. I could not figure it out.
If you know how to build the glibc, please let me know.
Thank you all.
Steven Liu
^ permalink raw reply [flat|nested] 6+ messages in thread
* glibc 2.0.6 building problem.
2001-08-16 17:33 glibc 2.0.6 building problem Steven Liu
@ 2001-08-16 17:33 ` Steven Liu
2001-08-17 4:27 ` Keith M Wesolowski
1 sibling, 0 replies; 6+ messages in thread
From: Steven Liu @ 2001-08-16 17:33 UTC (permalink / raw)
To: linux-mips
Hi, ALL:
After built Linux kernel 2.2.12 for mips r3000, I got the related files
for glibc-2.0.6 build. But I found a problem when I were building glibc
2.0.6. Here is part of the screen printout:
cd build <return>
C=mips-linux-gcc BUILD_CC=gcc AR=mips-linux-ar RANLIB=mips-linux-ranlib
../configure --prefix=/usr --host=mips-linux
--enable-add-ons=crypt,linuxthreads,localedata --enable-profile <return>
.....
......
checking installed Linux kernel header files... TOO OLD!
configure: error: GNU libc requires kernel header files from
Linux 2.0.10 or later to be installed before configuring.
The kernel header files are found usually in /usr/include/asm and
/usr/include/linux; make sure these directories use files from
Linux 2.0.10 or later. This check uses <linux/version.h>, so
make sure that file was built correctly when installing the kernel
header
files.
It seems that I need to copy the kernel's include files and lib to
somewhere. I could not figure it out.
If you know how to build the glibc, please let me know.
Thank you all.
Steven Liu
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: glibc 2.0.6 building problem.
2001-08-16 17:33 glibc 2.0.6 building problem Steven Liu
2001-08-16 17:33 ` Steven Liu
@ 2001-08-17 4:27 ` Keith M Wesolowski
2001-08-17 10:02 ` Ralf Baechle
1 sibling, 1 reply; 6+ messages in thread
From: Keith M Wesolowski @ 2001-08-17 4:27 UTC (permalink / raw)
To: Steven Liu; +Cc: linux-mips
On Thu, Aug 16, 2001 at 10:33:43AM -0700, Steven Liu wrote:
> It seems that I need to copy the kernel's include files and lib to
> somewhere. I could not figure it out.
Thankfully, you won't have to. I've already fully documented the
entire process at http://foobazco.org/~wesolows/mips-cross.html.
Repeat after me, "This mailing list is no substitute for Google."
--
Keith M Wesolowski <wesolows@foobazco.org> http://foobazco.org/~wesolows
------(( Project Foobazco Coordinator and Network Administrator ))------
"There is no such song as 'Acid Acid Acid' by 'The Acid Heads'
but there might as well be." --jwz
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: glibc 2.0.6 building problem.
@ 2001-08-25 0:31 Steven Liu
2001-08-25 0:31 ` Steven Liu
0 siblings, 1 reply; 6+ messages in thread
From: Steven Liu @ 2001-08-25 0:31 UTC (permalink / raw)
To: Brian Murphy; +Cc: linux-mips
Hi, Brian:
Thank you very much for your help in my building glibc-2.0.6. Now I am
building gcc from egcs-1.1.2.tar.gz for the native compiler of my Mips
R3000 target.
Do you have a Makefile in doing this? If you do, could you please send
it to me?
Regards,
Steven Liu
-----Original Message-----
From: Brian Murphy [mailto:brian.murphy@eicon.com]
Sent: Thursday, August 16, 2001 12:58 PM
To: Steven Liu
Subject: Re: glibc 2.0.6 building problem.
Steven Liu wrote:
> Hi, ALL:
>
> After built Linux kernel 2.2.12 for mips r3000, I got the related
files
> for glibc-2.0.6 build. But I found a problem when I were building
glibc
> 2.0.6. Here is part of the screen printout:
>
> cd build <return>
> C=mips-linux-gcc BUILD_CC=gcc AR=mips-linux-ar
RANLIB=mips-linux-ranlib
> ../configure --prefix=/usr --host=mips-linux
> --enable-add-ons=crypt,linuxthreads,localedata --enable-profile
<return>
>
> .....
>
> ......
> checking installed Linux kernel header files... TOO OLD!
> configure: error: GNU libc requires kernel header files from
> Linux 2.0.10 or later to be installed before configuring.
> The kernel header files are found usually in /usr/include/asm and
> /usr/include/linux; make sure these directories use files from
> Linux 2.0.10 or later. This check uses <linux/version.h>, so
> make sure that file was built correctly when installing the kernel
> header
> files.
>
Here is my Makefile.global and Makefile I use to build a glibc-2.0.6
- hope it helps.
/Brian
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: glibc 2.0.6 building problem.
2001-08-25 0:31 Steven Liu
@ 2001-08-25 0:31 ` Steven Liu
0 siblings, 0 replies; 6+ messages in thread
From: Steven Liu @ 2001-08-25 0:31 UTC (permalink / raw)
To: Brian Murphy; +Cc: linux-mips
Hi, Brian:
Thank you very much for your help in my building glibc-2.0.6. Now I am
building gcc from egcs-1.1.2.tar.gz for the native compiler of my Mips
R3000 target.
Do you have a Makefile in doing this? If you do, could you please send
it to me?
Regards,
Steven Liu
-----Original Message-----
From: Brian Murphy [mailto:brian.murphy@eicon.com]
Sent: Thursday, August 16, 2001 12:58 PM
To: Steven Liu
Subject: Re: glibc 2.0.6 building problem.
Steven Liu wrote:
> Hi, ALL:
>
> After built Linux kernel 2.2.12 for mips r3000, I got the related
files
> for glibc-2.0.6 build. But I found a problem when I were building
glibc
> 2.0.6. Here is part of the screen printout:
>
> cd build <return>
> C=mips-linux-gcc BUILD_CC=gcc AR=mips-linux-ar
RANLIB=mips-linux-ranlib
> ../configure --prefix=/usr --host=mips-linux
> --enable-add-ons=crypt,linuxthreads,localedata --enable-profile
<return>
>
> .....
>
> ......
> checking installed Linux kernel header files... TOO OLD!
> configure: error: GNU libc requires kernel header files from
> Linux 2.0.10 or later to be installed before configuring.
> The kernel header files are found usually in /usr/include/asm and
> /usr/include/linux; make sure these directories use files from
> Linux 2.0.10 or later. This check uses <linux/version.h>, so
> make sure that file was built correctly when installing the kernel
> header
> files.
>
Here is my Makefile.global and Makefile I use to build a glibc-2.0.6
- hope it helps.
/Brian
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-08-25 0:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-16 17:33 glibc 2.0.6 building problem Steven Liu
2001-08-16 17:33 ` Steven Liu
2001-08-17 4:27 ` Keith M Wesolowski
2001-08-17 10:02 ` Ralf Baechle
-- strict thread matches above, loose matches on Subject: below --
2001-08-25 0:31 Steven Liu
2001-08-25 0:31 ` Steven Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox