Giter Site home page Giter Site logo

Comments (4)

nkrkv avatar nkrkv commented on September 28, 2024

I'm on Arch too. And seems like edge versions of avr gcc are not very friendly to Arduino codebase. In next version gcc bundled with IDE will be preferred. For now you could replace a line 72 in ino/commands/build.py from:

system_wide = platform.system() == 'Linux'

to

system_wide = False

To force bundled toolset usage.

Thanks for report!

from ino.

ZachMassia avatar ZachMassia commented on September 28, 2024

Thanks for the reply.

I changed the line, and even after a reboot the error is still the same.

It still seems to be calling /usr/bin/avr-g++ as well.

*EDIT:
Seems to work fine now, I made a fresh directory and it compiled without errors.

Thanks again.

from ino.

nkrkv avatar nkrkv commented on September 28, 2024

Yeah, it was a cache that has had to be purged with ino clean

from ino.

rjehangir avatar rjehangir commented on September 28, 2024

I know this is an old issue, but this can also be resolved by adding a flag during compilation:

ino build --cxxflags="-D__AVR_LIBC_DEPRECATED_ENABLE__"

from ino.

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.