After flashing my EVB using Windows GUI, I started compiling ESP8266_RTOS_SDK under Ubuntu|Linux. So, I followed the steps described on the Get started document, but when I run ./gen_misc.sh an error occurs:
STEP 2: choose bin generate(0=eagle.flash.bin+eagle.irom0text.bin, 1=user1.bin, 2=user2.bin)
enter (0/1/2, default 0):
1
generate bin: user1.bin
STEP 3: choose spi speed(0=20MHz, 1=26.7MHz, 2=40MHz, 3=80MHz)
enter (0/1/2/3, default 2):
1
spi speed: 26.7 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):
2
spi size: 1024KB
spi ota map: 512KB + 512KB
start...
make: *** No rule to make target `clean'. Stop.
Makefile:150: warning: overriding commands for target `libwebpages-espfs.a'
Makefile:125: warning: ignoring old commands for target `libwebpages-espfs.a'
find: `build': No such file or directory
make[1]: Entering directory `/mnt/Share/ESP8266_IOT_PLATFORM-master/libesphttpd/espfs/mkespfsimage'
rm -f mkespfsimage main.o heatshrink_encoder.o
make[1]: Leaving directory `/mnt/Share/ESP8266_IOT_PLATFORM-master/libesphttpd/espfs/mkespfsimage'
make: *** No rule to make target `all', needed by `dummy'. Stop.
Environment
Problem Description
After flashing my EVB using Windows GUI, I started compiling ESP8266_RTOS_SDK under Ubuntu|Linux. So, I followed the steps described on the Get started document, but when I run ./gen_misc.sh an error occurs:
Can you please help me to solve this problem?