When I run my complex .c software simulator, which includes a lot of c files in gdb, it gives an error if no debugging symbols are found. I am using gcc -g simulator.c to compile this program. Can any body tell me why this error occurs.
You will probably need to compile each .c file with -g in order to have a full set of debugging symbols.
Source: https://habr.com/ru/post/1782543/More articles:WPF Crop and resize images without losing the original image - wpfWhere can I find my system for implementing standard C library functions? - cUIWebView is very slow - iosproblem with SavePoint in mysql - mysqlspace saving in Mysql table - databaseКак отобразить NSPanel/NSWindow в стороне моего приложения? - objective-cРучное связывание с NSTableColumn (без NSArrayController) - objective-ctext is placed inside a box on my web page - csshow to read input stream of sockets in android - androidWPF Binding Render Gui Progress - wpfAll Articles