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 ESP32 ULP support (Read 2175 times)
species5618
Newbies
*
Offline


Posts: 5
Joined: Feb 14th, 2019
ESP32 ULP support
Dec 10th, 2019 at 8:49pm
Print Post  
i have been looking at ULP support under arduino and have the guthub exmaple https://github.com/duff2013/ulptool  working under arduino 1.8.10

But under visual micro i get 
Compiling 'ulptest' for 'LOLIN D32'
   Traceback (most recent call last)
Error compiling libraries
  build_recipe.py", line 560, in <module>
Build failed for project 'ulptest'
  build_recipe.py", line 93, in main
   os.chdir(os.path.join(PATHS[build], sketch))


it could be a python version issue, due to paths . VS2017 setup

but i have no idea where to start looking


« Last Edit: Dec 10th, 2019 at 8:50pm by species5618 »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: ESP32 ULP support
Reply #1 - Dec 11th, 2019 at 1:39am
Print Post  
please follow the guide in yellow above
  
Back to top
WWW  
IP Logged
 
species5618
Newbies
*
Offline


Posts: 5
Joined: Feb 14th, 2019
Re: ESP32 ULP support
Reply #2 - Dec 16th, 2019 at 12:23pm
Print Post  
its seem to be failing at a line which says 


    os.chdir(os.path.join(PATHS['build'], 'sketch'))


i guess something is not being passed through correctly 

  

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: ESP32 ULP support
Reply #3 - Dec 16th, 2019 at 2:03pm
Print Post  
We can see there is an issue which will require a new release of Visual Micro to resolve this.

We will update you when this is resolved.
« Last Edit: Dec 16th, 2019 at 2:24pm by Simon@Visual Micro »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint