Hi
When I try to run make in my machine, it give a error
gcc -o x86_populate_gm -m32 -Wall -nostdlib -fno-toplevel-reorder -masm=intel -O1 x86_populate_gm.c
/usr/bin/ld: /tmp/ccRO7Xsn.o: in function `_start':
x86_populate_gm.c:(.text+0xba): undefined reference to `__stack_chk_fail_local'
/usr/bin/ld: /tmp/ccRO7Xsn.o: in function `process_maps':
x86_populate_gm.c:(.text+0x286): undefined reference to `__stack_chk_fail_local'
/usr/bin/ld: x86_populate_gm: hidden symbol `__stack_chk_fail_local' isn't defined
My OS is Manjaro 18.1.5
My GCC is GCC 9.2.0
I must add no-stack-protector flag to pass compile. Is it common case?
Hi
When I try to run make in my machine, it give a error
My OS is
Manjaro 18.1.5My GCC is
GCC 9.2.0I must add no-stack-protector flag to pass compile. Is it common case?