Xref: utzoo comp.sys.atari.st:34508 comp.sys.atari.st.tech:1282 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!think.com!zaphod.mps.ohio-state.edu!rpi!ispd-newsserver!kodak!uupsi!rodan.acs.syr.edu!dinapoli From: dinapoli@rodan.acs.syr.edu (Ron DiNapoli) Newsgroups: comp.sys.atari.st,comp.sys.atari.st.tech Subject: Using GDB Message-ID: <1991Feb1.170826.791@rodan.acs.syr.edu> Date: 1 Feb 91 17:08:26 GMT Sender: dinapoli@rodan.acs.syr.edu (Ron DiNapoli) Organization: Syracuse University, Syracuse, NY Lines: 23 Howdy! I've been having a problem getting GDB to work on my MEGA 4. If I compile with the -gg switch, the resulting symbol files cause gdb to crash when I attempt to load them. If I compile with the -g switch I get the following error message when I attempt to link the executable... Bogon alert! wrote 213 symbols, expected to write 235 I'm not sure about those numbers, but that was the general error message. the executable is produced, and the symbol file created with sym_ld does load properly into gdb. But when I attepmt to run the executable from gdb, I get "Program terminated with code #ffffff95" (again, not sure of the number). Does anyone know how to create good symbol files and good executables??? I can't use the -mshort flag because I need to have 32-bit ints (if that makes a difference). thanks for your help! Ron D.