Skip to content

get.py does not download compiler etc. #969

Closed
@McMornan

Description

@McMornan

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 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: StaleIssue is stale stage (outdated/stuck)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions