2

Now , I have two pc, The first one has gcc 4.3.2 linux suse 11.0 ,it generate a core dump ,but it has no source code of my program. The second ,has gcc 4.1 linux suse 10.1 and has the source code of my program.

Could I use the core dump generate by the first one to debug on the second pc ?

1 Answers1

0

If you can get a copy of the symbols then yes you could, but you'd need to get the symbols to do this.

Have a peek at this question

Community
  • 1
  • 1
John Mitchell
  • 9,653
  • 9
  • 57
  • 91