Skip to content
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

esp32ulp_build_recipe.py': [Errno 2] No such file or directory #33

Closed
i4things opened this issue Mar 4, 2019 · 6 comments
Closed

esp32ulp_build_recipe.py': [Errno 2] No such file or directory #33

i4things opened this issue Mar 4, 2019 · 6 comments

Comments

@i4things
Copy link

i4things commented Mar 4, 2019

C:\Users\admin\Documents\Arduino\hardware\espressif\esp32 -u {runtime.tools.ulptool.path}/esp32ulp-elf-binutils/bin/ -x C:\Users\admin\Documents\Arduino\hardware\espressif\esp32/tools/xtensa-esp32-elf/bin/ -t {runtime.tools.ulptool.path}/ --DF_CPU=240000000L --DARDUINO=10805 --DARDUINO_=Heltec_WIFI_LoRa_32 --DARDUINO_ARCH_=ESP32 --DARDUINO_BOARD="Heltec_WIFI_LoRa_32" --DARDUINO_VARIANT="heltec_wifi_lora_32"
python: can't open file '{runtime.tools.ulptool.path}/esp32ulp_build_recipe.py': [Errno 2] No such file or directory

exit status 2
Error compiling for board Heltec_WIFI_LoRa_32.

@duff2013
Copy link
Owner

duff2013 commented Mar 4, 2019

Unfortunately I don't support non-board manager installs. Hopefully they will come out soon with new board manager version that fixes those issues you raised about the esp32 core for Arduino.

@duff2013
Copy link
Owner

duff2013 commented Mar 5, 2019

Just F.Y.I you can use the board manager to download pre release that have the millis fix. I can't say that it will work but assume it will since they haven't changed anything that I can see that would break the current ulptool.

@i4things
Copy link
Author

i4things commented Mar 5, 2019

at the moment I sorted the problem using the standard macros :

https://github.com/i4things/NodeAPI/tree/master/examples/ESP32/ULP

Currently in the esp32 world is very active and I need to be able to choose between build/release very flexible - sometime I also need to apply fixes my self as in the Radiohead library...

@duff2013
Copy link
Owner

duff2013 commented Mar 5, 2019

I understand, since its open source you can hack the ulptool to use it with non standard installs I just don't want to support that since it opens up can of worms for me trouble shoot.

@i4things
Copy link
Author

i4things commented Mar 5, 2019

mmmm I have actually followed the instruction from expressif exactly - e.g. it should be standard install : https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/windows.md

@duff2013
Copy link
Owner

duff2013 commented Mar 5, 2019

The preferred way according the README.md is using the Arduino Board Manager. Actually if you have both ways installed the Arduino will default to the board manager install of the esp32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants