嵌入式u-boot重定位问题

    xiaoxiao2021-03-25  83

    从官方u-boot2013.10移植到s5pv210

    __main函数中的原uboot重定位 出错:u-boot contains relocations other than R_ARM_RELATIVE 找错:在linux系统下grep “R_ARM_RELATIVE” -nR * 发现在Makefile中出错,Makefile中有一段用于检查重定位的规则,将其屏蔽即可。

    转载请注明原文地址: https://ju.6miu.com/read-18203.html

    最新回复(0)