[U-Boot-Users] Re: Compiled system and target board mismatched while make U-boot image..

Charles C.K.Lai cklai at itri.org.tw
Fri Apr 7 03:56:12 CEST 2006


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 





More information about the U-Boot mailing list