[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling kernel for AMD CPU with gcc 3.02 How?



On Mon, 25 Nov 2002 11:06:47 -0600, "John Foster"
<jfoster@augustmail.com> wrote:

>How do you tell "make-kpkg buildpackage" to use the gcc 3.02 compiler
>instead of the gcc 2.95 'default' compiler? Sorry I can not find
>anything about this. I ave read that this newer 3.02 compiler is
>required for AMD chip maximizing and I have had zero luck getting a
>kernel to build "that works" using the A7 for athlon xp 1.8 cpu
>selection in the .config file. ANY advice is appreciated. Thanks.
>John

Revolting hack that works for me: (edit as required)

su root
cd /usr/bin
mv gcc gcc.old
ln -s gcc-3.02 gcc

Pigeon



Reply to: