anyone know how to get rid of this error? (10.4/Gcc vs binutils port)
Julian Elischer
julian at freebsd.org
Tue Oct 3 16:19:03 UTC 2017
Our 10.4 system is using gcc (for now).
when we compile the devel/binutils port, we get a failure with a bunch
of these errors:
`_ZTSN12_GLOBAL__N_110Stub_tableILi64ELb1EEE' referenced in section
`.rodata' of aarch64.o: defined in discarded section
`.rodata._ZTSN12_GLOBAL__N_110Stub_tableILi64ELb1EEE[_ZTSN12_GLOBAL__N_110Stub_tableILi64ELb1EEE]'
of aarch64.o
`_ZTSN12_GLOBAL__N_110Stub_tableILi64ELb0EEE' referenced in section
`.rodata' of aarch64.o: defined in discarded section
`.rodata._ZTSN12_GLOBAL__N_110Stub_tableILi64ELb0EEE[_ZTSN12_GLOBAL__N_110Stub_tableILi64ELb0EEE]'
of aarch64.o
I managed to defeat these one before but I forget how.
possibly the answer is to use clang/clang++ for this item but I tried
defining CC and CXX to clang/clang++ in the Makefile but that didn't
seem to help
there's probably a USE_CLANG option or something that I haven't seen.
More information about the freebsd-current
mailing list