Skip to content

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

Closed
McMornan opened this issue Jan 6, 2018 · 7 comments
Closed

get.py does not download compiler etc. #969

McMornan opened this issue Jan 6, 2018 · 7 comments
Labels
Status: Stale Issue is stale stage (outdated/stuck)

Comments

@McMornan
Copy link

McMornan commented Jan 6, 2018

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:

//Change the code below by your sketch
#include <Arduino.h>

void setup() {
}

void loop() {
}

Debug Messages:

Enable Core debug level: Debug on tools menu of Arduino IDE, then put the serial output here 
@lbernstone
Copy link
Contributor

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

@McMornan
Copy link
Author

McMornan commented Jan 6, 2018

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 ...

@lbernstone
Copy link
Contributor

A cp2102 should also work fine with a linux virtual machine (virtualbox.org)

@BlrUsr
Copy link

BlrUsr commented Jan 24, 2018

I have same problem on armbian (ubuntu) , anybody decide this problem?

@yoursunny
Copy link
Contributor

Duplicates #789.

@stale
Copy link

stale bot commented Aug 1, 2019

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.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Aug 1, 2019
@stale
Copy link

stale bot commented Aug 15, 2019

This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale Issue is stale stage (outdated/stuck)
Projects
None yet
Development

No branches or pull requests

4 participants