Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
make menuconfig error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Dafoe
n00b
n00b


Joined: 24 Apr 2003
Posts: 19
Location: Reykjavík, Iceland

PostPosted: Fri May 16, 2003 10:04 am    Post subject: make menuconfig error Reply with quote

Hi,

when i make dep && ... my new menuconfig i recieve the error netsyms.0 error 1 for the gentoo-r2/net

is it safe to boot up with a configuration when it has error on it ?
_________________
regards, arib
Back to top
View user's profile Send private message
Mystilleef
Guru
Guru


Joined: 27 Apr 2003
Posts: 561
Location: Earth

PostPosted: Fri May 16, 2003 10:28 am    Post subject: Choose the right options during kernel compilation. Reply with quote

Hello Gents,

If you have any kernel compilation errors it is not safe to boot the computer and you are doing something wrong. I advise you use the following commands, IF THIS IS YOUR FIRST KERNEL COMPILATION.

Code:

# make mrproper; make clean; make distclean
# make menuconfig
# make dep
# make clean
# make bzImage
# make modules
# make modules_install
# mount /boot
# cp System.map /boot
# cp arch/i386/boot/bzImage /boot


The most challenging aspect of the kernel compilation is choosing the right options for your kernel during kernel configuration. Try to use as much modules as possible instead of compiling features directly into the kernel. If you need further assistance, be sure to drop by.

Good Luck !

Mystilleef
_________________
simple, sleek and sexy text editor for gnome

"My logic is undeniable."
Back to top
View user's profile Send private message
Dafoe
n00b
n00b


Joined: 24 Apr 2003
Posts: 19
Location: Reykjavík, Iceland

PostPosted: Fri May 16, 2003 11:31 am    Post subject: Reply with quote

u see, iptables are not working, is it because i left it out of the configuration prosess ? I dont recall seeing a possibility for compiling iptables ...
_________________
regards, arib
Back to top
View user's profile Send private message
Mystilleef
Guru
Guru


Joined: 27 Apr 2003
Posts: 561
Location: Earth

PostPosted: Fri May 16, 2003 1:30 pm    Post subject: Networking options Reply with quote

Hello again,

Dafoe wrote:
u see, iptables are not working, is it because i left it out of the configuration prosess ? I dont recall seeing a possibility for compiling iptables ...


Most Probably, you need to compile the option into the kernel. Check "networking options" there is a bunch of stuff about IP tables, chains and the likes.

Good Luck!

Mystilleef
_________________
simple, sleek and sexy text editor for gnome

"My logic is undeniable."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum