Git Product home page Git Product logo

Comments (5)

delcypher avatar delcypher commented on August 28, 2024

I checked on an Ubuntu 12.04-03 LTS machine and the header file you are missing is supplied by the libc6-dev package. Please make sure it's installed.

If that doesn't work then I'm not sure what's wrong, I only ever tested with llvm-gcc 4.2 and clang 3.3 and it works fine for those scenarios.

from klee-uclibc.

msoos avatar msoos commented on August 28, 2024

I re-installed libc6-dev and it still complains. Anyway, I compiled llvm-gcc, and gave ./configure --with-cc /usr/local/bin/gcc --make-llvm-lib, which compiled without any issues. Weird stuff. Closing, as this can be avoided with llvm-gcc.

from klee-uclibc.

msoos avatar msoos commented on August 28, 2024

Thanks for the really quick feedback! I'll try my best to post a VM that has all the stuff (llvm, klee, klee-uclbc, etc.) installed & compiled, etc. so the startup time for others will be easier.

from klee-uclibc.

delcypher avatar delcypher commented on August 28, 2024

Thanks.

I actually just realise I mis-read your error message which actually says that /usr/include/limits.h does exist on your system but it has a problem using then including it again. But I'm glad you solved it.

I think it's this issue

from klee-uclibc.

MartinNowack avatar MartinNowack commented on August 28, 2024

Just as a small addition, Clang's 2.9 searcher for include files was quite broken on the one hand. On the other hand, with Ubuntu 12.04 they introduced multilib support, i386 and 64bit headers are in different locations. The issue is clang - they fixed it with newer versions (but still you have to add each new ubuntu version to clang code). So it's not necessarily forward compatible.

from klee-uclibc.

Related Issues (14)

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.