aclements / libelfin

C++11 ELF/DWARF parser
MIT License
314 stars 99 forks source link

Check in autogenerated "to_string.cc" files #57

Open GrandChris opened 3 years ago

GrandChris commented 3 years ago

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.