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 Send TopicPrint
Normal Topic Seeedunio XIAO error when compiling working formerly ESP8266 (Read 1553 times)
OneSharpChisel
Newbies
*
Offline


Posts: 5
Joined: Jun 24th, 2020
Seeedunio XIAO error when compiling working formerly ESP8266
Sep 27th, 2020 at 11:43pm
Print Post  
I am trying one of those Seeeduino XIAO, ARM microprocessors here https://wiki.seeedstudio.com/Seeeduino-XIAO/

I've been able to successfully flash "blink" without issue but when trying something a little more complicated I get a compiling error.  

hardware: Seeeduino; INA3221 current module; and an 128x64 OLED with library U8X8_SSD1306.

My code works fine with a WEMOS D1 mini ESP8266.

Anyone have any quick suggestions from the attached output file.  Thanks for the continued support.
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2174
Joined: Feb 13th, 2019
Re: Seeedunio XIAO error when compiling working formerly ESP8266
Reply #1 - Sep 28th, 2020 at 9:38am
Print Post  
Thanks for the report and logs.

Looking in the log file at the last error arm-none-eabi-g++*: error: Docs.ino": Invalid argument it looks like the sketch having spaces in the name is part of the problem.

If you rename the INO (and its parent folder) to have no spaces in, does this improve the situation? (please attach an updated log if there are still issues)
  
Back to top
 
IP Logged
 
OneSharpChisel
Newbies
*
Offline


Posts: 5
Joined: Jun 24th, 2020
Re: Seeedunio XIAO error when compiling working formerly ESP8266
Reply #2 - Sep 29th, 2020 at 2:39am
Print Post  
That did it.  Thanks again for the amazing support.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint