Giter VIP home page Giter VIP logo

Comments (3)

mikeryan avatar mikeryan commented on August 22, 2024

I'm having trouble reproducing this on a fresh install of Ubuntu 15.04. Can you please provide the output of cc --version, which cc, and echo $PATH

from ems-flasher.

hellocatfood avatar hellocatfood commented on August 22, 2024

cc --version output:

cc (Ubuntu 4.9.2-10ubuntu13) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

which cc output:

/usr/bin/cc

echo $PATH output

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games

from ems-flasher.

 avatar commented on August 22, 2024

The compilation failed because the wrong err.h was used on the hellocatfood's system: /usr/local/include/err.h -- which probably belongs to a C++ software (namespace stasm) -- takes precedence over /usr/include/err.h.
You could reinstall properly the culprit software or possibly change #include <err.h> by #include "/usr/include/err.h".

Christophe.

from ems-flasher.

Related Issues (15)

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.