Linker error in AIX - Need explanation about the error “The csect is part of the .text section, and relocation entries”

允我心安 提交于 2021-01-29 02:13:50

问题


I get the following error from the linker 'ld' during linking.

ld: 0711-302 ERROR: Object SomeLibrary.a[SomeObject.o], csect <.text> The csect is part of the .text section, and relocation entries from the csect have been written to the .loader section. ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.

What does this error mean?

(BTW I am using GCC for AIX)

来源:https://stackoverflow.com/questions/55058344/linker-error-in-aix-need-explanation-about-the-error-the-csect-is-part-of-the

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!