Computer Science | Vassar College
Computer Science | Vassar College
  • Log In

Greg Priest-Dorman

Greg Priest-Dorman

  • home
  • contact
  • tips
  • running notes
  • top
  • top
  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Facebook
    • Pinterest
    • Telegram
    • WhatsApp
    • Yammer
    • Reddit
    • Teams
  • Recent Changes
  • Send via e-Mail
  • Print
  • Permalink

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.

— Greg Priest-Dorman 2008/11/14 10:27

Computer Science | Vassar College

Computer Science | Vassar College