Linker error in AIX - Need explanation about the error “The csect is part of the .text section, and relocation entries”
问题 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