79804764

Date: 2025-10-30 12:38:39
Score: 1.5
Natty:
Report link

we encounter this problem too. we found that some duplicate symbol causes wrong link,link from _text to data. As a result,out of range.finally,we use llvm-objcopy to deal the .o files,where use and define this symbol, rename the conflict symbol. successfully build.

i recommend firstly use the Zy Zhao's answer successfully build your project to get the linkmap. then use the linkmap.txt and the error description to find out which symbol is duplicated.good luck

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: lin henquan