错误现象:
编译完成可执行文件后出现时不时加载不上的情况。
运行命令: ld <test.out
Relocation value does not fit in 26 bits (offset: 0xa54, type: 1)
Relocation value does not fit in 26 bits (offset: 0xac8, type: 1)
Relocation value does not fit in 26 bits (offset: 0xae0, type: 1)
Relocation value does not fit in 26 bits (offset: 0xb1c, type: 1)
Relocation value does not fit in 26 bits (offset: 0xb40, type: 1)
Relocation value does not fit in 26 bits (offset: 0xb68, type: 1)
ld(): error loading file (errno = 0x61001c).
value = 0 = 0x0
解决办法:参考下面帖子
vxWorks6.9动态加载程序时出现“ Relocation value does not fit in 24/26 bits “错误的处理方法-优快云博客然后去掉DEBUG的功能
1、
2、
完成上面设置后在编译完成后新的可执行文件,但是老文件并不会删除,加载的时候注意编译时间。
问题原因:
VX大字节问题,官网都有说明,注意细节能解决。