Andrey Ponomarenko
Andrey Ponomarenko
Hi, What version of MinGW GCC you are using? Please try to add the following XML descriptor option: -std=c++11
Please try to install `MinGW-W64 GCC-6.2.0` from here: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/6.2.0/ Thank you.
Hi, Need to add `class initializer_list` to `C_Structure` in https://github.com/lvc/abi-compliance-checker/blob/master/modules/Internals/TUDump.pm#L25 Can you please fix this locally and re-check? Thanks.
Hi, Can you hide the `reap_child` function into the `exitStatus` function somehow? Please note that creating of ABI dumps by abi-cc is obsolete function. It is used only for analysis...
Hi, All symbols are detected as private for some reason. Does `abi-compliance-checker --test` show `SUCCESS` on your system? Could you please post declarations from `TestABI_lib.h` too? Thank you.
Looks like a problem with abi-dumper. It takes only compiled library objects as parameter. Please dump debug info by the following command: abi-dumper your_lib.so -extra-info ./debug-info tar -cJf debug-info.txz ./debug-info...
Hello, Actually, the code is always compiled by `G++` since `-fdump-translation-unit` option of `GCC` is valid for C++ only. The checker tries to replace all C++ keywords in the code...
Not possible to use abi-dumper instead of compiling headers?
ABICC is a parser of GCC translation unit dumps (extracting of unstructured data) and report generator. Perl is the best solution for such tasks currently since it is "Practical Extraction...
Try to add this section of the descriptor: /include/path1 /include/path2 .... `/include/path1` is a path to `sys/_types/_int8_t.h` in your system.