mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Leslie Donaldson" <donaldlf@cs.rose-hulman.edu>
To: "Remco Post" <r.post@sara.nl>
Cc: "Thunder from the hill" <thunder@lightweight.ods.org>,
	"Oliver Pitzeier" <o.pitzeier@uptime.at>,
	linux-kernel@vger.kernel.org, ink@jurassic.park.msu.ru
Subject: Re: [PATCH] include/linux/ptrace.h Re: Kernel 2.5.33 compile errors (Re: Kernel 2.5.33 successfully compiled)
Date: Wed, 04 Sep 2002 02:25:24 -0700	[thread overview]
Message-ID: <3D75D184.6020303@cs.rose-hulman.edu> (raw)
In-Reply-To: <9556288E-BFD8-11D6-8DD9-000393911DE2@sara.nl>

Hello all,
  Here is my latest.

Steps
O) Fix sound support.
         Add the following line to 
/usr/src/linux-2.5.X/linux-2.5.33/sound/core/device.c

         #include <asm-generic/errno-base.h>

O) The following file needed to be copied (a quick hack)
      Luckly the lower end alphas have the same chipsets as pc's

        cd include/asm-alpha
        cp ../asm-i386/kmap_types.h  .

O) Argument list changed to do_fork add another zero. The uid is in
      a register someplace but I'm not sure which one....

      FILE: arch/alpha/kernel/process.c
       add a last argument of zero to the 2 calls to do_fork

O) ptrace needs to include sched.h

      FILE:  include/linux/ptrace.h  Line: 27
      add  >> #include <linux/sched.h>

O) The CIA chipset has a type in the file... sigh...

     FILE:  arch/alpha/kernel/core_cia.c
     Line:232
     Line:261

     change
        mase = 0x18;
     to
        mask = 0x18;

O) Delete the following lines from the top of :

      NOTE: This is a synthetic file so the compile must fail to fix it.

      FILE: arch/alpha/vmlinux.lds.s

# 1 "vmlinux.lds.S"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "vmlinux.lds.S"
# 1 "/usr/src/linux-2.5.X/linux-2.5.33/include/linux/config.h" 1



# 1 "/usr/src/linux-2.5.X/linux-2.5.33/include/linux/autoconf.h" 1
# 5 "/usr/src/linux-2.5.X/linux-2.5.33/include/linux/config.h" 2
# 2 "vmlinux.lds.S" 2



Okay. I will try a rebbot tomorrow. I also want to try to compile the 
modules. sigh.

just everyone know I run a pure redhat rawhide. therefore.. here are my 
packages..

gcc-3.2-4.src.rpm
glibc-2.2.90-26.src.rpm
binutils-2.13.90.0.2-2.src.rpm

If these numbers don't scare you.....

Leslie Donaldson

-- 
/----------------------------\ Current Contractor: None
|    Leslie F. Donaldson     | Current Customer  : None
|    Computer Contractor     | Skills: Unix/OS9/VMS/Linux/SUN-OS/C/C++/assembly
| Have Computer will travel. | WWW  : http://www.cs.rose-hulman.edu/~donaldlf
\----------------------------/ Email: mail://donaldlf@cs.rose-hulman.edu
Goth Code V1.1: GoCS$$ TYg(T6,T9) B11Bk!^1 C6b-- P0(1,7) M+ a24 n--- b++:+
                H6'11" g m---- w+ r+++ D--~!% h+ s10 k+++ R-- Ssw LusCA++




  reply	other threads:[~2002-09-04  9:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-03 10:59 Kernel 2.5.33 successfully compiled Oliver Pitzeier
2002-09-03 11:57 ` Oliver Pitzeier
2002-09-03 15:08   ` Leslie Donaldson
2002-09-03 15:26     ` Padraig Brady
2002-09-03 15:53     ` Oliver Pitzeier
2002-09-03 16:14       ` Thunder from the hill
2002-09-03 16:18         ` Oliver Pitzeier
2002-09-03 16:27           ` Kernel 2.5.33 compile errors (Re: Kernel 2.5.33 successfully compiled) Oliver Pitzeier
2002-09-03 16:39             ` Thunder from the hill
2002-09-03 22:22             ` [PATCH] include/linux/ptrace.h " Remco Post
2002-09-03 22:37               ` Thunder from the hill
2002-09-04  7:33                 ` Remco Post
2002-09-04  9:25                   ` Leslie Donaldson [this message]
2002-09-04 16:24                     ` Leslie Donaldson
2002-09-04 21:41                       ` Leslie Donaldson
2002-09-03 16:34           ` Kernel 2.5.33 successfully compiled Thunder from the hill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D75D184.6020303@cs.rose-hulman.edu \
    --to=donaldlf@cs.rose-hulman.edu \
    --cc=ink@jurassic.park.msu.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=o.pitzeier@uptime.at \
    --cc=r.post@sara.nl \
    --cc=thunder@lightweight.ods.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome