-
Notifications
You must be signed in to change notification settings - Fork 132
failed to compile Arduino_core_STM32 V2.1 based projects #1414
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
Comments
Are you referring to a previous issue? |
Hi Wim Yes, this was apparently resolved before (for Windows users ?), IIRC that issue was closed. |
You have to provide more information if you want us to say something meaningful. Did you not see the issue template when you filed a new issue? |
The main reasonns for
|
Jante I have started a new simple (example:blink) project - and the srcwrapper problem still happened until I set auto install/install libraries on #include - this seems to have sorted the srcwrapper problem (so far) - thanks for that ! The new problem (poss an STM problem) is several This may have something to do with the properties/settings - I shall experiment when I can. |
Thanks for the reply - I was going to try exactly that (adding a separate compile option). I will see tomorrow. |
Jante I used your fix (-DVARIANT_H="${build.variant_h}") and it works (usually !) But now I am getting this new problem - the same blink example works fine with STM32CubeProg but not on Eclipse - I have looked at other fixes for the problem below but not found a solution. Failed to run the Upload recipe Cannot run program "" (in directory "/home/graham/work/code/etc/etc"): error=2, No such file or directory |
probably #1364 |
I guess this is fixed. |
Using Sloeber v4.4 under Fedora 34 I am getting the #include "srcwrapper.h" not found again
I have tried using earlier STM version 2.0 but the problem persists.
The code is an existing project that compiles for Uno/Nano with no problems
The text was updated successfully, but these errors were encountered: