Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

eabi_compat.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Wolfgang Grandegger's avatar
      953209bf
      arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints · 953209bf
      Wolfgang Grandegger authored
      
      With the ELDK 5.1 (beta) "armv7a" toolchain I'm get the following
      build failure:
      
        $ ./MAKEALL mx51evk
        ...
        /opt/eldk-5.1/armv7a/sysroots/arm-linux-gnueabi/usr/lib/arm-linux-
        gnueabi/4.6.1/libgcc.a(bpabi.o):(.ARM.exidx+0x0): undefined
        reference to `__aeabi_unwind_cpp_pr1'
        make: *** [u-boot] Error 1
      
      This patch fixes the issue similar to commit
      d442b6e7ad6a86e2fd0e6297291fe8872ff26fc6 but I don't know if it's
      general enough or if it does harm when using other toolchains.
      
      Signed-off-by: default avatarWolfgang Grandegger <wg@denx.de>
      953209bf
      History
      arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
      Wolfgang Grandegger authored
      
      With the ELDK 5.1 (beta) "armv7a" toolchain I'm get the following
      build failure:
      
        $ ./MAKEALL mx51evk
        ...
        /opt/eldk-5.1/armv7a/sysroots/arm-linux-gnueabi/usr/lib/arm-linux-
        gnueabi/4.6.1/libgcc.a(bpabi.o):(.ARM.exidx+0x0): undefined
        reference to `__aeabi_unwind_cpp_pr1'
        make: *** [u-boot] Error 1
      
      This patch fixes the issue similar to commit
      d442b6e7ad6a86e2fd0e6297291fe8872ff26fc6 but I don't know if it's
      general enough or if it does harm when using other toolchains.
      
      Signed-off-by: default avatarWolfgang Grandegger <wg@denx.de>