maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
808 stars 233 forks source link

RPI 4 docker error #378

Closed lukasa1993 closed 3 years ago

lukasa1993 commented 4 years ago
[INFO ]  Installing GMP for host
[ERROR]    make[5]: *** [div_qr_1n_pi1.lo] Error 1
[ERROR]    make[4]: *** [all-recursive] Error 1
[ERROR]    make[3]: *** [all] Error 2
[ERROR]
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Installing GMP for host'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@257]
[ERROR]  >>        called from: do_gmp_backend[scripts/build/companion_libs/100-gmp.sh@106]
[ERROR]  >>        called from: do_gmp_for_host[scripts/build/companion_libs/100-gmp.sh@62]
[ERROR]  >>        called from: do_companion_libs_for_host[scripts/build/companion_libs.sh@36]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@646]
[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-g37b07f6/B - Known issues.txt'
[ERROR]
[ERROR]  (elapsed: 12:27.84)
[12:28] / ct-ng:152: recipe for target 'build' failed
make[2]: Leaving directory '/build/esp-open-sdk/crosstool-NG'
make[2]: *** [build] Error 2
make[1]: *** [_toolchain] Error 2
../Makefile:135: recipe for target '_toolchain' failed
make[1]: Leaving directory '/build/esp-open-sdk/crosstool-NG'
make: *** [crosstool-NG/.built] Error 2
Makefile:130: recipe for target 'crosstool-NG/.built' failed
The command '/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 ; "' returned a non-zero code: 2

stuck on this following build instructions of docker on RPI 4 (Raspbian GNU/Linux 10 (buster)) docker build . -f esp-sdk-dockerfile -t esp-sdk

maximkulkin commented 3 years ago

Have no idea what has happened on that RPi 4, hope you have figured that out.