From: Guillermo B. de Q. M. <deb...@gm...> - 2016-03-04 15:05:22
|
Hi, good afternoon I tried dwarf too but it seems it's not supported too. Thank you very much anyway. Guille 2016-03-04 3:20 GMT+01:00 H. Peter Anvin <hp...@zy...>: > 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 > > > |