
7 Apr
2006
7 Apr
'06
3:56 a.m.
Dear Thomas,
My procedure is:
make dbau1550_el_config make dep make all
and I modified the following files to fit the toolchain:
Makefile: ifeq ($(ARCH),mips) CROSS_COMPILE = mipsel-linux-
cpu/mips/config.mk: v=$(shell \ mipsel-linux-as --version|grep "GNU assembler"|awk '{print $$3}'|awk -F . '{print $$2}')
ifneq (,$(findstring mipsel,$(CROSS_COMPILE)))
Do I miss some files to meet the toolchain? Thanks a lot.
Charles C.K. Lai