I have successfully built the code on linux,and I want to dubug it with gdb command.But it shows "no symbol table is loaded.Use the file command".I debug my own linux programs with gdb and it works normally.What's the problem?

You should use the "config.limux-gdb" configuration file, not the usual "config.linux" configuration file. I.e., create your Makefiles by running
        genMakefiles linux-gdb
rather than
        genMakefiles linux


        Ross Finlayson
        Live Networks, Inc. (LIVE555.COM)
        <http://www.live555.com/>

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to