
In message 891063DCE541468EBCC00AC53E36B9F9@absolutdaddy you wrote:
Possible fix, since I am a newbie at messing with somebody elses code can the owner of the MD5 code verify this problem / fix??
As I wrote before, I tried building on FC5 and on other systems (including FC4, FC6, F7, F8 and F9) without seing the problem you describe.
I found that if I did the following with changing some include files, this will now compile on my older FC5 system. <Oddly I tried the newer ELDK42, etc.. not sure why this is broke on my box, but it was not the ELDK install or the source code being corrupted>.
MD5 Compile Fix:
In file 'include/u-boot/md5.h' change the #include <linux/types.h> --> #include <asm/types.h>
In file 'tools/md5.c' remove the reference to #include <linux/types.h>
Can you please provide a proper patch instead? See http://www.denx.de/wiki/UBoot/Patches for guidelines how to prepare one.
Best regards,
Wolfgang Denk