You are not logged in.
Pages: 1
I was trying to compile the latest patch set from iphitus' web site (archck6.2) and got this error after the bzImage build
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map
Inconsistent kallsyms data
Try setting CONFIG_KALLSYMS_EXTRA_PASS
make: *** [vmlinux] Error 1
I did some poking around and found this on another website
solution was to go to scripts/kallsyms.c and change:
#define WORKING_SET 1024
to:
#define WORKING_SET 65536
I am testing this now and will report back if it works...
Just thought I would let you know...
Offline
OK, I made this change and the complie went without issue.
Mabe this needs to be added to the patchset?
Thanks!!!
Joe
Offline
Maybe - iphitus doesn't use the forums so maybe email him!
Offline
I posted a note on the CK mailing list as well. I have seen him post there from time to time.
Thanks!!!
Offline
Surely the Arch mailing list would be better? He's in there all the time.
Offline
I was a bit puzzled by the choice but I guess it opens up th eproblem for discussion in a more relevant environment too
Offline
Re the original error - I've compiled two archck6.2 kernels for different machines now without a problem, and without your fix, so I don't think the patch set is the problem. Have you another machine you can try it on?
Offline
Yeah, it was an error in the original patch. I just got to it before anyone else did apperently... Here is the e-mail reply from James about it on the CK mailing list...
Give it another shot, I accidentally uploaded a bootsplash based
patch. The appropriate fbsplash patch is up now. See if you still have
the problem with that.There's also a remote possibility you got that patch while I was
uploading the new one, which would mean a broken patch, but that's
really really unlikely.James Rayner
Interesting to note, however, that the change to the files I posted did fix it as I am still running with that code
Offline
Pages: 1