Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
On Tue, 23 Oct 2007 11:30:01 -0700 Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007 20:20:20 -0700 Kristoffer Ericson wrote: > > > On Tue, 23 Oct 2007 11:15:06 -0700 > > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > > > On Tue, 23 Oct 2007 20:09:06 -0700 Kristoffer Ericson wrote: >

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Randy Dunlap
On Tue, 23 Oct 2007 20:20:20 -0700 Kristoffer Ericson wrote: > On Tue, 23 Oct 2007 11:15:06 -0700 > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > On Tue, 23 Oct 2007 20:09:06 -0700 Kristoffer Ericson wrote: > > > > > On Tue, 23 Oct 2007 11:01:13 -0700 > > > Randy Dunlap <[EMAIL PROTECTED]> wrote

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
On Tue, 23 Oct 2007 11:15:06 -0700 Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007 20:09:06 -0700 Kristoffer Ericson wrote: > > > On Tue, 23 Oct 2007 11:01:13 -0700 > > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > > > On Tue, 23 Oct 2007 19:52:07 -0700 Kristoffer Ericson wrote: >

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Randy Dunlap
On Tue, 23 Oct 2007 20:09:06 -0700 Kristoffer Ericson wrote: > On Tue, 23 Oct 2007 11:01:13 -0700 > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > On Tue, 23 Oct 2007 19:52:07 -0700 Kristoffer Ericson wrote: > > > > > Best way to handle this? > > > > > > > > > LD init/built-in.o > > >

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
On Tue, 23 Oct 2007 11:01:13 -0700 Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007 19:52:07 -0700 Kristoffer Ericson wrote: > > > Best way to handle this? > > > > > > LD init/built-in.o > > LD .tmp_vmlinux1 > > KSYM.tmp_kallsyms1.S > > AS .tmp_kallsyms1.

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Randy Dunlap
On Tue, 23 Oct 2007 19:52:07 -0700 Kristoffer Ericson wrote: > Best way to handle this? > > > LD init/built-in.o > LD .tmp_vmlinux1 > KSYM.tmp_kallsyms1.S > AS .tmp_kallsyms1.o > LD .tmp_vmlinux2 > KSYM.tmp_kallsyms2.S > AS .tmp_kallsyms2.o > LD

[ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
Best way to handle this? LD init/built-in.o LD .tmp_vmlinux1 KSYM.tmp_kallsyms1.S AS .tmp_kallsyms1.o LD .tmp_vmlinux2 KSYM.tmp_kallsyms2.S AS .tmp_kallsyms2.o LD vmlinux.o MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x9afc): Section mismatch