
All,
Okay, I have tracked this farther into the compilation problem. I have no reason to believe that 'my system' is any different that any standard stock FC5 box, other than its been original since FC5 was released, pending updates.
Looking through the code, though I haven't nailed it, it would seem that between:
#include <linux/types.h> typedef __kernel_dev_t dev_t;
#include <asm/posix_types.h> typedef unsigned int __kernel_dev_t;
There are discrepancies in how '__kernel_dev_t' is defined. Now, I haven't found yet where 'dev_t' is defined.
Can somebody possibly think of a reason this is being thrown? Again, I have downloaded the latest U-boot git tree, like 5 times to ensure that I am not using 'corrupted' code. Also have ensure that this problem doesn't exist prior to commit SHA - 8cf30809a82902a471866d2f07725ce3b8a22291.
-Russ
-----Original Message----- From: wd@denx.de [mailto:wd@denx.de] Sent: Wednesday, May 28, 2008 2:56 PM To: rmcguire@videopresence.com Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] Latest U-Boot MD5 compile error??
In message F9448BAF273D479DB7935923C812A0BB@absolutdaddy you wrote:
Just pulled the latest GIT down today <1.3.3+>, merged with my current
code.
<Note, last I pulled was back at 1.3.1>.
Anyway, all is well until the newish MD5 code attempts to compile then I
get
two different types of errors. <See Log Below>
Is this an artificat of an uncomplete merge perhaps?
Probably. Try building for some other boards...
Dependencies on a certain level of kernel that needs to be sitting in the ppc_6xx/usr/src/ directory? Or perhaps is FC5 to old to now correctly compile the latest U-boot? To old of an ELDK? <I am using ELDK 4.1>
Just tried to build a few boards on a FC5 host. A few warnings about including /usr/include/asm/byteorder.h, but it builds fine.
Best regards,
Wolfgang Denk