Re: Help - 'make' errors dealing with Kernel Source - all my kernel source code, old and new

2006-06-22 Thread Felipe Sateler
Adam D wrote: > all give me this error: > > HOSTCC scripts/kconfig/mconf.o > scripts/kconfig/mconf.c: In function 'exec_conf': > scripts/kconfig/mconf.c:488: error: 'EINTR' undeclared (first use in this > function) scripts/kconfig/mconf.c:488: error: (Each undeclared identifier > is reported o

Help - 'make' errors dealing with Kernel Source - all my kernel source code, old and new

2006-06-21 Thread Adam D
Data: working kernel: Linux version 2.6.16.14.amd64-ws1.1 ([EMAIL PROTECTED]) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 Thu Jun 1 23:55:33 PDT 2006 (self compiled and works) new kernel: linux-2.6.17.1 errors both occur with both linux-2.6.16.14 and linux-2.6.17.1 So I am gathering it i

Re: Make Errors During Kernel Build

2001-08-05 Thread Steve Kowalik
On Fri, Aug 03, 2001 at 09:52:04AM -0400, David Raeker-Jordan uttered: > ld -m elf_i386 -Ttext 0x0 -s --oformat > ld: unrecognized option '--oformat' > ld: use the --help option for usage information E? [EMAIL PROTECTED]:~$ grep oformat ./linux/arch/i386/boot/Makefile $(LD) -Ttext 0x0

Re: Make Errors During Kernel Build

2001-08-03 Thread David Raeker-Jordan
Steve, I tried changing -oformat to --oformat in /usr/src/linux-2.4.2/linux/arch/i386/boot/Makefile but I get the following new error: make[2]: Entering directory /usr/src/linux-2.4.2/linux/arch/i386/boot' gcc -E -D__KERNEL__ -I/usr/src/linux-2.4.2/linux/include -D__BIG_KERNEL__ -traditional -DS

Re: Make Errors During Kernel Build

2001-08-03 Thread Steve Kowalik
On Fri, Aug 03, 2001 at 07:52:53AM -0400, David Raeker-Jordan uttered: > Things seem to be going fine until the end of the build, when I get: > (Please excuse any typos, e.g., I can't get the ' to swing the other way ;) ) > > bbootsect.s: Assembler messages > bbootsect.s:253: Warning: indirect lca

Make Errors During Kernel Build

2001-08-03 Thread David Raeker-Jordan
I successfully built a 2.4.2 kernel on an old Pentium but forgot a few things, so I am need to rebuild. First, I deleted the /usr/src/linux-2.4.2/ subdirectories and uncompressed and untarred linux-2.4.2.tar.bz2 into /usr/src/linux-2.4.2/ I then ran: make clean make menuconfig make-kpkg kerne

make errors in testing

2001-03-15 Thread Debian User
I am trying to compile busybox 0.49 on my Debian box. I'm running testing and this is the first problem i've had. I had the same error with 0.48. I am a relatively untrained wannabe programmer so I have no Idea if this is gcc , make or my downloads. heres the error: gcc -Wall -Os -fomit-frame-poin

Re: Make errors

1996-09-04 Thread Ed Donovan
[EMAIL PROTECTED] (joost witteveen) writes: (snip) > You just don't have the command "makeinfo" installed. > It's in the texinfo package. > > Installl texinfo, and you should be OK. > Or, emacs can do the job, if you have it. (And what are you making? I've always run into this building emacs-re

Re: Make errors

1996-09-03 Thread joost witteveen
> > Just a user problem I'm sure but when I go to use the make command I get: > > make: makeinfo: Command not found > make: Error 127 > > What am I doing wrong? Nothing to do with make, or gcc, I'm afraid. You just don't have the command "makeinfo" installed. It's in the texinfo packa

Make errors

1996-09-02 Thread James Crawford
Just a user problem I'm sure but when I go to use the make command I get: make: makeinfo: Command not found make: Error 127 What am I doing wrong? Using gcc-2.7.2 and make-3.74. Thanks James Crawford [EMAIL PROTECTED]