Skip to main content
2 of 3
edited title
user994165
  • 9.5k
  • 30
  • 108
  • 171

gdb: "No symbol table is loaded"

I keep getting this error mesage when trying to add a breakpoint in gdb.

I've used these commands to compile:

gcc -g main.c utmpib2.c -o main.o
and also:
cc -g main.c utmpib2.c -o main.o

and I still get that error message.

user994165
  • 9.5k
  • 30
  • 108
  • 171