Re: Kernel compiling error (Solved)

2006-03-31 Thread Sridhar M.A.
On Fri, Mar 31, 2006 at 06:57:29PM +0530, Sridhar M.A. wrote:
   > On Thu, Mar 30, 2006 at 10:14:15PM -0600, Matthew R. Dempsky wrote:
   >> On Fri, Mar 31, 2006 at 07:38:04AM +0530, Sridhar M.A. wrote:
   >> > CC  sound/soundcore.mod.o
   >> > LD [M]  sound/soundcore.ko
   >> > make[1]: Leaving directory `/home/software/kernel/linux-2.6.16'
   >> > COLUMNS=150 dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make 
dpkg-dev |\
   >> >  awk '$1 ~ /[hi]i/ { printf("%s-%s\n", $2, $3) }'   > 
debian/buildinfo
   >> > make: *** [debian/stamp-build-kernel] Error 139
   >> 
   >> Can you successfully run the ``dpkg -l ... | awk ...'' pipeline 
outside 
   >> of the kernel build process?
   >> 
   > Tried it and this is the result:
   > 
   > $ dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make dpkg-dev | awk '$1 
~ /[hi]i/ { printf("%s-%s\n", $2, $3) }'
   > Segmentation fault
   > 
Continuing my own observation, I traced it down to gawk. Running gawk
resulted in segfault. Reinstalling gawk, removed that problem. 

I do not know why this happened.

Regards,

-- 
Sridhar M.A. GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

Simplicity does not precede complexity, but follows it.


signature.asc
Description: Digital signature


Re: Kernel compiling error

2006-03-31 Thread Sridhar M.A.
On Thu, Mar 30, 2006 at 10:14:15PM -0600, Matthew R. Dempsky wrote:
   > On Fri, Mar 31, 2006 at 07:38:04AM +0530, Sridhar M.A. wrote:
   > > CC  sound/soundcore.mod.o
   > > LD [M]  sound/soundcore.ko
   > > make[1]: Leaving directory `/home/software/kernel/linux-2.6.16'
   > > COLUMNS=150 dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make 
dpkg-dev |\
   > >  awk '$1 ~ /[hi]i/ { printf("%s-%s\n", $2, $3) }'   > 
debian/buildinfo
   > > make: *** [debian/stamp-build-kernel] Error 139
   > 
   > Can you successfully run the ``dpkg -l ... | awk ...'' pipeline outside 
   > of the kernel build process?
   > 
Tried it and this is the result:

$ dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make dpkg-dev | awk '$1 ~ 
/[hi]i/ { printf("%s-%s\n", $2, $3) }'
Segmentation fault

Regards,

-- 
Sridhar M.A. GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

Life is cheap, but the accessories can kill you.


signature.asc
Description: Digital signature


Re: Kernel compiling error

2006-03-30 Thread Matthew R. Dempsky
On Fri, Mar 31, 2006 at 07:38:04AM +0530, Sridhar M.A. wrote:
> CC  sound/soundcore.mod.o
> LD [M]  sound/soundcore.ko
> make[1]: Leaving directory `/home/software/kernel/linux-2.6.16'
> COLUMNS=150 dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make dpkg-dev |\
>  awk '$1 ~ /[hi]i/ { printf("%s-%s\n", $2, $3) }'   > debian/buildinfo
> make: *** [debian/stamp-build-kernel] Error 139

Can you successfully run the ``dpkg -l ... | awk ...'' pipeline outside 
of the kernel build process?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Kernel compiling error

2006-03-30 Thread Sridhar M.A.
Hi,

I am running debian sarge on an AMD-Athlon machine. The kernel is 2.6.16
which I compiled from the vanilla source. 

Yesterday I wanted to add a couple of modules and so had to recompile.
But, now the process is ending with the following error message:

...
CC  sound/soundcore.mod.o
LD [M]  sound/soundcore.ko
make[1]: Leaving directory `/home/software/kernel/linux-2.6.16'
COLUMNS=150 dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make dpkg-dev |\
 awk '$1 ~ /[hi]i/ { printf("%s-%s\n", $2, $3) }'   > debian/buildinfo
make: *** [debian/stamp-build-kernel] Error 139

I tried compiling under both gcc-3.3 and gcc-3.4 with the same result.
Searching the archives showed me some threads/links with ppc
architecture. Can someone give me some pointers on this?

Regards,

-- 
Sridhar M.A. GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

A good scapegoat is hard to find.
A guilty conscience is the mother of invention.
-- Carolyn Wells


signature.asc
Description: Digital signature


Re: kernel compiling error

