Giter Site home page Giter Site logo

Comments (3)

maxgerhardt avatar maxgerhardt commented on July 18, 2024

Oh, and actually a really critical thing too: The -std=c++17 is missing for CXXFLAGS and -std=gnu11 is missing in CLFAGS. It doesn't set the C/C++ standard version.

from platform-renesas-ra.

valeros avatar valeros commented on July 18, 2024

Thanks for a thorough review.

What PlatformIO misses:

I've added flags except -g3 as using it in release mode is quite debatable and -nostdlib added to LINKFLAGS as it's a linker option.

-DLWIP_DNS=1 given for Minima. Only used with Uno R4 WiFi

Removed

Different warning flags?

Flags are probably the same, the difference is that we're importing them into the build environment, so they're visible in CLI.

no .map file generation

Added.

Arduino IDE uses GCC 7.0.1, PlatformIO uses 10.3.1. May have subtle differences.

I believe it shouldn't be an issue.

The -std=c++17 is missing for CXXFLAGS and -std=gnu11 is missing in CLFAGS.

Added.

from platform-renesas-ra.

maxgerhardt avatar maxgerhardt commented on July 18, 2024

Looking all good now!

from platform-renesas-ra.

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.