PDA

View Full Version : Kernel Sources


dageekstud
7th April 2005, 11:41 PM
Here comes yet another Nvidia problem... YAY!

I downloaded the src.rpm for the 2.6.11-1-1177... errr at least the src rpm in the fedora test 3.90 SRPMS dir. it Rpm'd fine but when I build the tree... ie -


rpmbuild -bp /usr/src/redhat/SPECS/kernel-2.6.spec


I get:


error: Architecture is not included: i386


What's with that? I only need it to get the NVIDIA kernel module to build. :confused:

verbatim
8th April 2005, 12:22 AM
Try

rpmbuild -bp /usr/src/redhat/SPECS/kernel-2.6.spec --target=i686

dageekstud
8th April 2005, 12:34 AM

Thanks dood, you are the man. I should have paid closer attention to the later tags in the help dialog. Its a good thing for me that YOU did :)