Re: Unresolved symbols, pci-scan.c and 2.2.14-5.0smp
"Sami Pitko" <[email protected]>
| Newsgroups | gmane.linux.drivers.eepro100.devel |
|---|---|
| Message-ID | <[email protected]> |
>The immediate work-around is to add -UCONFIG_APM to the compile line. Unfortunately this did not work. >The correct solution is to figure out why the CONFIG_APM symbol is >being defined in > /usr/include/linux/autoconf.h Here's output of 'grep CONFIG_APM /usr/src/linux-2.2.14/include/linux/autoconf-smp.h': #define CONFIG_APM 1 #undef CONFIG_APM_IGNORE_USER_SUSPEND #undef CONFIG_APM_DO_ENABLE #undef CONFIG_APM_CPU_IDLE #undef CONFIG_APM_DISPLAY_BLANK #define CONFIG_APM_POWER_OFF 1 #undef CONFIG_APM_IGNORE_MULTIPLE_SUSPEND #undef CONFIG_APM_IGNORE_SUSPEND_BOUNCE #define CONFIG_APM_RTC_IS_GMT 1 #undef CONFIG_APM_ALLOW_INTS I modified the 'define' lines to 'undef' and it compiles and insmods without any errors. Thank you very much. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.