Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

makeconfig error

Need help with peripherals or devices?
Post Reply
Message
Author
BrandonT
Posts: 5
Joined: 2004-03-17 10:14

makeconfig error

#1 Post by BrandonT »

I'm trying to compile a new kernel for the first time. So iI used google and found a howto.
I did exactly what is described in the howto but I get an error.

Can somebody help me please?


i

BrandonT
Posts: 5
Joined: 2004-03-17 10:14

#2 Post by BrandonT »

Sorry!! Here's the error message:

HOSTCC scripts/fixdep
/bin/sh:line 1: gcc: command not found
make [1] : *** [SCRIPTS/fixdep] fout 127
Make: *** [scripts/fixdep} fout 2

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#3 Post by lacek »

You have to install a c compiler in order to compile your kernel (or anything else). You can do it with this command:
apt-get install gcc

thewolfro
Posts: 18
Joined: 2004-03-20 07:52
Location: Romania
Contact:

#4 Post by thewolfro »

lacek is right. i sugest that you try make menuconfig or make xconfig (if you are running an X server).

BrandonT
Posts: 5
Joined: 2004-03-17 10:14

#5 Post by BrandonT »

I installed linux again and the problemis solved.

thanks for the replies !

Post Reply