关于编译uboot时出现“undefined reference to '__aeabi_unwind_cpp_pr0'”的解决方法

编译uboot的时候出现如上错误,uboot官方给出了解决办法

方法如下:

编辑uboot根路径下的/lib_arm/eabi_compat.c  文件在最后加入空函数__aeabi_unwind_cpp_pr0(void)即可

关于编译uboot时出现“undefined reference to '__aeabi_unwind_cpp_pr0'”的解决方法

相关文章:

  • 2021-09-27
  • 2021-06-04
  • 2021-04-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2021-10-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-15
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案