Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By wgreybe
#55260 Have any of you managed to resolve this? It was working on Ubutu 16.04, but when my system crashed I had to reinstall and ended up with Lubutu. Im having these issues (amongst others).
wayne@serv1:~/various/esp-open-sdk$ make
Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
You cloned without --recursive, fetching submodules for you.
git submodule update --init --recursive
fatal: Not a git repository (or any of the parent directories): .git
Makefile:142: recipe for target 'crosstool-NG/bootstrap' failed
make: *** [crosstool-NG/bootstrap] Error 128
wayne@serv1:~/various/esp-open-sdk$

Any assistance will be appreciated.
User avatar
By eriksl
#55316 Reinstalling your operating system won't solve the problem.

You better remote the whole source/git directory and check it out (clone it) again.