Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By dream_adas
#78886 I think problem is hare:

Code: Select all/cygdrive/c/MinGW/bin/autoconf-2.68: line 501: /mingw/bin/autom4te-2.68:

Seams path is incorrect. Because it's looking in cygdrive for MinGW folder... Why?
Instead of cygwin/bin... or something similar.
On my machine also is MinGW but it's path is C:/MinGw... how make file to fink look
/cygdrive/c/MinGW... I do not get it.

For now i don't realize what check next.
User avatar
By dream_adas
#79028 Sow after some looking I tray build from zero. So Now I get this:
Code: Select allMakefile:184: warning: overriding recipe for target 'ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir'
Makefile:179: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir'
make -C crosstool-NG -f ../Makefile _ct-ng
make[1]: Entering directory '/home/Adas/esp-open-sdk/crosstool-NG'
../Makefile:184: warning: overriding recipe for target 'ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir'
../Makefile:179: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir'
./bootstrap
Running autoconf...
Done. You may now run:
    ./configure
./configure --prefix=`pwd`
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking whether sed understands -r -i -e... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for gobjcopy... no
checking for objcopy... objcopy
checking for absolute path to objcopy... /usr/bin/objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for absolute path to objdump... /usr/bin/objdump
checking for greadelf... no
checking for readelf... readelf
checking for absolute path to readelf... /usr/bin/readelf
checking for gperf... gperf
checking for absolute path to gperf... /usr/bin/gperf
checking for bison... bison
checking for flex... flex
checking for makeinfo... makeinfo
checking for cut... cut
checking for stat... stat
checking for readlink... readlink
checking for wget... wget
checking for tar... tar
checking for gzip... gzip
checking for bzip2... bzip2
checking for help2man... help2man
checking for gpatch... no
checking for patch... patch
checking for absolute path to patch... /usr/bin/patch
checking for bash >= 3.1... /usr/bin/bash
checking for GNU awk... /usr/bin/gawk
checking for GNU make >= 3.80... /usr/bin/make
checking whether /usr/bin/make sets $(MAKE)... yes
checking for make 3.81... no
checking for GNU libtool >= 1.5.26... /usr/bin/libtool
checking for GNU libtoolize >= 1.5.26... /usr/bin/libtoolize
checking for GNU automake >= 1.10... /usr/bin/automake
[b]checking for the type used in gperf declarations... configure: error: unable to determine gperf len type[/b]
make[1]: *** [../Makefile:147: _ct-ng] Error 1
make[1]: Leaving directory '/home/Adas/esp-open-sdk/crosstool-NG'
make: *** [Makefile:143: crosstool-NG/ct-ng] Error 2


Sow problem now with gperf peckage or with crosstool-NG config file?
May some one can give good idea at this point :(
User avatar
By dream_adas
#79040 In log file found this line position 147:
Code: Select allconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>

Seams is related this terminal output:
Code: Select all...
make[1]: *** [../Makefile:147: _ct-ng] Error 1
make[1]: Leaving directory '/home/Adas/esp-open-sdk/crosstool-NG'
...
You do not have the required permissions to view the files attached to this post.