LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   inconsistent kallsyms data (https://www.linuxquestions.org/questions/debian-26/inconsistent-kallsyms-data-366209/)

raptorman 09-23-2005 06:16 AM

inconsistent kallsyms data
 
When trying to compile a new kernel (2.6.13), I run into this error message. The solution is to set CONFIG_KALLSYMS_EXTRA_PASS, but I have no idea where or how to do this. This is probably a very stupid question, but I'm lost :scratch:

raptorman 09-27-2005 04:20 AM

solution was to go to scripts/kallsyms.c and change:

#define WORKING_SET 1024

to:

#define WORKING_SET 65536


All times are GMT -5. The time now is 06:20 AM.