-
-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
path error with mbed on macOS #3379
Comments
Many thanks! Resolved in fbfbf34. Please retest with the latest platformio from dev branch, just run |
Solved, thank you. |
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md)? - [x] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change? - [x] Have you built your formula locally with `brew install --build-from-source <formula>`, where `<formula>` is the name of the formula you're submitting? - [x] Is your test running fine `brew test <formula>`, where `<formula>` is the name of the formula you're submitting? - [x] Does your build pass `brew audit --strict <formula>` (after doing `brew install <formula>`)? ----- * Improved VSCode template with special ``forceInclude`` field for direct includes via ``-include`` flag ([issue #3379](platformio/platformio-core#3379)) * Improved support of PIO Home on card-sized PC (Raspberry Pi, etc.) ([issue #3313](platformio/platformio-core#3313)) * Froze "marshmallow" dependency to 2.X for Python 2 ([issue #3380](platformio/platformio-core#3380)) * Fixed "TypeError: unsupported operand type(s)" when system environment variable is used by project configuration parser ([issue #3377](platformio/platformio-core#3377)) * Fixed an issue when Library Dependency Finder (LDF) ignores custom "libLDFMode" and "libCompatMode" options in [library.json](http://docs.platformio.org/page/librarymanager/config.html) * Fixed an issue when generating of compilation database "compile_commands.json" does not work with Python 2.7 ([issue #3378](platformio/platformio-core#3378)) Closes #50367. Signed-off-by: Rui Chen <[email protected]>
@gracedotdotdot do you use the latest PIO Core? Please open PlatformIO IDE Terminal and type |
Hi @sajadghawami ! What are the platform and board you're using? Could you please upload somewhere your |
hey @valeros Thanks for the quick reply! :) This is the plattformio.ini:
And this is the
Its basically a newly created and empty project |
OK, that's strange, could you please try the following config:
|
after doing this, and rebuildig it seems to have worked! Thanks :) Out of curiosity - how come? |
see https://community.platformio.org/t/path-problem-with-mbed-h/12001/12
The text was updated successfully, but these errors were encountered: