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 ESP8266Audio library compilation problem for ESP32 (Read 1532 times)
Kabron
Full Member
***
Offline


Posts: 170
Joined: Nov 1st, 2015
ESP8266Audio library compilation problem for ESP32
Feb 27th, 2018 at 6:52am
Print Post  
1. Examples from ESP8266Audio library compiled well for ESP8266 but failed for ESP32(both in MS VS and Atmel Studio) although this lib declared to work with ESP32.
2. When I try to install this library from VisualMicro Explorer I got dowloading error:
"Unable to install the new library: Download failed:
https://github.com/earlephilhower/ESP8266Audio"
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: ESP8266Audio library compilation problem for ESP32
Reply #1 - Feb 27th, 2018 at 8:25pm
Print Post  
Installing a library simply means un-ziip into mydocument/arduino/libraries

Make sure you are on the latest Visual Micro version. In the last release the architectures specified in library.properties is ignored during compile because they are often wrong.

If you are trying to access a library that was installed with a toolchain for a different board you need to copy the library to mydocument/arduino/libraries

Click Rescan or restart the IDE if you make external changes in windows explorer.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint