Juppit
Juppit
I had the same problem with branch call0-4.9.2. This patch patch works seamlessly.
Try to add the following lines to crosstool-config-overrides: ``` # to prevent segfault on Cygwin CT_CC_GCC_DISABLE_PCH=y # for GDB on Cygwin64 CT_GDB_CROSS_EXTRA_CONFIG_ARRAY=--disable-tui ``` And then try it with Cygwin again.
Maybe: apt-cyg install ncurses libncurses-devel
I got the same problem under Cygwin. The fix was `apt-cyg install python2-devel`.
@alonewolfx2 are you on cygwin or mingw? ``` patch -N -d esp_iot_sdk_v1.4.0 -p1 < /src/c_types-c99.patch ``` there is no /src/c_types-c99.patch in Makefile line 14: TOP = $(PWD) ==> D:/yedek/mb/esp-alt-sdk-master line...
first issue on cygwin is now: ``` Performing platform-specific actions ifneq (,CYGWIN) /bin/sh: -c: Zeile 0: Syntaxfehler beim unerwarteten Wort `,CYGWIN' [syntx error on unexpected word...] /bin/sh: -c: Zeile 0:...
remember there is no build comand in Makefile for cygwin. But now I have next issue with build of gdb: ``` rm -f gdb.exe gcc -g -O2 -static-libstdc++ -static-libgcc -Wl,--stack,12582912...
My first results, please change it. Makefile: insert after line 404 ("Detected: CYGWIN") this line: $(MAKE) build now on line 403 and 406 delete first char, which is a tab,...