public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] ARM breakage
@ 2010-01-18 15:05 Tom
  2010-01-18 18:19 ` Ben Warren
  0 siblings, 1 reply; 3+ messages in thread
From: Tom @ 2010-01-18 15:05 UTC (permalink / raw)
  To: u-boot

After merging with u-boot/master
Multiple targets are fixed by getenv_IPaddr

However, i believe this may have broken an equal number of arm targets
On regression testing there are multiple failures with this error

smc91111_eeprom.c:33: error: redefinition of 'struct eth_device'
make[1]: *** [ .. build/examples/standalone/smc91111_eeprom.o] Error 1

Sample of targets
omap3_evm
versatile
cerg250

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] ARM breakage
  2010-01-18 15:05 [U-Boot] ARM breakage Tom
@ 2010-01-18 18:19 ` Ben Warren
  2010-01-18 19:32   ` Dirk Behme
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Warren @ 2010-01-18 18:19 UTC (permalink / raw)
  To: u-boot

Tom wrote:
> After merging with u-boot/master
> Multiple targets are fixed by getenv_IPaddr
>
> However, i believe this may have broken an equal number of arm targets
> On regression testing there are multiple failures with this error
>
> smc91111_eeprom.c:33: error: redefinition of 'struct eth_device'
> make[1]: *** [ .. build/examples/standalone/smc91111_eeprom.o] Error 1
>
>   

    Hmmm... The getenv_IPaddr patch added '"#include net.h"', which
    brings this new error.  I'll come up with a workaround.

> Sample of targets
> omap3_evm
> versatile
> cerg250
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>   
regards,
Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] ARM breakage
  2010-01-18 18:19 ` Ben Warren
@ 2010-01-18 19:32   ` Dirk Behme
  0 siblings, 0 replies; 3+ messages in thread
From: Dirk Behme @ 2010-01-18 19:32 UTC (permalink / raw)
  To: u-boot

On 18.01.2010 19:19, Ben Warren wrote:
> Tom wrote:
>> After merging with u-boot/master
>> Multiple targets are fixed by getenv_IPaddr
>>
>> However, i believe this may have broken an equal number of arm targets
>> On regression testing there are multiple failures with this error
>>
>> smc91111_eeprom.c:33: error: redefinition of 'struct eth_device'
>> make[1]: *** [ .. build/examples/standalone/smc91111_eeprom.o] Error 1
>>
>>
>
>      Hmmm... The getenv_IPaddr patch added '"#include net.h"', which
>      brings this new error.  I'll come up with a workaround.

Does replacing

#include <net.h>

with just something like

extern IPaddr_t string_to_ip(char *s);

help?

>> Sample of targets
>> omap3_evm

Hmm, I could bet that I tested at least with ./MAKEALL ARM_CORTEX_A8 (?).

Best regards

Dirk

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-18 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-18 15:05 [U-Boot] ARM breakage Tom
2010-01-18 18:19 ` Ben Warren
2010-01-18 19:32   ` Dirk Behme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox