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
I want to use xml to create dump,such as
xxx
/usr/include
/usr/lib64/xxx
abi-compliance-checker -lib all -dump v1.xml -dump-path ./ABI-1.dump
ERROR: some errors occurred when compiling headers
ERROR: see log for details:
/root/abi-compliance-checker-master/logs/xxx/log.txt
ERROR: can't compile header(s)
there ars some errors:
error: decimal floating-point not supported for this target
error: #error "Never use <bits/in.h> directly; include <netinet/in.h> instead."
error: #error Missing definition
The text was updated successfully, but these errors were encountered:
There is another case:
ERROR: some errors occurred when compiling headers
ERROR: see log for details:
/root/abi-compliance-checker-master/logs/xxx/log.txt
Creating library ABI dump ...
Dump path: ./ABI-10.dump
I want to use xml to create dump,such as
xxx
/usr/include
/usr/lib64/xxx
abi-compliance-checker -lib all -dump v1.xml -dump-path ./ABI-1.dump
ERROR: some errors occurred when compiling headers
ERROR: see log for details:
/root/abi-compliance-checker-master/logs/xxx/log.txt
ERROR: can't compile header(s)
there ars some errors:
error: decimal floating-point not supported for this target
error: #error "Never use <bits/in.h> directly; include <netinet/in.h> instead."
error: #error Missing definition
The text was updated successfully, but these errors were encountered: