You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling the project with CMake, Ninja and GCC10 works perfectly fine with not much effort and with no warnings but the linker complains about undefined references to "dwarf::to_string" functions. Trying to manually run the python script fails, probably because of a wrong Python version, which is super annoying. I think it would be better to just check in the generated files to avoid dealing with Python.
The text was updated successfully, but these errors were encountered:
Compiling the project with CMake, Ninja and GCC10 works perfectly fine with not much effort and with no warnings but the linker complains about undefined references to "dwarf::to_string" functions. Trying to manually run the python script fails, probably because of a wrong Python version, which is super annoying. I think it would be better to just check in the generated files to avoid dealing with Python.
The text was updated successfully, but these errors were encountered: