Closed
Bug 1474185
Opened 7 years ago
Closed 7 years ago
gcc 8: Error: can't resolve `.text.unlikely' {.text.unlikely section}
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aceman, Unassigned)
References
Details
Trying to compile mozilla-central with Gcc 8.1.1 on Linux produces this error at multiple places:
{standard input}: Assembler messages:
{standard input}:169100: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL676' {.text section}
{standard input}:170794: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL1171' {.text section}
{standard input}:170806: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL1171' {.text section}
gmake[4]: *** [mozilla/config/rules.mk:1050: Library.o] Error 1
{standard input}: Assembler messages:
{standard input}:1099823: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL7264' {.text section}
{standard input}:1150512: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL5991' {.text section}
{standard input}:1221392: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL758' {.text section}
{standard input}:1238637: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL3635' {.text section}
gmake[4]: *** [mozilla/config/rules.mk:1050: Array.o] Error 1
Thus the compilation will fail unsuccessfully.
Comment 1•7 years ago
|
||
afaik, this isn't happening anymore
If it does, please share more information about your system (distro, linker version, etc)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•