From: H. P. A. <hp...@zy...> - 2016-03-04 02:21:04
|
On 12/26/15 23:45, Guillermo Bernaldo de Quiros Maraver wrote: > > Here I put the contents of the Makefile: > all: > nasm -l main.lst -f elf64 -g -F stabs main.asm > gcc -gstabs -o main main.o > Are you sure you need stabs rather than dwarf? -hpa |