Re: make ksymoops fails

2000-09-26 Thread Juan J. Quintela

> "edsel" == Edsel Adap <[EMAIL PROTECTED]> writes:

Hi

edsel> Hi,
edsel> I'm suffering from the occasional Oops message, and from reading the
edsel> oops-tracing.txt file, it says:
edsel>  cd /usr/src/linux/scripts/ksymoops
edsel>  make ksymoops

you can got ksymoops package and no need to compile it yourself.

edsel> This fails with the following error message:
edsel> trillian:/usr/src/linux/scripts/ksymoops> make ksymoops
edsel> gcc -Dlinux -Wall -Wno-conversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -DDEF_OBJECTS=\"/lib/modules/*r/\" -DDEF_KSYMS=\"/proc/ksyms\" 
-DDEF_LSMOD=\"/proc/modules\" -DDEF_MAP=\"/usr/src/linux/System.map\" 
-DDEF_CODE_BYTES=1   -c -o oops.o oops.c
edsel> oops.c:42: bfd.h: No such file or directory
edsel> make: *** [oops.o] Error 1

edsel> Where can I get bfd.h?

edsel> The version of my kernel (and source) is 2.2.17 on Debian (potato).

quintela$ dpkg -S bfd.h
binutils-dev: /usr/include/bfd.h


i.e. binutils-dev.

Later, Juan.

-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: make ksymoops fails

2000-09-26 Thread Peter Samuelson


[Edsel Adap]
> Where can I get bfd.h?

Debian package 'binutils-dev'.

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



make ksymoops fails

2000-09-26 Thread Edsel Adap

Hi,

I'm suffering from the occasional Oops message, and from reading the
oops-tracing.txt file, it says:
cd /usr/src/linux/scripts/ksymoops
make ksymoops

This fails with the following error message:
trillian:/usr/src/linux/scripts/ksymoops> make ksymoops
gcc -Dlinux -Wall -Wno-conversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -DDEF_OBJECTS=\"/lib/modules/*r/\" -DDEF_KSYMS=\"/proc/ksyms\" 
-DDEF_LSMOD=\"/proc/modules\" -DDEF_MAP=\"/usr/src/linux/System.map\" 
-DDEF_CODE_BYTES=1   -c -o oops.o oops.c
oops.c:42: bfd.h: No such file or directory
make: *** [oops.o] Error 1

Where can I get bfd.h?

The version of my kernel (and source) is 2.2.17 on Debian (potato).

-- 
Edsel Adap
[EMAIL PROTECTED]
http://www.adap.org/~edsel/  LINUX - the choice of the GNU generation

"Netscape is an application which grows to fill all available memory."  - me
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: make ksymoops fails

2000-09-26 Thread Peter Samuelson


[Edsel Adap]
 Where can I get bfd.h?

Debian package 'binutils-dev'.

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: make ksymoops fails

2000-09-26 Thread Juan J. Quintela

 "edsel" == Edsel Adap [EMAIL PROTECTED] writes:

Hi

edsel Hi,
edsel I'm suffering from the occasional Oops message, and from reading the
edsel oops-tracing.txt file, it says:
edsel  cd /usr/src/linux/scripts/ksymoops
edsel  make ksymoops

you can got ksymoops package and no need to compile it yourself.

edsel This fails with the following error message:
edsel trillian:/usr/src/linux/scripts/ksymoops make ksymoops
edsel gcc -Dlinux -Wall -Wno-conversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -DDEF_OBJECTS=\"/lib/modules/*r/\" -DDEF_KSYMS=\"/proc/ksyms\" 
-DDEF_LSMOD=\"/proc/modules\" -DDEF_MAP=\"/usr/src/linux/System.map\" 
-DDEF_CODE_BYTES=1   -c -o oops.o oops.c
edsel oops.c:42: bfd.h: No such file or directory
edsel make: *** [oops.o] Error 1

edsel Where can I get bfd.h?

edsel The version of my kernel (and source) is 2.2.17 on Debian (potato).

quintela$ dpkg -S bfd.h
binutils-dev: /usr/include/bfd.h


i.e. binutils-dev.

Later, Juan.

-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/