pfalcon / esp-open-sdk

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
1.97k stars 623 forks source link

make build error (local-patches/gcc/4.8.5/) #383

Open CubeZeero opened 3 years ago

CubeZeero commented 3 years ago

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.

Pecacheu commented 3 years ago

I ran into this error too, you can git-clone the latest version of crosstool-NG as detailed somewhere in #380

I couldn't get that to work either though, I'm having other issues which I described in #365