Skip to content

Facing problem in using ABI Compliance Checker on windows 10 #120

@ashutoshpandey-eaton

Description

@ashutoshpandey-eaton

I want to compare 2 versions of my c++ code and for that, as stated in the document I have installed

REQUIREMENTS FOR MS WINDOWS

  1. MinGW (3.0 or newer)
  2. MS Visual C++ (dumpbin, undname, cl)
  3. Active Perl 5 (5.8 or newer)
  4. Sigcheck v1.71 or newer
  5. Info-ZIP 3.0 (zip, unzip)
  6. Ctags

and added tool locations to the PATH environment variable.

As per https://lvc.github.io/abi-compliance-checker/#Downloads
I have downloaded and extracted 'abi-compliance-checker-2.3.zip'

when I am comparing two versions of a library using the command:
abi-compliance-checker -lib NAME -old V1.xml -new V2.xml
I am getting error : 'abi-compliance-checker' is not recognized as an internal or external command,
operable program or batch file.

  • In the extracted 'abi-compliance-checker-2.3' folder there is no exe found.
    -In the document, it is given
    Installation
    The tool is ready-to-use after extracting the archive.
    You can also use a Makefile to install the tool into the system:

sudo make install prefix=PREFIX [/usr, /usr/local]

Question: If I am using windows I can't run the above-written command also as per the document The tool is ready-to-use after extracting the archive. is also not working for me, What should I do to make the abi-compliance-checker command work on windows10?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions