-
Notifications
You must be signed in to change notification settings - Fork 7.6k
get.py does not download compiler etc. #969
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
Comments
I don't think there has been a lot of demand for the toolchain on ARM. http://esp-idf.readthedocs.io/en/latest/get-started/linux-setup-scratch.html |
thanks, I will try to create it from scratch - the reason why I want to do that is, that I have a number of ESP32 boards with 1306 oled - unfortunately they use an CP210x uart which does not seem to be properly supported under win10 - maybe its time to setup a dedicated linux environment on x86 if that orange thing does not work ... |
A cp2102 should also work fine with a linux virtual machine (virtualbox.org) |
I have same problem on armbian (ubuntu) , anybody decide this problem? |
Duplicates #789. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This stale issue has been automatically closed. Thank you for your contributions. |
Please fill the info fields, it helps to get you faster support ;)
If you have a Guru Meditation Error, please decode it:
https://github.com/me-no-dev/EspExceptionDecoder
----------------------------- Remove above -----------------------------
Hardware:
Board: ESP32 with integrated oled 1306 (CP210x serial uart)
Core Installation/update date: ?11/jul/2017?
IDE name: 1.8.5 on Armbian on an Orange Pi 2 plus E
Flash Frequency: ?40Mhz?
Upload Speed: ?115200?
Description:
I install the esp32 support files, by following the instructions for Linux on Arm (Ubuntu 16.04 LTS) to the letter:
everything works fine, and get.py completes successfully. However the compiler and other tools are not downloaded. The only file which gets downloaded is mkspiffs. Consequently when I try to compile anything (e.g. the simple default sketch below) the Arduino IDE tells me that:
fork/exec /home/vnc/Arduino/hardware/espressif/esp32/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++: no such file or directory
any ideas ?
thanks,
Lars
Sketch:
Debug Messages:
The text was updated successfully, but these errors were encountered: