Relocation 重定位
Relocation is the process of connecting symbolic references with symbolic definitions. For example, when a program calls a function, the associated call instruction must transfer control to the proper destination address at execution. Re…
ARM链接时出错 在编译时无报错,在进行链接时报错如下: relocation R_ARM_THM_JUMP11 to debug_putchar truncated to fit at .text.__putchar0。(解决方法:将这两个符号在链接时的地址尽可能接近)
通过字面意思&#…
arm linux 内核模块加载过程详解
基础环境 kernel version:3.10.70ARCH:arm参考资料 《深入Linux设备驱动程序内核机制》《linux设备驱动开发详解》http://www.cnblogs.com/xmphoenix/archive/2011/10/23/2221879.htmlhttp://www.cnblogs.com/LittleHann/p/3920387.htmlhttp…