https://sourceware.org/bugzilla/show_bug.cgi?id=33849
Bug ID: 33849
Summary: sframe: ld: improve error message for linking failure
Product: binutils
Version: 2.46
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: indu.bhagat at oracle dot com
Target Milestone: ---
A user report:
,----
| [2/2] : && /usr/bin/cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/svt-av1-dmo-3.1.2=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro
CMakeFiles/cmTC_a80d2.dir/testCCompiler.c.o -o cmTC_a80d2 && :
| FAILED: [code=1] cmTC_a80d2
| : && /usr/bin/cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/svt-av1-dmo-3.1.2=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro
CMakeFiles/cmTC_a80d2.dir/testCCompiler.c.o -o cmTC_a80d2 && :
| /usr/bin/x86_64-linux-gnu-ld.bfd: input SFrame sections with different
format versions prevent .sframe generation
| /usr/bin/x86_64-linux-gnu-ld.bfd: final link failed
| collect2: error: ld returned 1 exit status
| ninja: build stopped: subcommand failed.
`----
The error message will be more helpful if it can identify the problematic input
BFD.
--
You are receiving this mail because:
You are on the CC list for the bug.