Newer
Older
Compileflags in the makefile might need to be adjusted
> nasm -f elf64 -O0 -g -F dwarf
> gcc -ggdb -lc -no-pie
> nasm -f macho64 -O0 -g --prefix _
> arch -x86_64 gcc -W1, -no_pie -Wall -O0 -g
Compileflags in the makefile might need to be adjusted
> nasm -f elf64 -O0 -g -F dwarf
> gcc -ggdb -lc -no-pie
> nasm -f macho64 -O0 -g --prefix _
> arch -x86_64 gcc -W1, -no_pie -Wall -O0 -g