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

``` [1270542.516092] grsec: denied RWX mprotect of /tmp/esp-open-sdk/crosstool-NG/.build/xtensa-lx106-elf/build/build-mpfr-host-x86_64-build_pc-linux-gnu/conftest by /tmp/esp-open-s dk/crosstool-NG/.build/xtensa-lx106-elf/build/build-mpfr-host-x86_64-build_pc-linux-gnu/conftest[conftest:29876] uid/euid:1000/1000 gid/egid:1000/1000, parent /bin/bash[bash:298 75] uid/euid:1000/1000 gid/egid:1000/1000 [1270542.676550] grsec: denied RWX mprotect of /tmp/esp-open-sdk/crosstool-NG/.build/xtensa-lx106-elf/build/build-mpfr-host-x86_64-build_pc-linux-gnu/conftest by /tmp/esp-open-s dk/crosstool-NG/.build/xtensa-lx106-elf/build/build-mpfr-host-x86_64-build_pc-linux-gnu/conftest[conftest:29888] uid/euid:1000/1000 gid/egid:1000/1000,...

According to the project README, it should be possible to build the SDK on Windows using Cygwin. After spending half the day on trying to resolve various dependencies and issues,...

The expat project is moving from SF to github and I got some very strange errors building because SF was unreliable. https://github.com/libexpat/libexpat/releases contains old releases as well, so fetching from...

Hi fellas, I just now started working with esp-open-sdk. All I've doubts are basic one's, yet they are vital. I cloned the git and I've ran the "make" command. It...

I was having issues with both the case-insensitivity and also with some directories becoming inaccessible (I don't recall the exact spot/error message but it was when it was trying to...

This is a reworked pull requiest for #144 after comments made by @pfalcon and @jcmvbkbc. The commits are better structured. The [STL SGI tests](https://github.com/Sermus/esp8266_sgi_stl_tests) are not included in this request...

>make[2]: Entering directory '/home/name/Documents/esp-open-sdk/crosstool-NG\' [INFO ] Performing some trivial sanity checks [INFO ] Build started 20170310.121909 [INFO ] Building environment variables [INFO ] ================================================================= [INFO ] Retrieving needed toolchain components'...

i have this error message. ``` xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I. -I../include -mlongcalls -MT debug_hndlr.o -MD -MP -MF .deps/debug_hndlr.Tpo -c -o debug_hndlr.o debug_hndlr.S debug_hndlr.S: Assembler messages: debug_hndlr.S:89: Error: unknown opcode or format...

*********************************************************** WARNING! This sample may enable experimental features. Please be sure to review the configuration prior to building and using your toolchain! Now, you have been warned! *********************************************************** Now configured...

Hi! First of all thanks a lot for the work you've done to make it easy to get a fully functional ESP8266 toolchain. There's already an example for building a...