[U-Boot-Users] EABI problem

Patrice Vilchez patrice.vilchez at rfo.atmel.com
Fri Jul 6 16:33:12 CEST 2007


Philip Balister a écrit :
> Patrice Vilchez wrote:
>>> Philip
>>     Are you compiling a file with a 64 bits division ?
>>     I my case it was driver/nand/nand_utils.c enabled by adding 
>> "CFG_CMD_NAND" to CONFIG_COMMANDS.
>
> Yes, I have CFM_CMD_NAND set. I can build u-boot for the omap5912osk 
> with the same compiler fine.
>
> Philip
    But have you set CFG_NAND_LEGACY flag ?
    It disables the nand_utils.c compilation and then avoid 64 bits 
division.

from driver/nand/nand_utils.c
#if (CONFIG_COMMANDS & CFG_CMD_NAND) && !defined(CFG_NAND_LEGACY)

    I do not see any CFG_CMD_NAND into include/configs/omap5912osk.h file.

Patrice.






More information about the U-Boot mailing list