Jump to content

Game.Core ( Dwarf Error: wrong version in compilation unit header Problems )


Recommended Posts

Hello, first of all sorry for my bad english.

Before today i can debug my game.core without any problem, but today i got an error but i didn't change anything in machine, lib or makefile.

What could be the problem ? thanks for any help.

A photo about my problem : https://metin2.download/picture/P9dB3zA5HCRZuOFxyrd1iGI1cDazw53F/.png

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 1
  • Love 1
Link to comment
Share on other sites

Just read gcc debugging documentation.  https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html  You will find answer yourself

 

Produce debugging information in DWARF format (if that is supported). The value of version may be either 2, 3, 4 or 5; the default version for most targets is 4. DWARF Version 5 is only experimental.

Note that with DWARF Version 2, some ports require and always use some non-conflicting DWARF 3 extensions in the unwind tables.

Version 4 may require GDB 7.0 and -fvar-tracking-assignments for maximum benefit.

GCC no longer supports DWARF Version 1, which is substantially different than Version 2 and later. For historical reasons, some other DWARF-related options (including -feliminate-dwarf2-dupsand -fno-dwarf2-cfi-asm) retain a reference to DWARF Version 2 in their names, but apply to all currently-supported versions of DWARF. 

  • Metin2 Dev 1
  • Love 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.