Re: Uboot and ML410
From: Ben Warren <hidden>
Date: 2007-12-06 19:55:56
khollan wrote:
John Hahn wrote:quoted
We are also using 3.81 make (Centos 5 distro) with ELDK 4.1 version downloaded from www.denx.de and have had no problems using the u-boot.zip srcs from www.xilinx.com/ml410_p, though we use uboot for our ml403 based development, we can build u-boot for ml403_config as well as ml410_config. Cheers JohnWhen I try compiling with my tools I get the message No rule to make target `hello_world.srec', needed by `all' Any way to work around this. I have compiled everything else I use on my system with these tools and it works fine. I did some research on this problem and it seemed to be a problem with the newer versions of make, but if thats not the case what is the problem? I don't really want to install ELDK to keep things consistent. Thanks Kevin
This is an old problem that has been fixed in the U-boot make files for probably a year or so. If you can't upgrade U-boot, just comment out the 'examples' line in U-boot's main Makefile like this: SUBDIRS = tools \ # examples regards, Ben