scubasteve1488
scubasteve1488
I had no luck with modifying config files to adapt to rename. Easiest solution I've found. Download "expat2.3.0-RENAMED-VULNERABLE-PLEASE-USE-2.4.1-INSTEAD.tar.gz" from: https://sourceforge.net/projects/expat/files/expat/ rename to expat2.3.0.tar.gz and move to /esp-open-sdk/crosstool-NG/.build/tarballs/ cd /esp_open_sdk/ make
Check your build.log file. `code /esp_open_sdk/crosstool-NG/build.log` in order to compile crosstool-NG, the make file is using the scripts found in this folder: `/opt/esp-open-sdk/crosstool-NG/scripts/build/companion_libs/` to download dependencies to `/esp-open-sdk/crosstool-NG/.build/tarballs/` Manually download...