Skip to content

Compatibility with Visual Micro? #1075

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

Closed
deskl0 opened this issue May 18, 2020 · 1 comment
Closed

Compatibility with Visual Micro? #1075

deskl0 opened this issue May 18, 2020 · 1 comment
Labels
answered question ❓ Usually converted as a discussion

Comments

@deskl0
Copy link

deskl0 commented May 18, 2020

Hi, I'm using Visual Micro plugin on Visual Studio 2019 Community. Recently I get stm32duino core upgraded from 1.8.0 to 1.9.0. However, I found that I can't compile any project by Visual micro but the native Arduino IDE. When I try to compile .ino file by visual micro, I always get an error from arm compiler.
arm-none-eabi-g++*: error: C:\Users\Rambo Rambo\AppData\Local\Temp\VMBuilds\blyatman_edp\STM32_GenF1\Debug\build_opt.h: No such file or directory
But it works perfectly when I using the 1.8.0 version...
Any possible solutions or hints?

@fpistm
Copy link
Member

fpistm commented May 18, 2020

Hi @deskl0
I never used VS 2019 community.
I guess issue come from this #965 anyway I could not help on this as only Arduino IDE is supported. I guess you have to add yourself a prebuild to generate the build_opt.h or simply remove its usage in the platform.txt.

Please for this kind of question/support request use the forum: https://www.stm32duino.com

@fpistm fpistm closed this as completed May 18, 2020
@fpistm fpistm added answered question ❓ Usually converted as a discussion labels May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered question ❓ Usually converted as a discussion
Projects
None yet
Development

No branches or pull requests

2 participants