Re: compiling an old kernel

2000-02-02 Thread hubert . fauque

thanks to all who answered my question.
I have installed gcc272 and could compile the kernel;

Hubert


Re: compiling an old kernel

2000-02-01 Thread J.H.M. Dassen \(Ray\)
On Tue, Feb 01, 2000 at 21:38:09 +0100, Adrian Bunk wrote:
> I didn't try it, but even early 2.2.x kernel had problems with egcs. It's
> the best if you install an old gcc (package altgcc).

altgcc is for compiling libc5 binaries. You mean gcc272.

Personally, I'm compiling my 2.2.x kernels with gcc 2.95.2, but I suspect
there are still some configurations where that could cause problems.

Ray
-- 
UNFAIR  Term applied to advantages enjoyed by other people which we tried 
to cheat them out of and didn't manage. See also DISHONESTY, SNEAKY, 
UNDERHAND and JUST LUCKY I GUESS. 
- The Hipcrime Vocab by Chad C. Mulligan  


Re: compiling an old kernel

2000-02-01 Thread Adrian Bunk
On 1 Feb 2000 [EMAIL PROTECTED] wrote:

>...
 
> Has somebody successfully compiled a 2.0 kernel with egcs
> or is it necessary to reinstall gcc2.7?

I didn't try it, but even early 2.2.x kernel had problems with egcs. It's
the best if you install an old gcc (package altgcc).

> Thanks
> 
> Hubert

cu,
Adrian

-- 
Ploetzlich dringt aus der Dunkelheit die Stimme des Sechzigjaehrigen: "Ist
das nicht Hoffnung auf Regen...?" Sie haben seit Wochen auf Regen gewartet.
"Nur eine Hoffnung..." antwortet Lao Er.
(Pearl S. Buck: "Drachensaat")


Re: compiling an old kernel

2000-02-01 Thread Robert Waldner
better get someone with gcc compiling the kernel for you,
this is what I did. don't forget to also get the appropriate
modules...

hth,
&rw

On 01 Feb 2000 15:55:02 +0100, [EMAIL PROTECTED] writes:
>Has somebody successfully compiled a 2.0 kernel with egcs
>or is it necessary to reinstall gcc2.7?


-- 
-- +++ EUnet/[EMAIL PROTECTED], 15.-17.2.'2k, Ebene02/Stand08 +++
- ___   - Robert WaldnerEUnet/AT tech staff 
 //   /  ___   _/_ -- <[EMAIL PROTECTED]>   RW960-RIPE
--- /--- /   / /   / /___/ /  --- ---EUnet EDV-DienstleistungsgesmbH---
-- /___ /___/ /   / /___  /_  Diefenbachgasse 35A-1150 Wien
-   - Tel: +43 1 89933 Fax: +43 1 89933 533



compiling an old kernel

2000-02-01 Thread hubert . fauque

As I explained in another message I am getting SCSI
errors when writing a CD; I have tried to use
this CD writer under windows: it works; so I suppose
it may be a driver problem (I use a 2.2.13 kernel).

So I am trying to compile an old kernel (2.0.38)
but with there are problems with egcs.
I have applied the patch at
http://www.suse.de/~florian/kernel+egcs.html
but I still get errors:

In file included from init/main.c:46:
/usr/src/kernel-source-2.0.38/include/asm/bugs.h: In function `check_k6_bug':
/usr/src/kernel-source-2.0.38/include/asm/string.h:118: Invalid `asm' statement:
/usr/src/kernel-source-2.0.38/include/asm/string.h:118: fixed or forbidden 
register 4 (si) was spilled for class SIREG.

(a number of times)

Has somebody successfully compiled a 2.0 kernel with egcs
or is it necessary to reinstall gcc2.7?

Thanks

Hubert