Code Monkey home page Code Monkey logo

Comments (6)

bogdanm avatar bogdanm commented on July 16, 2024

That can be fixed with "reponse files":

  • put all your options in a file (options.txt for example)
  • instead of doing gcc -opt1 -opt2 ..., do gcc @options.txt). ld supports this too.

armcc has similar support with the --via option. I think armlink also supports this.

No idea if IAR supports it.

Additional caveat: if this is done, in case of a compiler error, one needs to cat the content of options.txt to stdout manually (I think). Also, if we do this, compiling in verbose mode (neo compile -v) doesn't have a lot of meaning anymore.

from mbed-cli.

screamerbg avatar screamerbg commented on July 16, 2024

@bogdanm Thanks for the hint. This is for the build system.
@mjs-arm Can you help me reproduce the issue? e.g. repository to clone etc

from mbed-cli.

 avatar commented on July 16, 2024

I've personally not hit it, try building the demo on windows. I believe @c1728p9 has definitely hit the issue somewhere....

from mbed-cli.

0xc0170 avatar 0xc0170 commented on July 16, 2024

This is a duplicate of #6

from mbed-cli.

bogdanm avatar bogdanm commented on July 16, 2024

I've personally not hit it, try building the demo on windows. I believe @c1728p9 has definitely hit the issue somewhere....

From my experience, it's quite difficult to reproduce this issue on different Windows installations (even if all of them are Windows 7) across different computers. But it definitely happens.

from mbed-cli.

screamerbg avatar screamerbg commented on July 16, 2024

This is now implemented in the latest tools in https://github.com/ARMmbed/mbed-os

from mbed-cli.

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.