We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I'm currently building esp-open-sdk with make, but I get an error. The following is the end of the error message.
Makefile: 186: WARNING: Replace recipe for target'ESP8266_NONOS_SDK-2.1.0-18-g61248df / .dir' Makefile: 181: Warning: Old recipes for target'ESP8266_NONOS_SDK-2.1.0-18-g61248df / .dir' will be ignored cp -f 1000-mforce-l32.patch crosstool-NG / local-patches / gcc / 4.8.5 / cp: Unable to create regular file'crosstool-NG / local-patches / gcc / 4.8.5 /': no such file or directory make: *** [Makefile: 130: crosstool-NG / .built] Error 1
The error is that / local-patches / gcc / 4.8.5 cannot be created.
Is there any solution? Thank you.
The text was updated successfully, but these errors were encountered:
I ran into this error too, you can git-clone the latest version of crosstool-NG as detailed somewhere in #380
crosstool-NG
I couldn't get that to work either though, I'm having other issues which I described in #365
Sorry, something went wrong.
No branches or pull requests
Hello
I'm currently building esp-open-sdk with make, but I get an error. The following is the end of the error message.
The error is that / local-patches / gcc / 4.8.5 cannot be created.
Is there any solution?
Thank you.
The text was updated successfully, but these errors were encountered: