
On Tuesday 21 February 2012 20:20:39 Nobuhiro Iwamatsu wrote:
I built with ecovec board.
you can check command following : make CROSS_COMPILE=sh-linux-gnu- ecovec_config make CROSS_COMPILE=sh-linux-gnu-
that board doesn't build for me: $ make CROSS_COMPILE=sh4-gentoo-linux-gnu- ecovec -s -j4 Configuring for ecovec board... Generating include/generated/asm-offsets.h time.c: In function 'get_ticks': time.c:111:16: warning: variable 'ticks' set but not used [-Wunused-but-set- variable] sh_i2c.c:55:13: warning: 'irq_wait' defined but not used [-Wunused-function] sh_eth.c: In function 'sh_eth_send': sh_eth.c:79:2: warning: implicit declaration of function 'EDTRR' [-Wimplicit- function-declaration] sh_eth.c: In function 'sh_eth_recv': sh_eth.c:133:2: warning: implicit declaration of function 'EDRRR' [-Wimplicit- function-declaration] ....
and indeed, when i look at sh_eth.h in mainline, there is logic for CONFIG_CPU_SH7763 and CONFIG_CPU_SH7757, but not for CONFIG_CPU_SH7724. i guess you're using changes that aren't in mainline yet to make this board build. -mike