You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling with multiverse plugin enabled and optimization (-O1, -O2, -O3, -Os, -Og) causes an undefined reference to '.LANCHOR1' during linking.
[GCC version: 6.3.1, arch: armv6l]
I removed the -O2 option in tests/Makefile as a temporary workaround.
Reproduce: in directory tests (note that option -O2 is specified):
$ gcc -L../libmultiverse -o commit-refs commit-refs.o -lmultiverse
commit-refs.o: In function `_GLOBAL__sub_I_65535_0_func_a':
commit-refs.c:(.text.startup+0x1d8): undefined reference to `.LANCHOR1'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
Compiling with multiverse plugin enabled and optimization (-O1, -O2, -O3, -Os, -Og) causes an undefined reference to '.LANCHOR1' during linking.
[GCC version: 6.3.1, arch: armv6l]
I removed the -O2 option in
tests/Makefile
as a temporary workaround.Reproduce: in directory
tests
(note that option -O2 is specified):The text was updated successfully, but these errors were encountered: