dietlibc
dietlibc copied to clipboard
Build error
I'm getting the following build error:
bin-x86_64/diet gcc -D__dietlibc__ -Os -fstrict-aliasing -momit-leaf-frame-pointer -mfancy-math-387 -ffunction-sections -fdata-sections -W -Wall -Wextra -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-switch -Wno-unused -Wredundant-decls -Wshadow -o bin-x86_64/elftrunc contrib/elftrunc.c -Wl,--gc-sections -Wl,-z,noseparate-code
make: *** [Makefile:350: bin-x86_64/elftrunc] Segmentation fault (core dumped)
System information:
- OS: Arch Linux x86_64
- Compiler: gcc 10.2.0
- dietlibc: git master (currently at commit 7d1eb8beb7cdaaa1c5bc010896c9f70cdb7b2519)
Over a year later and it's the same error on the same build. OS is OpenSUSE Tumbleweed with 11.2.1.
I'm wondering if there's a resolution to this somewhere out there.
EDIT: I built 0.34 from the official website and it was fine.