Hi.
While building custom kernel for ARM, using openwrt, i did hit
"Inconsistent kallsyms data", and i can repeat it every time.
After short investigation, i did track problem down to kallsyms utility,
which generates source for compressed binary dump of kernel symbols table.
To make it short,
On Fri, Aug 10, 2012 at 02:02:33AM +0200, Jan Engelhardt wrote:
>
> On Saturday 2012-07-07 23:40, Michal Marek wrote:
> >index cd9c6c6..4629038 100644
> >--- a/scripts/link-vmlinux.sh
> >+++ b/scripts/link-vmlinux.sh
> >@@ -210,8 +210,8 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then
> > mksysmap ${ka
On Saturday 2012-07-07 23:40, Michal Marek wrote:
>index cd9c6c6..4629038 100644
>--- a/scripts/link-vmlinux.sh
>+++ b/scripts/link-vmlinux.sh
>@@ -210,8 +210,8 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then
> mksysmap ${kallsyms_vmlinux} .tmp_System.map
>
> if ! cmp -s System.map .tmp_Syste
On Sat, Jul 07, 2012 at 12:48:23AM -0400, Paul Gortmaker wrote:
> On Fri, Jul 6, 2012 at 7:17 AM, Paulo Marques wrote:
>
> [...]
>
> >
> > There was a recent thread from David Brown on the arm linux mailing list
> > ("ARM: two possible fixes for the KALLSYMS build problem"). He tracked
> > down
On Thu, Jul 05, 2012 at 02:18:18PM -0700, Linus Torvalds wrote:
> So for some unknown reason I'm hitting this on just one particular
> machine, and it's *very* annoying.
>
> It's annoying for three reasons:
>
> - it's breaking the build (duh)
>
> - the error is printed out to stderr, so you do
On Fri, Jul 6, 2012 at 7:17 AM, Paulo Marques wrote:
[...]
>
> There was a recent thread from David Brown on the arm linux mailing list
> ("ARM: two possible fixes for the KALLSYMS build problem"). He tracked
> down the problem to having empty per_cpu sections on a non-smp build.
Actually rmk d
Thanks, that worked for this system.
On 9/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Quoting Sabuj Pattanayek <[EMAIL PROTECTED]>:
>
> > Hi all,
>
> Hi, Sabuj
>
> > I'm posting a bug as directed by REPORTING-BUGS in the kernel sources.
Quoting Sabuj Pattanayek <[EMAIL PROTECTED]>:
> Hi all,
Hi, Sabuj
> I'm posting a bug as directed by REPORTING-BUGS in the kernel sources.
>
> PROBLEM: Inconsistent kallsyms data error near the end of make in the linux
> kernel-2.6.13 .
This is probably a known p
Hi all,
I'm posting a bug as directed by REPORTING-BUGS in the kernel sources.
PROBLEM: Inconsistent kallsyms data error near the end of make in the linux
kernel-2.6.13 .
1) Decompress full linux-2.6.13.tar.bz2 sources to /usr/src/linux
2) cp /boot/config-2.6.12.5 to /usr/src/linux/.con
9 matches
Mail list logo