2000-01-03 Thread Eric G . Miller
It's no consolation, but I got framebuffer support to work fine in
2.2.13.  Did you read the framebuffer documentation included with the
sources?  Perhaps something missing in the configuration?
-- 
++
| Eric G. Milleregm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc  |
++


kernel compiling error

2000-01-03 Thread matt garman

Hello:

I'm trying to recompile Linux kernel 2.2.13 to remove the stuff I don't
need and include frame buffer support (it's a waste to use 80x24 on a
big monitor!).

Anyway, I untar'ed the archive in /usr/src, did my configuration, then
from /usr/src/linux did "make-kpkg --revision=custom.1.1 kernel_image"
and the compilation dies with the following:

drivers/video/video.a(vga16fb.o): In function vga16fb_set_disp':
vga16fb.o(.text+0x1ed): undefined reference to fbcon_vga_planes'
vga16fb.o(.text+0x1fa): undefined reference to fbcon_ega_planes'

Any ideas on this?

Thanks,
Matt

-- 
Matt Garman, [EMAIL PROTECTED]
"And through the window in the wall
 Come streaming in on sunlight wings
 A million bright ambassadors of morning." 
--Pink Floyd, "Echoes"


Re: Kernel compiling error

1998-10-07 Thread Immanuel Yap
Ken Archer wrote:
> 
> Came up with the following error trying to compile a development kernel.  The
> same kernel compiled fine on my Suse partition.
> 
> as 86 -0 -a -o bboot sect.o bbootsect.s
> make [1]: as86: Command not found
> make [1]: *** [bbootsect.o] Error 127
> make [1]: Leaving directory '/usr/src/linux-2.1.122/arch/i386/boot
> 
> Seems everything went ok till it tried to make the zImage in the boot
> directory.  Anyone have any ideas on how to fix it on Debian 2.0?

Install bin86.

bin86 - 16-bit assembler and loader

This is the as86 and ld86 distribution written by Bruce Evans. It's a
complete 8086 assembler and loader which can make 32-bit code for the
386+
processors (under Linux it's used only to create the 16-bit bootsector
and
setup binaries).

kernel-source-2.0.35 - Linux kernel source.

This package provides the source code for the Linux kernel, as well as
the
scripts that maintain the symbolic link /usr/src/linux).

You may configure the kernel to your setup by typing "make config" and
following instructions, but you could get ncursesX.X-dev and tk4X-dev
and
try "make menuconfig" for a jazzier, and easier to use interface. Also,
on
intel platforms, you may wish to get bin86 (if you wish to compile the
kernel sources, that is.) Also, please read 
/usr/doc/kernel-source-V/README.headers.gz.

kernel-package - Debian Linux kernel package build scripts.

This package provides the capability to create a debian kernel-image
package by just running make-kpkg kernel_image in a kernel source
directory
tree.  It can also build the kernel source package as a debian file, the
kernel headers package. In general, this package is very useful if you
need
to create a custom kernel, if, for example, the default kernel does not
support some of your hardware, or you wish a leaner, meaner kernel.

If you are running on an intel x86 platform, and you wish to compile a 
custom kernel (why else are you considering this package?), then you may 
need the package bin86 as well.  (This is not required on other
platforms).

Noel


Kernel compiling error

1998-10-07 Thread Ken Archer
Came up with the following error trying to compile a development kernel.  The
same kernel compiled fine on my Suse partition.

as 86 -0 -a -o bboot sect.o bbootsect.s
make [1]: as86: Command not found
make [1]: *** [bbootsect.o] Error 127
make [1]: Leaving directory '/usr/src/linux-2.1.122/arch/i386/boot

Seems everything went ok till it tried to make the zImage in the boot
directory.  Anyone have any ideas on how to fix it on Debian 2.0?


Kernel compiling error

1997-05-10 Thread Johann Spies
Last night at last I pushed through and downloaded the 2.0.30 kernel
source code on a slow ppp-link.

I did not succeed however in compiling the kernel after configuring it
with "make xconfig"

The following few lines were the last in the process.  Can somebody
help me please?

gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.30/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 
-DCPU=486  -c -o shm.o shm.c
gcc: Internal compiler error: program cpp got fatal signal 11
make[2]: *** [shm.o] Error 1
make[2]: Leaving directory `/usr/src/kernel-source-2.0.30/ipc'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.0.30/ipc'
make: *** [linuxsubdirs] Error 2



Johann.

Johann Spies
[EMAIL PROTECTED]

Windsorlaan 19
Pietermaritzburg
3201
Suid Afrika (South Africa)
Tel. Nr. 0331-46-1310


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .