linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mipsel-linux-ld:arch/mips/kernel/vmlinux.lds:468: parse error
@ 2005-01-10 11:22 Mudeem Iqbal
  2005-01-10 11:37 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 2+ messages in thread
From: Mudeem Iqbal @ 2005-01-10 11:22 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'

hello all

I have built a toolchain using the following combination

binutils-2.15.94.0.2
gcc-3.4.3
glibc-2.3.3
linux-2.6.9	(from linux-mips.org)

I am cross compiling linux kernel for mips. I think the toolchain has been
successfully built. But when cross compiling the kernel I get the following
error

LD	init/built-in.o
LD .tmp_vmlinux1
mipsel-linux-ld:arch/mips/kernel/vmlinux.lds:6: parse error
make: ***[.tmp_vmlinux1] Error 1

The vmlinux.lds generated is as follows

1) OUPUT_ARH(mips)
2) Entry(kernel_entry)
3) jiffies = jiffies_64;
4) SECTION
5) {
6)	. = ;
7)	/* rea-only */
8)	_text = .; /* Text and read only data *

	and so on........
	
}

The line indicated by the error is . = ; Any ideas

Thanks in advance

Mudeem

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mipsel-linux-ld:arch/mips/kernel/vmlinux.lds:468: parse error
  2005-01-10 11:22 mipsel-linux-ld:arch/mips/kernel/vmlinux.lds:468: parse error Mudeem Iqbal
@ 2005-01-10 11:37 ` Jan-Benedict Glaw
  0 siblings, 0 replies; 2+ messages in thread
From: Jan-Benedict Glaw @ 2005-01-10 11:37 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'

[-- Attachment #1: Type: text/plain, Size: 890 bytes --]

On Mon, 2005-01-10 16:22:52 +0500, Mudeem Iqbal <mudeem@Quartics.com>
wrote in message <1B701004057AF74FAFF851560087B1610646A3@1aurora.enabtech>:
> LD	init/built-in.o
> LD .tmp_vmlinux1
> mipsel-linux-ld:arch/mips/kernel/vmlinux.lds:6: parse error
> make: ***[.tmp_vmlinux1] Error 1
> 
> The vmlinux.lds generated is as follows
> 
> 1) OUPUT_ARH(mips)
> 2) Entry(kernel_entry)
> 3) jiffies = jiffies_64;
> 4) SECTION
> 5) {
> 6)	. = ;

Should be ". = .;" IIRC.

> 7)	/* rea-only */
> 8)	_text = .; /* Text and read only data *

MfG, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-10 11:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-10 11:22 mipsel-linux-ld:arch/mips/kernel/vmlinux.lds:468: parse error Mudeem Iqbal
2005-01-10 11:37 ` Jan-Benedict Glaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).