ESP8266 Developer Zone The Official ESP8266 Forum 2017-10-30T19:37:26+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=5277 2017-10-30T19:37:26+08:00 2017-10-30T19:37:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5277&p=17697#p17697 <![CDATA[Re: IoT_Demo question]]>
make: Nothing to be done for `FORCE'.



1) ESP8266_NONOS_SDK-x.x.x/examples/xxx/Makefile

LDDIR = ../../ld
-L../../lib \
PDIR := ../../$(PDIR)

2) ESP8266_NONOS_SDK-x.x.x/examples/xxx/user/Makefile

#INCLUDES += -I ../../include/ets

3) ESP8266_NONOS_SDK-x.x.x/Makefile

@python ../../tools/gen_appbin.py $< 0 $(mode) $(freqdiv)
@python ../../tools/gen_appbin.py $< 1 $(mode) $(freqdiv) $(size_map) $(app)
@python ../../tools/gen_appbin.py $< 2 $(mode) $(freqdiv) $(size_map) $(app)


After modification of the files, then $ ./gen_misc.sh

Statistics: Posted by just4you — Mon Oct 30, 2017 7:37 pm


]]>
2017-06-22T14:40:14+08:00 2017-06-22T14:40:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5277&p=14154#p14154 <![CDATA[Re: IoT_Demo question]]> The directory should be ESP8266_NONOS_SDK\IoT_Demo, not ESP8266_NONOS_SDK\examples\IoT_Demo.

Statistics: Posted by Her Mary — Thu Jun 22, 2017 2:40 pm


]]>
2017-06-22T07:32:16+08:00 2017-06-22T07:32:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5277&p=14147#p14147 <![CDATA[IoT_Demo question]]> so I follow the documentation of espressif sdk "ESP8266"

when I try to execute gen_misc.sh file in IoT_demo

start...

make: 'FORCE'을(를) 위해 할 일이 없습니다. (means there's nothing to do for 'FORCE')

what is this FORCE ?
and how could make this right?
please help me

Statistics: Posted by kosh09 — Thu Jun 22, 2017 7:32 am


]]>