使用gcc访问超出合并部分的部分

时间:2017-09-22 03:15:20

标签: linux gcc

在我的构建环境的AWS环境中执行POC时,我发现以下错误

[703/704] Linking build/unittest/ut/deps/UnitTestDeps.o
[704/704] Linking build/unittest/ut/CaiFrameLssTest_Linux
/bin/ld: ColorCodeMacMsg.cpp.1.o: access beyond end of merged section (1503501432)
/bin/ld: ColorCodeMacMsg.cpp.1.o: access beyond end of merged section (4199896184)
/bin/ld: ColorCodeMacMsg.cpp.1.o: access beyond end of merged section (558823358)
/bin/ld: ColorCodeMacMsg.cpp.1.o: access beyond end of merged section (541297024)
/bin/ld: ColorCodeMacMsg.cpp.1.o: access beyond end of merged section (2437239330)
/bin/ld: ColorCodeMacMsg.cpp.1.o: access beyond end of merged section (1549026642)
<<Cropped>>
error 2
/bin/ld: final link failed: Nonrepresentable section on output
   collect2: error: ld returned 1 exit status

我正在使用RHEL 7.4环境和gcc 4.8.5

您能否帮我确定安装中缺少的其他内容

0 个答案:

没有答案