-
Notifications
You must be signed in to change notification settings - Fork 233
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
Failed to build esp-sdk #418
Comments
I recently had the same problem on Ubuntu. |
can you mention the steps to do the same ! |
As detailed in the link above, I don't think there is a need to explain further.
|
btw the toolchain is looking for |
@maximkulkin Thanks. |
It's missing libexpat, adding the following between
|
The same steps would work if you were to do this manually on a linux VM/machine |
@camielverdult Yup, that works look here for more information. |
Earlier it was working completely fine.
now whenever I build esp-sdk using
'docker build . -f esp-sdk-dockerfile -t esp-sdk'
It says
[INFO ] Retrieving needed toolchain components' tarballs
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: do_expat_get[scripts/build/companion_libs/210-expat.sh@12]
[ERROR] >> called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@591]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> 'share/doc/crosstool-ng/crosstool-ng-1.22.0-60-g37b07f6f/B - Known issues.txt'
[ERROR]
[ERROR] (elapsed: 0:55.27)
[00:55] / make[2]: *** [build] Error 1
#9 75.34 ct-ng:152: recipe for target 'build' failed
#9 75.34 make[2]: Leaving directory '/build/esp-open-sdk/crosstool-NG'
#9 75.34 ../Makefile:135: recipe for target '_toolchain' failed
#9 75.34 make[1]: Leaving directory '/build/esp-open-sdk/crosstool-NG'
#9 75.34 make[1]: *** [_toolchain] Error 2
#9 75.34 Makefile:130: recipe for target 'crosstool-NG/.built' failed
#9 75.34 make: *** [crosstool-NG/.built] Error 2
executor failed running [/bin/sh -c su docker -c " git clone --recursive https://github.com/pfalcon/esp-open-sdk.git /build/esp-open-sdk ; cd /build/esp-open-sdk ; make STANDALONE=n ; "]: exit code: 2
@maximkulkin
The text was updated successfully, but these errors were encountered: