Giter Site home page Giter Site logo

Comments (4)

aponomarenko avatar aponomarenko commented on August 12, 2024

Hello.

Thank you for reporting issues.

There are 2 ways to create ABI dumps:

  1. Via the abi-compliance-checker tool
  2. Via the abi-dumper tool: http://lvc.github.io/abi-compliance-checker/#ABI_Dumper

The abi-compliance-checker executes the g++ on input header files with some additional options for analysis. Are your header files can be compiled by g++ without such errors?

The second way doesn't require compilation of any header files, so it may help you.

Thank you.

from abi-compliance-checker.

jothiprasath avatar jothiprasath commented on August 12, 2024

Hello

Thanks for your quick response.
I'm using compliance checker tool to create the dump.
I tried using g++ forcefully instead of gcc to compile the headers with
abi. Used - - gcc-path option to set g++ compiler.
But still i got the same error for extern API.

Thanks & Regards,
Jothiprasath
On 06-Jan-2016 10:02 PM, "Andrey V. Ponomarenko" [email protected]
wrote:

Hello.

Thank you for reporting issues.

There are 2 ways to create ABI dumps:

  1. Via the abi-compliance-checker tool
  2. Via the abi-dumper tool:
    http://lvc.github.io/abi-compliance-checker/#ABI_Dumper

The abi-compliance-checker executes the g++ on input header files with
some additional options for analysis. Are your header files can be compiled
by g++ without such errors?

The second way doesn't require compilation of any header files, so it may
help you.

Thank you.

β€”
Reply to this email directly or view it on GitHub
#33 (comment)
.

from abi-compliance-checker.

aponomarenko avatar aponomarenko commented on August 12, 2024

Please try to run g++ directly on the problem header file:

g++ header.h

Thank you.

from abi-compliance-checker.

jothiprasath avatar jothiprasath commented on August 12, 2024

Problem occurred from my side. Some of the dependencies were missing in the server on which i was trying to compile. Now i could able to run abi without any error in a server with all necessary dependencies.
Thank you for your patience and reply.

from abi-compliance-checker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.