linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Can't compilete 2.4.2 kernel
@ 2001-02-28 15:00 Xavier Ordoquy
  0 siblings, 0 replies; 7+ messages in thread
From: Xavier Ordoquy @ 2001-02-28 15:00 UTC (permalink / raw)
  To: linux-kernel


simply in /usr/src do
 ln -s linux-2.4 linux

---
 Xavier Ordoquy,
 Aurora-linux, http://www.aurora-linux.com



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

* Re: Can't compilete 2.4.2 kernel
@ 2001-03-01  4:04 David Anderson
  0 siblings, 0 replies; 7+ messages in thread
From: David Anderson @ 2001-03-01  4:04 UTC (permalink / raw)
  To: Erik Mouw; +Cc: linux-kernel

THANK YOU so much, Erik.  You are now my new hero.  :)

Worked like a charm!  Thanks again. 
--

On Thu, 1 Mar 2001 01:27:17    Erik Mouw wrote:
>On Wed, Feb 28, 2001 at 09:32:09AM -0500, David Anderson wrote:
>> *CC daveanderson@eudoramail.com* on reply.
>> 
>> ln -s linux-2.4 linux 
>> 
>> That helps a bit.  Here's what I get now when doing 'make bzImage':
>> 
>> In file included from /usr/src/linux/include/linux/string.h:21,
>> from /usr/src/linux/include/linux/fs.h:23,
>> from /usr/src/linux/include/linux/capability.h:17,
>> from /usr/src/linux/include/linux/binfmts.h:5,
>> from /usr/src/linux/include/linux/sched.h:9,
>> from /usr/src/linux/include/linux/mm.h:4,
>> from /usr/src/linux/include/linux/slab.h:14,
>> from /usr/src/linux/include/linux/proc_fs.h:5,
>> from init/main.c:15:
>> /usr/src/linux/include/asm/string.h:305: `current' undeclared (first use in this function)
>> /usr/src/linux/include/asm/string.h: In function `__memcpy3d':
>> /usr/src/linux/include/asm/string.h:312: `current' undeclared (first use in this function)
>> make: *** [init/main.o] Error 1
>
>Known problem. Disable "SMP support" for Athlon CPUs.
>
>
>Erik
>
>-- 
>J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
>of Electrical Engineering, Faculty of Information Technology and Systems,
>Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
>Phone: +31-15-2783635  Fax: +31-15-2781843  Email: J.A.K.Mouw@its.tudelft.nl
>WWW: http://www-ict.its.tudelft.nl/~erik/
>


Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com

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

* Re: Can't compilete 2.4.2 kernel
  2001-02-28 14:32 David Anderson
@ 2001-03-01  0:27 ` Erik Mouw
  0 siblings, 0 replies; 7+ messages in thread
From: Erik Mouw @ 2001-03-01  0:27 UTC (permalink / raw)
  To: David Anderson; +Cc: linux-kernel

On Wed, Feb 28, 2001 at 09:32:09AM -0500, David Anderson wrote:
> *CC daveanderson@eudoramail.com* on reply.
> 
> ln -s linux-2.4 linux 
> 
> That helps a bit.  Here's what I get now when doing 'make bzImage':
> 
> In file included from /usr/src/linux/include/linux/string.h:21,
> from /usr/src/linux/include/linux/fs.h:23,
> from /usr/src/linux/include/linux/capability.h:17,
> from /usr/src/linux/include/linux/binfmts.h:5,
> from /usr/src/linux/include/linux/sched.h:9,
> from /usr/src/linux/include/linux/mm.h:4,
> from /usr/src/linux/include/linux/slab.h:14,
> from /usr/src/linux/include/linux/proc_fs.h:5,
> from init/main.c:15:
> /usr/src/linux/include/asm/string.h:305: `current' undeclared (first use in this function)
> /usr/src/linux/include/asm/string.h: In function `__memcpy3d':
> /usr/src/linux/include/asm/string.h:312: `current' undeclared (first use in this function)
> make: *** [init/main.o] Error 1

Known problem. Disable "SMP support" for Athlon CPUs.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/

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

* Re: Can't compilete 2.4.2 kernel
@ 2001-02-28 14:32 David Anderson
  2001-03-01  0:27 ` Erik Mouw
  0 siblings, 1 reply; 7+ messages in thread
From: David Anderson @ 2001-02-28 14:32 UTC (permalink / raw)
  To: linux-kernel

*CC daveanderson@eudoramail.com* on reply.

ln -s linux-2.4 linux 

That helps a bit.  Here's what I get now when doing 'make bzImage':

In file included from /usr/src/linux/include/linux/string.h:21,
from /usr/src/linux/include/linux/fs.h:23,
from /usr/src/linux/include/linux/capability.h:17,
from /usr/src/linux/include/linux/binfmts.h:5,
from /usr/src/linux/include/linux/sched.h:9,
from /usr/src/linux/include/linux/mm.h:4,
from /usr/src/linux/include/linux/slab.h:14,
from /usr/src/linux/include/linux/proc_fs.h:5,
from init/main.c:15:
/usr/src/linux/include/asm/string.h:305: `current' undeclared (first use in this function)
/usr/src/linux/include/asm/string.h: In function `__memcpy3d':
/usr/src/linux/include/asm/string.h:312: `current' undeclared (first use in this function)
make: *** [init/main.o] Error 1


Thanks! 
--

On Wed, 28 Feb 2001 14:59:04   Xavier Ordoquy wrote:
>
>simply in /usr/src do
> ln -s linux-2.4 linux
>
>> Please CC daveanderson@eudoramail.com on your replies - I'm not on the mailing list.
>> 
>> Slackware 7.1
>> cd /usr/src
>> tar -xvyf linux-2.4.2.tar.bz2
>> mv linux linux-2.4
>> cd linux-2.4
>> make mrproper
>> make menuconfig - {selection options, etc.}
>> make dep
>> make clean
>> make bzImage
>> 
>> Get this with bzImage:
>> 
>> gcc -Wall -Wstrict-prototypes -O2- fomit-frame-pointer -o scripts/split-include scripts/split-include.c
>> In file included from /usr/include/errno.h:36,
>> from scripts/split-include.c:26:
>> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
>> make: *** [scripts/split-include] Error 1
>> 
>> 
>> THANKS!
>> 
>> 
>> Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>> 
>> 
>
>---
> Xavier Ordoquy,
> Aurora-linux, http://www.aurora-linux.com
>
>


Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com

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

* Re: Can't compilete 2.4.2 kernel
  2001-02-28 13:45 David Anderson
  2001-02-28 13:49 ` Mr. James W. Laferriere
@ 2001-02-28 14:01 ` David Woodhouse
  1 sibling, 0 replies; 7+ messages in thread
From: David Woodhouse @ 2001-02-28 14:01 UTC (permalink / raw)
  To: daveanderson; +Cc: linux-kernel


daveanderson@eudoramail.com said:
> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory

Your glibc include files are broken. Rather than having their own copy of 
the /usr/include/linux/ directory, they have a symlink into 
/usr/src/linux/include/linux.

The correct fix is to put the kernel header files against which your glibc 
was compiled into the /usr/include/linux/ directory. But it should suffice, 
for now, to fix the symlink which you've broken by moving your kernel 
sources.



--
dwmw2



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

* Re: Can't compilete 2.4.2 kernel
  2001-02-28 13:45 David Anderson
@ 2001-02-28 13:49 ` Mr. James W. Laferriere
  2001-02-28 14:01 ` David Woodhouse
  1 sibling, 0 replies; 7+ messages in thread
From: Mr. James W. Laferriere @ 2001-02-28 13:49 UTC (permalink / raw)
  To: David Anderson; +Cc: linux-kernel


	Hello David ,
	do a 'ln -s linux-2.4 linux' in directory /usr/src .  Hth ,  JimL

On Wed, 28 Feb 2001, David Anderson wrote:

> Please CC daveanderson@eudoramail.com on your replies - I'm not on the mailing list.
>
> Slackware 7.1
> cd /usr/src
> tar -xvyf linux-2.4.2.tar.bz2
> mv linux linux-2.4
> cd linux-2.4
> make mrproper
> make menuconfig - {selection options, etc.}
> make dep
> make clean
> make bzImage
>
> Get this with bzImage:
>
> gcc -Wall -Wstrict-prototypes -O2- fomit-frame-pointer -o scripts/split-include scripts/split-include.c
> In file included from /usr/include/errno.h:36,
> from scripts/split-include.c:26:
> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
> make: *** [scripts/split-include] Error 1
>
>
> THANKS!
>
>
> Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

       +----------------------------------------------------------------+
       | James   W.   Laferriere | System  Techniques | Give me VMS     |
       | Network        Engineer | 25416      22nd So |  Give me Linux  |
       | babydr@baby-dragons.com | DesMoines WA 98198 |   only  on  AXP |
       +----------------------------------------------------------------+


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

* Can't compilete 2.4.2 kernel
@ 2001-02-28 13:45 David Anderson
  2001-02-28 13:49 ` Mr. James W. Laferriere
  2001-02-28 14:01 ` David Woodhouse
  0 siblings, 2 replies; 7+ messages in thread
From: David Anderson @ 2001-02-28 13:45 UTC (permalink / raw)
  To: linux-kernel

Please CC daveanderson@eudoramail.com on your replies - I'm not on the mailing list.

Slackware 7.1
cd /usr/src
tar -xvyf linux-2.4.2.tar.bz2
mv linux linux-2.4
cd linux-2.4
make mrproper
make menuconfig - {selection options, etc.}
make dep
make clean
make bzImage

Get this with bzImage:

gcc -Wall -Wstrict-prototypes -O2- fomit-frame-pointer -o scripts/split-include scripts/split-include.c
In file included from /usr/include/errno.h:36,
from scripts/split-include.c:26:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make: *** [scripts/split-include] Error 1


THANKS!


Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com

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

end of thread, other threads:[~2001-03-01  4:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-28 15:00 Can't compilete 2.4.2 kernel Xavier Ordoquy
  -- strict thread matches above, loose matches on Subject: below --
2001-03-01  4:04 David Anderson
2001-02-28 14:32 David Anderson
2001-03-01  0:27 ` Erik Mouw
2001-02-28 13:45 David Anderson
2001-02-28 13:49 ` Mr. James W. Laferriere
2001-02-28 14:01 ` David Woodhouse

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