| To: | David Kesselring <dkesselr@mmc.atmel.com> |
|---|---|
| Subject: | Re: odd link error |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Wed, 23 Jul 2003 18:52:32 +0200 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <Pine.GSO.4.44.0307230844470.17973-100000@ares.mmc.atmel.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <Pine.GSO.4.44.0307230844470.17973-100000@ares.mmc.atmel.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.1i |
On Wed, Jul 23, 2003 at 08:48:03AM -0400, David Kesselring wrote:
> I know my build for a custom board isn't right but it got through the
> compiles only to get this link error. Does anyone know what it might point
> to?
Seems the SEAD bits in your Makefile are incomplete, arch/mips64/Makefile
should contain this:
[...]
#
# MIPS SEAD board
#
ifdef CONFIG_MIPS_SEAD
LIBS += arch/mips/mips-boards/sead/sead.o \
arch/mips/mips-boards/generic/mipsboards.o
SUBDIRS += arch/mips/mips-boards/generic arch/mips/mips-boards/sead
LOADADDR := 0x80100000
endif
[...]
Ralf
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | The Linux binutils 2.14.90.0.5 is released, H. J. Lu |
|---|---|
| Next by Date: | Re: [patch] Generic time fixes, Jun Sun |
| Previous by Thread: | Re: odd link error, Brian Murphy |
| Next by Thread: | The Linux binutils 2.14.90.0.5 is released, H. J. Lu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |