Re: v850, which gcc and binutils version?

From: Jan Dittmer
Date: Thu Jul 28 2005 - 03:30:53 EST


Miles Bader wrote:
> Jan Dittmer <jdittmer@xxxxxxxx> writes:
>
>>Which is the recommended gcc/binutils combination for v850?
>
>
> The most crucial thing is that all supported processors are v850e
> derivatives (note the "e"), so please configure gcc/binutils for target
> "v850e-elf".

Thanks, that got me much further, compilation aborts now with

CC arch/v850/lib/negdi2.o
arch/v850/lib/negdi2.c: In function `__negdi2':
arch/v850/lib/negdi2.c:25: warning: control reaches end of non-void function
AR arch/v850/lib/lib.a
/bin/sh: +@: command not found
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
In file included from include/linux/hardirq.h:7,
from include/asm-generic/local.h:6,
from include/asm/local.h:4,
from include/linux/module.h:21,
from init/version.c:10:
include/asm/hardirq.h:21:27: warning: "NR_IRQS" is not defined
LD init/built-in.o
LD vmlinux
mm/built-in.o: In function `out_of_memory':
/usr/src/ctest/oo/kernel/mm/oom_kill.c:264: undefined reference to `show_mem'
/usr/src/ctest/oo/kernel/mm/oom_kill.c:264: relocation truncated to fit: R_V850_22_PCREL against undefined symbol `show_mem'
mm/built-in.o: In function `_alloc_pages':
/usr/src/ctest/oo/kernel/mm/page_alloc.c:1013: undefined reference to `show_mem'
/usr/src/ctest/oo/kernel/mm/page_alloc.c:1013: relocation truncated to fit: R_V850_22_PCREL against undefined symbol `show_mem'
fs/built-in.o: In function `smaps_open':
/usr/src/ctest/oo/kernel/fs/proc/base.c:600: undefined reference to `proc_pid_smaps_op'
make: *** [vmlinux] Error 1

Thanks,

--
Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/