Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after entering 'make' #18

Closed
nisc3 opened this issue Feb 26, 2017 · 7 comments
Closed

Error after entering 'make' #18

nisc3 opened this issue Feb 26, 2017 · 7 comments

Comments

@nisc3
Copy link

nisc3 commented Feb 26, 2017

I'm getting this error when I run make command
Makefile:181: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir' Makefile:176: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir' make -C crosstool-NG -f ../Makefile _ct-ng make[1]: Entering directory '/opt/esp-open-sdk/crosstool-NG' ../Makefile:181: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir' ../Makefile:176: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir' ./bootstrap Running autoconf... ./bootstrap: 5: ./bootstrap: autoconf: not found ../Makefile:143: recipe for target '_ct-ng' failed make[1]: *** [_ct-ng] Error 127 make[1]: Leaving directory '/opt/esp-open-sdk/crosstool-NG' Makefile:140: recipe for target 'crosstool-NG/ct-ng' failed make: *** [crosstool-NG/ct-ng] Error 2
I'm using Rpi3

@martin-ger
Copy link
Owner

You are getting this when you try to build the esp-open-sdk? You are following the instructions on https://github.com/pfalcon/esp-open-sdk ?

On which OS? I did all my builds on Linux, but the project uses the standard makefile, so there should be nothing specific here? Can you build any other ESP sample project?

@nisc3
Copy link
Author

nisc3 commented Feb 28, 2017

I'm running Raspbian Jessie on rpi3. I was able to compile the esptool SDK 2.0.0 for ARM which I'm using now

@martin-ger
Copy link
Owner

Can you now replace the esp-lwip-open tree with my code from here https://github.com/martin-ger/esp-open-lwip and do the build again?

@nisc3
Copy link
Author

nisc3 commented Mar 1, 2017

I removed the entire contents from that folder and added yours, still no luck...

@nisc3
Copy link
Author

nisc3 commented Mar 1, 2017

I made it work by flashing firmwares from a windows PC, had a lot of problems when tried to compile with raspberry pi

@nisc3 nisc3 closed this as completed Mar 1, 2017
@martin-ger
Copy link
Owner

I am just building the esp-open-sdk on a raspi - it takes... "forever". Maybe it is completed tomorrow. Then I will look into it, where there might be problems....

@martin-ger
Copy link
Owner

After 16h of building the esp-open-sdk and especially the gcc on my Raspi B it failed with some unclear error during linking of phase 1 of gcc (which is even half way of building the SDK), It seems to me that using a Raspi it not a verry good idea and I am not able to further dig into that.

If you only have a windows machine, a VirtualBox with a minimal Ubuntu is perhaps a better choice - this worked for me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants