Differences

This shows you the differences between two versions of the page.

Link to this comparison view

people:priestdo:tips:nasm_and_gdb [2008/11/14 10:30] (current)
Line 1: Line 1:
 +====== nasm and gdb problem with nasm version 0.99 ======
  
 +It looks like this was fixed in nasm version 2.01, but if you are running version 0.99 you may find that you no longer have debugging information for gdb.
 +
 +The fix is easy, replace ``-f elf`` with ``-f elf32`` or ``-f elf64`` depending on your environment. 
 +
 + --- //[[priestdo@cs.vassar.edu|Greg Priest-Dorman]] 2008/11/14 10:27//