Bug 20171 - errors compiling kernel
Summary: errors compiling kernel
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael K. Johnson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-11-02 01:00 UTC by Need Real Name
Modified: 2007-04-18 16:29 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-11-02 07:56:05 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2000-11-02 01:00:23 UTC
I am getting errors when I compile the kernel.
The errors are in chechsum.S  in the definition of macros SRC and DST 
around line #'s 232 & 238

Comment 1 Arjan van de Ven 2000-11-02 07:56:03 UTC
This means you are not using kgcc to compile the kernel. You need to install
the kgcc package and make sure you use "kgcc" as the compiler that gets
selected.

"export CC=kgcc" often does the trick, if not, edit the Makefile of the kernel
around line 24 to make it say "CC = kgcc".


Note You need to log in before you can comment on or make changes to this bug.