-->
Page 4 of 14

Re: Official GCC compiler VM from Espressif

PostPosted: Fri Oct 24, 2014 5:47 am
by tinhead
holly f***, when you guys are unable to check what script inside a directory and execute that script, then sorry, what is the fucking reason to play with sdk/firmware/brain ? sorry, but that needed to be said.

Anyway, simple use the latest official SDK, not a leaked version, and you will find all you need.

Re: Official GCC compiler VM from Espressif

PostPosted: Fri Oct 24, 2014 7:28 am
by nogueira
A much nicier answer would be:

Download the v0.9.2 from here: http://bbs.espressif.com/viewtopic.php?f=5&t=3

and the gen_misc.sh will be there

Re: Official GCC compiler VM from Espressif

PostPosted: Fri Oct 24, 2014 7:58 am
by picpic020960
Thanks nogueira

but another issue

when 'make' --> loop
with the two project : AT and IoT
-----------------------------------------------------
make[2]: Leaving directory `/mnt/Share/esp_iot_sdk_v0.9.2/app/user'
make[2]: Entering directory `/mnt/Share/esp_iot_sdk_v0.9.2/app/user'
make[2]: Warning: File `../../Makefile' has modification time 6.9e+03 s in the future
DEPEND: xt-xcc -M -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH -I include -I ./ -I ../../rom/include -I ../../include/ets -I ../include -I ./ -I ../../include -I ../../include/eagle user_main.c
DEPEND: xt-xcc -M -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH -I include -I ./ -I ../../rom/include -I ../../include/ets -I ../include -I ./ -I ../../include -I ../../include/eagle at_wifiCmd.c
DEPEND: xt-xcc -M -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH -I include -I ./ -I ../../rom/include -I ../../include/ets -I ../include -I ./ -I ../../include -I ../../include/eagle at_port.c
DEPEND: xt-xcc -M -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH -I include -I ./ -I ../../rom/include -I ../../include/ets -I ../include -I ./ -I ../../include -I ../../include/eagle at_ipCmd.c
DEPEND: xt-xcc -M -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH -I include -I ./ -I ../../rom/include -I ../../include/ets -I ../include -I ./ -I ../../include -I ../../include/eagle at_cmd.c
^Cmake[1]: *** [.subdirs] Interrupt
make: *** [.subdirs] Interrupt
--------------------------------------------
on WIN7 with virtualbox
Linux is strange ...

Thanks for help

Re: Official GCC compiler VM from Espressif

PostPosted: Fri Oct 24, 2014 8:07 am
by nogueira
Did you put all the files on app folder and called Make from there?

I think you can not call Make from at folder, but from app folder. This is how worked for me