HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Strange warrnings while kernel compile
Operating System - Linux
1830207
Members
1361
Online
109999
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 11:44 PM
01-26-2006 11:44 PM
Strange warrnings while kernel compile
Hello everybody,
I am trying to compille my new kernel 2.6.15.1 after starting make menuconfig I entered in compilation menu but I am confused because I got output like below when I stop configuration and back to shell.
So I am ineterested, does anybody know what these messages means. I installed all necessary packets and I am curious is there any additional packet to be installed in order to compile kernel.
My distro is Debian Sarge
Thank you in advance
boot/config-2.6.8-2-386:84:warning: trying to assign nonexistent symbol X86_EMU486
/boot/config-2.6.8-2-386:120:warning: trying to assign nonexistent symbol PM_DISK
/boot/config-2.6.8-2-386:126:warning: trying to assign nonexistent symbol ACPI_BOOT
/boot/config-2.6.8-2-386:127:warning: trying to assign nonexistent symbol ACPI_INTERPRETER
/boot/config-2.6.8-2-386:139:warning: trying to assign nonexistent symbol ACPI_BUS
/boot/config-2.6.8-2-386:142:warning: trying to assign nonexistent symbol ACPI_PCI
/boot/config-2.6.8-2-386:162:warning: trying to assign nonexistent symbol CPU_FREQ_PROC_INTF
/boot/config-2.6.8-2-386:168:warning: trying to assign nonexistent symbol CPU_FREQ_24_API
/boot/config-2.6.8-2-386:204:warning: trying to assign nonexistent symbol PCI_NAMES
/boot/config-2.6.8-2-386:327:warning: trying to assign nonexistent symbol MTD_ELAN_104NC
/boot/config-2.6.8-2-386:379:warning: trying to assign nonexistent symbol PARPORT_PC_CML1
/boot/config-2.6.8-2-386:384:warning: trying to assign nonexistent symbol
I am trying to compille my new kernel 2.6.15.1 after starting make menuconfig I entered in compilation menu but I am confused because I got output like below when I stop configuration and back to shell.
So I am ineterested, does anybody know what these messages means. I installed all necessary packets and I am curious is there any additional packet to be installed in order to compile kernel.
My distro is Debian Sarge
Thank you in advance
boot/config-2.6.8-2-386:84:warning: trying to assign nonexistent symbol X86_EMU486
/boot/config-2.6.8-2-386:120:warning: trying to assign nonexistent symbol PM_DISK
/boot/config-2.6.8-2-386:126:warning: trying to assign nonexistent symbol ACPI_BOOT
/boot/config-2.6.8-2-386:127:warning: trying to assign nonexistent symbol ACPI_INTERPRETER
/boot/config-2.6.8-2-386:139:warning: trying to assign nonexistent symbol ACPI_BUS
/boot/config-2.6.8-2-386:142:warning: trying to assign nonexistent symbol ACPI_PCI
/boot/config-2.6.8-2-386:162:warning: trying to assign nonexistent symbol CPU_FREQ_PROC_INTF
/boot/config-2.6.8-2-386:168:warning: trying to assign nonexistent symbol CPU_FREQ_24_API
/boot/config-2.6.8-2-386:204:warning: trying to assign nonexistent symbol PCI_NAMES
/boot/config-2.6.8-2-386:327:warning: trying to assign nonexistent symbol MTD_ELAN_104NC
/boot/config-2.6.8-2-386:379:warning: trying to assign nonexistent symbol PARPORT_PC_CML1
/boot/config-2.6.8-2-386:384:warning: trying to assign nonexistent symbol
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 05:20 AM
01-27-2006 05:20 AM
Re: Strange warrnings while kernel compile
Does it compile .. for theses are only warnings
if it does not compile then it should end with a more specific message "Fatal" or "ERROR"
If it compiles try it out (keep old kernel...etc)
boot and test to see if it fits your need...
Give us more information if this not helping out, i am sure someone will be able to help.
Jean-Pierre Huc
if it does not compile then it should end with a more specific message "Fatal" or "ERROR"
If it compiles try it out (keep old kernel...etc)
boot and test to see if it fits your need...
Give us more information if this not helping out, i am sure someone will be able to help.
Jean-Pierre Huc
Smile I will feel the difference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 09:32 AM
01-30-2006 09:32 AM
Re: Strange warrnings while kernel compile
You are building the new 2.6.15.1 kernel with a .config file from a 2.6.8 kernel. Several of the .config options went away between those two
versions. Those warnings are about those options that have gone away.
It is not clear to me how you did the menuconfig. I would do
'cp /boot/config-2.6.8-2-386 .config;make oldconfig'
which would produce those warnings and a new .config file that did not try to set those old and removed options.
versions. Those warnings are about those options that have gone away.
It is not clear to me how you did the menuconfig. I would do
'cp /boot/config-2.6.8-2-386 .config;make oldconfig'
which would produce those warnings and a new .config file that did not try to set those old and removed options.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP