IoT_Demo question

kosh09
Posts: 1
Joined: Wed Jun 21, 2017 9:15 am

IoT_Demo question

Postby kosh09 » Thu Jun 22, 2017 7:32 am

Hello everyone. I'm new to espressif sdk!
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

Her Mary
Posts: 537
Joined: Mon Oct 27, 2014 11:09 am

Re: IoT_Demo question

Postby Her Mary » Thu Jun 22, 2017 2:40 pm

Did you copy the "IoT_Demo" to the root directory?
The directory should be ESP8266_NONOS_SDK\IoT_Demo, not ESP8266_NONOS_SDK\examples\IoT_Demo.

just4you
Posts: 1
Joined: Mon Oct 30, 2017 7:28 pm

Re: IoT_Demo question

Postby just4you » Mon Oct 30, 2017 7:37 pm

If you met the error message, then you should modify the following files.

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

Who is online

Users browsing this forum: No registered users and 120 guests