Hello,
I added some code in my $UBOOT/board/freescale/mx6sabresd.c.
which is some calculation of double precision variables.
then when I build my u-boot-imx with "bitbake u-boot-imx"
following errors occurs.
/MY-ROOT/uboot/board/freescale/mx6sabresd/mx6sabresd.c:2135: undefined reference to `__aeabi_d2iz'
arm-poky-linux-gnueabi-ld.bfd: /MY-ROOT/uboot/board/freescale/mx6sabresd/mx6sabresd.c:2135: undefined reference to `__aeabi_d2iz'
arm-poky-linux-gnueabi-ld.bfd: /MY-ROOT/uboot/board/freescale/mx6sabresd/mx6sabresd.c:2137: undefined reference to `__aeabi_dcmplt'
arm-poky-linux-gnueabi-ld.bfd: /MY-ROOT/uboot/board/freescale/mx6sabresd/mx6sabresd.c:2149: undefined reference to `__aeabi_dcmpgt'
arm-poky-linux-gnueabi-ld.bfd: /MY-ROOT/uboot/board/freescale/mx6sabresd/mx6sabresd.c:2143: undefined reference to `__aeabi_dcmplt'
arm-poky-linux-gnueabi-ld.bfd: /MY-ROOT/uboot/board/freescale/mx6sabresd/mx6sabresd.c:2149: undefined reference to `__aeabi_dcmpgt'
arm-poky-linux-gnueabi-ld.bfd: /MY-ROOT/uboot/board/freescale/mx6sabresd/mx6sabresd.c:2149: undefined reference to `__aeabi_dcmpgt'
make: *** [Makefile:1704: u-boot] Error 1
the double precision calculation codes are copied from my earlier project in u-boot.2009.
and there was no problem with 2009 version.
Please help with any suggestions.
Thank you!!