Hi I saw a previous discussion but I think main reason why 1.3.1 doesn't compile is different from mentioned there. I had the same error trying to compile to EP88x with eldk 3.1 toolchains.
It seems that /common/Makefile conditional CONFIG_CMD_FLASH isn't working fine. It should be set at previous configuration files like config.mk but it is just set at header files. I just change the line as follow I got it work. #COBJS-$(CONFIG_CMD_FLASH) += cmd_flash.o COBJS-y += cmd_flash.o I'm not familiar with this new Makefile style since I have used old u-boot versions. Any help to make this work properly is appreciated. Thx, TT ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users