esp-open-sdk icon indicating copy to clipboard operation
esp-open-sdk copied to clipboard

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips

Results 102 esp-open-sdk issues
Sort by recently updated
recently updated
newest added

A new release, Anyone know of any plans to introduce this into the project? Did anyone do a separate pull of this? https://github.com/espressif/ESP8266_NONOS_SDK/releases

Hello I'm currently building esp-open-sdk with make, but I get an error. The following is the end of the error message. ``` Makefile: 186: WARNING: Replace recipe for target'ESP8266_NONOS_SDK-2.1.0-18-g61248df /...

when I followed the instruction, the first command failed..... ![image](https://user-images.githubusercontent.com/7701160/90677555-185ae700-e290-11ea-8a6e-8c913c97f335.png)

While making the standalone version on Netrunner (based on Arch Linux) I got the following error: > [INFO ] Installing cross-gdb [ERROR] /home/giacomo/esp-open-sdk/crosstool-NG/.build/src/gdb-7.10/gdb/guile/scm-ports.c:231:47: error: dereferencing pointer to incomplete type 'scm_t_port...

On OS X, with the latest master, [ERROR] /Volumes/ESPToolchain/esp-open-sdk/crosstool-NG/.build/src/gdb-7.10/gdb/guile/scm-ports.c:231:47: error: incomplete definition of type 'struct scm_t_port' Is this a known issue?

In Readme.md, the macOS build instructions yields the error (Sierra): > checking for gobjcopy... no > checking for objcopy... no > configure: error: missing required tool: gobjcopy objcopy > make[1]:...

[ALL ] ld: symbol(s) not found for architecture x86_64 [ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation)

#sudo apt-get install make unrar-free autoconf automake libtool gcc g++ gperf \ flex bison texinfo gawk ncurses-dev libexpat-dev python-dev python python-serial \ sed git unzip bash help2man wget bzip2 libtool-bin...

I'm quite new to esp8266 and have noticed that this repository hasn't been maintained for a while. But now I want to use https://github.com/martin-ger/esp_slip_router, which is based on esp-open-sdk. The...