Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th September 2011, 06:20 PM
nagesh Offline
Registered User
 
Join Date: Sep 2011
Posts: 5
linuxfirefox
compiling linux-2.6.32.46

hi there..

Im a beginner....i hav installed fedora 15 with gnome 3 and got KDE and also LXDE as different DE's but ma question is lik i hav tried compiling linux-2.6.32.46 using following help link but after 50 long minutes at documentation itz said compilation error...suggest me plz
Reply With Quote
  #2  
Old 7th September 2011, 12:52 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
linuxfirefox
Re: compiling linux-2.6.32.46

more information will be required
like
What you fallowed ?
what you did ?
what the error was ?
Did you install ALL the required software ?

and WHY an old version of the fedora 15 kernel
kernel-2.6.40.3-0.fc15.i686.rpm is in the updates
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #3  
Old 7th September 2011, 02:29 PM
nagesh Offline
Registered User
 
Join Date: Sep 2011
Posts: 5
linuxfirefox
Re: compiling linux-2.6.32.46

http://www.howopensource.com/2011/08...ora-15-and-14/
this is the link where i have got procedure and followed the same..

i did evrythn except sudo yum update command..coz updates size was 370+MB ...it took 50 min after tat it said no VMLINUZ directory and threw copilation error...

i had installed GCC ,ncurses development package as per document says...

Compiling and configuring an Kernel was a part of ma curriculum...
Reply With Quote
  #4  
Old 7th September 2011, 07:31 PM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
linuxfirefox
Re: compiling linux-2.6.32.46

so you are using instructions for the 3.0 kernnel on an OLD 2.6.32.46 kernel when the CURRENT kernel for 15 is 2.6.40.3

the VERY VERY VERY first rule is update
Code:
su -
yum update
install the kernel source but for the very different version3 dowwnload it
( i do NOT even come close to recommending you do this)
I advise you NOT to do this very strongly - it is unadvisable to build and install the 3 kernel or a OLD kernel
BUT
if you want to build the CURRENT kernel ( with ALL the security patches installed )
you can start with this old fedora 6 guide( transposing it to fedora15 should woirk )
http://www.howtoforge.com/kernel_compilation_fedora

Quote:
updates size was 370+MB .
that is TINNY a very small update .
A 2+ gig would be normal

you are aware that once you use a NOT SUPPORTED kernel you will have to BLACKLIST any and EVERYTHING related to a kernel from ever updating and getting bug fixes in "yum "
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10

Last edited by JohnVV; 7th September 2011 at 08:01 PM.
Reply With Quote
  #5  
Old 7th September 2011, 08:20 PM
jpollard Offline
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,105
linuxfedorafirefox
Re: compiling linux-2.6.32.46

Quote:
you are aware that once you use a NOT SUPPORTED kernel you will have to BLACKLIST any and EVERYTHING related to a kernel from ever updating and getting bug fixes in "yum "
No you don't.

You can use pretty much any of the recent kernels without problems. Updates are also not a problem as the initrd associated with the kernel is also updated with the kernel.

Very rarely will things have a problem, unless you are doing a REALLY old kernel (~2.6.32 and earlier).

But you do have to tell us what the errors are. Some of the directions will be different depending on where the error occurs.
Reply With Quote
  #6  
Old 8th September 2011, 02:25 PM
nagesh Offline
Registered User
 
Join Date: Sep 2011
Posts: 5
linuxfirefox
Re: compiling linux-2.6.32.46

thanks for the reply.. i ll re-iterate the procedure once gain and i ll do what john siad to update also.. let me see..if it occurs again ll let u knw the details along with error screen shots
Reply With Quote
  #7  
Old 8th September 2011, 04:53 PM
nagesh Offline
Registered User
 
Join Date: Sep 2011
Posts: 5
linuxfirefox
Re: compiling linux-2.6.32.46

hi..

Plz find the attachments...


awaiting for solution

thank you..
Attached Thumbnails
Click image for larger version

Name:	Screenshot.png
Views:	36
Size:	94.7 KB
ID:	21752   Click image for larger version

Name:	Screenshot-1.png
Views:	33
Size:	113.3 KB
ID:	21753  
Reply With Quote
  #8  
Old 8th September 2011, 07:41 PM
jpollard Offline
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,105
linuxfedorafirefox
Re: compiling linux-2.6.32.46

Normally you would not use root to compile the kernel, only install it.

And /usr/src/linux is not used for building the kernel, but to contain headers when building drivers outside the kernel.

The directions for building the kernel are in the Documentation/README file.
Reply With Quote
  #9  
Old 8th September 2011, 09:01 PM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
linuxfirefox
Re: compiling linux-2.6.32.46

normally on fedora you DO NOT install gcc by it's self
you end up missing A LOT of things
Code:
su -
yum groupinstall " Development Tools" Development Librarys "
chaeck the spelling with
Code:
su -
yum grouplist
and WHY an OLD kenenl
and why use the instructions for the testing 3.0 kernel on a OLD version of the 2.6 kernel
and an old kernel WITHOUT the updated security patches and bugfix patches

also WHY are you ( acoriding to the screen shot)
going to your Desktop THEN to /use/src / ???
makes no seance
that is not the folder you build a NEW ( or different kernel in )
that is one that IS installed .


WHAT it is you want to do ?????\

install the 3.0 or the 3.1 version of the kernel on fedora 15
or
install a OLD and not used any more kernel on fedora 15 when there is a NEWER version in the fedora repos

-- unsubscribing from this thread --
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
Reply

Tags
compiling, linux46

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in compiling linux-2.6.30.i586 viveksama45 Installation and Live Media 0 27th May 2010 11:42 PM
error compiling linux 2.6.33.2 ssb Using Fedora 2 8th April 2010 08:52 AM
compiling for a mac with linux daniel_I_l Programming & Packaging 1 20th August 2009 11:03 AM
Compiling BASIC programs on Linux tech291083 Programming & Packaging 3 16th October 2007 01:52 PM
Linux is only compiling the file from emacs efghi Using Fedora 2 22nd October 2006 03:55 PM


Current GMT-time: 08:42 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat