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
IoT_Demo question
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
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
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.