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

Build problem

Open saspol opened this issue 7 years ago • 1 comments

Hello, Dont understand how to build on OSX 10.8

Build instructions: You need follow these instructions exactly: git clone --recursive https://github.com/pfalcon/esp-open-sdk.git /opt/esp-open-sdk cd /opt/esp-open-sdk make STANDALONE=y


Even cannot follow instructions EXACTLY because in OSX /opt not writeable for user.

bash-3.2$ make STANDALONE=y
Makefile:187: warning: overriding commands for target `ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
Makefile:178: warning: ignoring old commands for target `ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
make -C crosstool-NG -f ../Makefile _ct-ng
../Makefile:187: warning: overriding commands for target `ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
../Makefile:178: warning: ignoring old commands for target `ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
./bootstrap
Running autoconf...
Done. You may now run:
    ./configure
./configure --prefix=`pwd`
checking build system type... x86_64-apple-darwin12.6.0
checking host system type... x86_64-apple-darwin12.6.0
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... no
configure: error: 
make[1]: *** [_ct-ng] Error 1
make: *** [crosstool-NG/ct-ng] Error 2

saspol avatar Jun 14 '17 14:06 saspol

I am having the same problem

eamonwhiter73 avatar Feb 05 '19 21:02 eamonwhiter73