`/usr/bin/ld: injector.o: relocation R_X86_64_32S against symbol `dummy_stack' can not be used when making a PIE object; recompile with -fPIE` I edited the makefile to contain `-fPIE` but the error persists. I am on manjaro linux.
/usr/bin/ld: injector.o: relocation R_X86_64_32S against symboldummy_stack' can not be used when making a PIE object; recompile with -fPIE`I edited the makefile to contain
-fPIEbut the error persists.I am on manjaro linux.