ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] u-boot build failure


From: Stuart Hughes
Subject: Re: [Ltib] u-boot build failure
Date: Tue, 20 Mar 2007 09:50:59 +0000

Hi David,

Thanks for the work-around.  I think later u-boots have this updated,
possibly in a slightly different way.

Just to clarify, you see the problem on host systems that use Make 3.81
or later.  Earlier versions are okay.

Regards, Stuart

On Mon, 2007-03-19 at 19:09 -0700, David Warman wrote:
> Hi All,
> 
> I am pleased to announce that I think I have found and fixed the  
> problem whereby the u-boot examples fail to build, and thus causing u- 
> boot itself to fail to build. The problem is missing dependency  
> extensions for the two dependencies:
> 
> ltib/rpm/BUILD/u-boot-1.1.3/examples/Makefile line 128
> 
> Down near the end (line 128)  are two rules that look like:
> 
> %.srec: %
>       $(OBJCOPY) -O srec $< $@ 2>/dev/null
> 
> %.bin: %
>       $(OBJCOPY) -O binary $< $@ 2>/dev/null
> 
> 
> The dependencies are incorrect: modify thusly:
> 
> %.srec: %.o
>       $(OBJCOPY) -O srec $< $@ 2>/dev/null
> 
> %.bin: %.o
>       $(OBJCOPY) -O binary $< $@ 2>/dev/null
> 
> Hope this helps....
> 
> 
> David Warman
> address@hidden
> 
> 
> 
> _______________________________________________
> LTIB home page: http://bitshrine.org
> 
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib





reply via email to

[Prev in Thread] Current Thread [Next in Thread]