ESP8266 Developer Zone The Official ESP8266 Forum 2017-02-24T17:08:10+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=3293 2017-02-24T17:08:10+08:00 2017-02-24T17:08:10+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3293&p=11366#p11366 <![CDATA[Re: Build example project with esp-open-sdk]]> According the log,Maybe your SDK is not perfect,so please download your SDK again.If you want to build eagle bin,you should modify at/include/user_config.h.

Statistics: Posted by ESP_Xutao — Fri Feb 24, 2017 5:08 pm


]]>
2017-01-26T14:16:23+08:00 2017-01-26T14:16:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3293&p=11188#p11188 <![CDATA[Build example project with esp-open-sdk]]> I have built the sdk with "make STANDALONE=y" and copyed the project to path/esp-open-sdk/sdk/at

Code:

mmmmar@acer:$ ./gen_misc.sh
gen_misc.sh version 20150511

Please follow below steps(1-5) to generate specific bin(s):
STEP 1: choose boot version(0=boot_v1.1, 1=boot_v1.2+, 2=none)
enter(0/1/2, default 2):

boot mode: none

STEP 2: choose bin generate(0=eagle.flash.bin+eagle.irom0text.bin, 1=user1.bin, 2=user2.bin)
enter (0/1/2, default 0):

generate bin: eagle.flash.bin+eagle.irom0text.bin

STEP 3: choose spi speed(0=20MHz, 1=26.7MHz, 2=40MHz, 3=80MHz)
enter (0/1/2/3, default 2):

spi speed: 40 MHz

STEP 4: choose spi mode(0=QIO, 1=QOUT, 2=DIO, 3=DOUT)
enter (0/1/2/3, default 0):

spi mode: QIO

STEP 5: choose spi size and map
    0= 512KB( 256KB+ 256KB)
    2=1024KB( 512KB+ 512KB)
    3=2048KB( 512KB+ 512KB)
    4=4096KB( 512KB+ 512KB)
    5=2048KB(1024KB+1024KB)
    6=4096KB(1024KB+1024KB)
enter (0/2/3/4/5/6, default 0):

spi size: 512KB
spi ota map:  256KB + 256KB


start...

../../Makefile:103: warning: overriding recipe for target 'clean'
../Makefile:301: warning: ignoring old recipe for target 'clean'
../../Makefile:183: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
../../Makefile:178: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
You cloned without --recursive, fetching submodules for you.
git submodule update --init --recursive
pwd
/home/mmmmar/esp-open-sdk/sdk/at
echo /home/mmmmar/esp-open-sdk/sdk/at
/home/mmmmar/esp-open-sdk/sdk/at
make -C crosstool-NG -f ../Makefile _ct-ng
make[1]: *** crosstool-NG: 没有那个文件或目录。 停止。
../../Makefile:140: recipe for target 'crosstool-NG/ct-ng' failed
make: *** [crosstool-NG/ct-ng] Error 2

Statistics: Posted by mmmmar — Thu Jan 26, 2017 2:16 pm


]]>