You are not logged in.

#1 2005-09-30 14:20:16

EmbraceThePenguin
Member
From: New Mexico, USA
Registered: 2004-08-09
Posts: 197

archck6.2 Compile Error

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

#2 2005-09-30 14:47:53

EmbraceThePenguin
Member
From: New Mexico, USA
Registered: 2004-08-09
Posts: 197

Re: archck6.2 Compile Error

OK, I made this change and the complie went without issue.

Mabe this needs to be added to the patchset?

Thanks!!!

Joe

Offline

#3 2005-09-30 14:52:32

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: archck6.2 Compile Error

Maybe - iphitus doesn't use the forums so maybe email him!

Offline

#4 2005-09-30 15:00:58

EmbraceThePenguin
Member
From: New Mexico, USA
Registered: 2004-08-09
Posts: 197

Re: archck6.2 Compile Error

I posted a note on the CK mailing list as well. I have seen him post there from time to time.

Thanks!!!

Offline

#5 2005-09-30 20:50:20

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: archck6.2 Compile Error

Surely the Arch mailing list would be better? He's in there all the time.

Offline

#6 2005-09-30 20:51:20

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: archck6.2 Compile Error

I was a bit puzzled by the choice but I guess it opens up th eproblem for discussion in a more relevant environment too smile

Offline

#7 2005-10-01 11:11:01

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: archck6.2 Compile Error

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

#8 2005-10-01 15:48:22

EmbraceThePenguin
Member
From: New Mexico, USA
Registered: 2004-08-09
Posts: 197

Re: archck6.2 Compile Error

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 wink

Offline

Board footer

Powered by FluxBB