• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux Kernel compile question

Inktomei

Junior Member
Hi all,

Have a quick question with Linux kernel compiling procedure. Do you do "make modules --> make modules_install" before you do "make bzImage", or the other way around? I was thinking I might be doing something wrong, because even I didn't change any setting for PCMCIA devices when I did "make xconfig", I still got "unresolved symbols" errors indicating PCMCIA related devices after a kernel built and reboot.

ps. this is a very barebone desktop system. IDE drive, CDROM, NVIDIA video card and 3COM NIC. No other PCI devices installed.
 
No, you do the make bzImage before you do make modules and make modules_install.

Try disabling the PCMCIA support in the kernel, since you have a desktop system. All its doing is taking up space.
 
I did double-checked, all PCMCIA functions were diabled when I did "make xconfig". I still received the "unresolved symbols" errors. Any ideas?
 
Thanks for all the suggestions and help, guys. Seems like I've messed up somewhere between "make modules" and "make modules_install". As even though I did not enable any module support for any devices, I still received unresolved symbols error. I will read through the HOWTO again and the ones you guys suggested, thanks again for the help. I will post back and let you guys know after I tried your solutions. Thanks again.
 
Back
Top