nekromant / esp8266-frankenstein

Alternative firmware for ESP8266 modules
318 stars 71 forks source link

Building failed #79

Closed digger3d closed 9 years ago

digger3d commented 9 years ago

After numerous attempts to build all needed components of esp8266-frankenstein, smoking of all the READMEs and docs in antares, esp-open-sdk, kconfig-fronends and esp8266-frankenstein itself what do I do now after finally getting to this point:

anton@u64:~/esp8266-frankenstein$ make defconfig [GEN] /home/anton/esp8266-frankenstein/tmp/edeploy.mk [GEN] /home/anton/esp8266-frankenstein/tmp/deploy.mk [GEN] /home/anton/esp8266-frankenstein/tmp/arch.mk Reverting to default config anton@u64:~/esp8266-frankenstein$ make [INFO] Config changed, running silentoldconfig [CHECK] bash [CHECK] sed [CHECK] awk [GEN] /home/anton/esp8266-frankenstein/tmp/arch.kcnf [GEN] /home/anton/esp8266-frankenstein/tmp/all-arch.kcnf [GEN] /home/anton/esp8266-frankenstein/tmp/deploy.kcnf [GEN] /home/anton/esp8266-frankenstein/tmp/all-deploy.kcnf [GEN] /home/anton/esp8266-frankenstein/tmp/edeploy.kcnf [GEN] /home/anton/esp8266-frankenstein/tmp/all-edeploy.kcnf [VERSION] 0.2-rc1, Insane Mushroom; git commit: 7133d1f6f32c5cb0dc754216d0188ca2542b0cdb *

nekromant commented 9 years ago

Looks like you have outddated esp-open-sdk. system_get_sdk_version was not around until something like 0.9.6 or 1.0. Use The latest esp-open-sdk, and build it with STANDALONE option.

digger3d commented 9 years ago

I did install version 0.9.2 because you wrote this: "For the record: frankenstein is based on 0.9.2 SDK. 0.9.3 will likely break some things. I plan to move frankenstein to 0.9.3 as soon an pfalcon bumps esp-open-sdk. " here: https://github.com/nekromant/esp8266-frankenstein/blob/master/README.hacking

nekromant commented 9 years ago

Ouch, gotta update the README, thanks for noticing. Bump to 0.9.3 broke quite some things, so I had it to put into the README util I could finally fix it. And so it stayed.

digger3d commented 9 years ago

Thank you for help, I finally compiled the firmware! Hurrah!!!

digger3d commented 9 years ago

I also can write a better readme, which will help avoind endless reinstallations