Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 8 Replies) Build errors with STM32 (Read 15366 times)
Bambo
Member
***
Offline


Posts: 146
Location: Liverpool, UK
Joined: Jan 13th, 2020
Re: Build errors with STM32
Reply #20 - Jan 27th, 2021 at 7:04pm
Print Post  
For some reason the arduino project wont compile in Visual Micro but will compile in the native Arduino IDE? See the issue here https://github.com/stm32duino/STM32SD/issues/37 Any ideas on how to fix this one? i'm trying to clean the build on visual micro but it doesn't seem to change it? - managed to fix this by deleting previously cached cores Smiley



"intellisense.tools.path={runtime.tools.xpack-arm-none-eabi-gcc.path} " didn't fix the intellisense errors. edit: i think it did help a bit though

Code
Select All
# Just have OpenOCD Connect and not reset when Debug > Start Debugging is used
tools.stlinkv2.server.initCmd=-c "init"
# Get GDB to reset the board on startup (happens on Start and Attach Debug)
tools.stlinkv2.args=-ex \"mon reset\"
 



Did work Smiley
« Last Edit: Jan 27th, 2021 at 7:33pm by Bambo »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint