Git Product home page Git Product logo

Comments (6)

Artoria2e5 avatar Artoria2e5 commented on April 29, 2024 1

Pin's release notes say:

Note, however, that you cannot use gcc versions 4.5 or newer to compile
Probe mode tools, since these versions create files with a new OS ABI version
which is not compatible with the pin kit. You can also use Intel(R) C++
compiler.

This might be referring to the new C++11 libstdc++ ABI which has a new std::string implementation and changed its mangling to avoid cross-linking. (Well, it seems that gcc 4.5 does have a new ABI which did not get enabled by default, so the blame still goes to gcc 5+.) To get around this you can try building an /opt prefix with all libraries built using -D_GLIBCXX_USE_CXX11_ABI=0 -fabi-version=2. Or just grab an older system and put it under systemd-nspawn.

from mcsema.

pgoodman avatar pgoodman commented on April 29, 2024 1

That's fine then, the llvm38 branch eliminates PIN dependencies ;-)

from mcsema.

incertia avatar incertia commented on April 29, 2024

same issue with gcc 6.2 on arch linux

namely, the following two sections are triggered

/* compiler_version_check2.H:101-103 */
#if !defined(__GXX_ABI_VERSION) || CC_USED_ABI_VERSION != __GXX_ABI_VERSION
#error The C++ ABI of your compiler does not match the ABI of the pin kit.
#endif
// ...
/* compiler_version_check2.H:116-118 */
#if CC_USED_ABI_VERSION != __GXX_ABI_VERSION
#error This kit requires gcc 3.4 or later
#endif

from mcsema.

pgoodman avatar pgoodman commented on April 29, 2024

Hrmm... can you run echo | clang -dM -E - and echo | gcc -dM -E - and grep out and paste here the relevant macros uses in the #if checks posted by @incertia?

from mcsema.

pgoodman avatar pgoodman commented on April 29, 2024

Closing this unless the issue remains on the llvm38 branch.

from mcsema.

Artoria2e5 avatar Artoria2e5 commented on April 29, 2024

Hey.... This is an Intel Pin/libstdc++ compatibility problem. It's expected to persist in all future versions of mcsema until Intel switches to the new (gcc 4.5+) C++ ABI.

from mcsema.

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.