Open ashareye opened 7 years ago
According to the build.log, I think it may be caused by lack of mpc/mpfr/gmp's lib and inc file. So I check the build.log, config.log, /esp-open-sdk/crosstool-ng/.config, /esp-open-sdk/Makefile, /crosstool-ng/script/.../100-gcc.sh, I found that 100-gcc.sh requires the value of CT_BUILDTOOLS_PREFIX_DIR but .config does not provide? so I added it in .config and make it again, and didn't work again.
I have no idea about that .config and 100-gcc.sh do not match but why ubuntu 14.04 make ok?
hi
I failed to build esp-open-sdk in alpine docker container
here is build.log
and here is config.log filtered by 'error'
and here is dockerfile in bitbucket
I tried all the methods that I searched including setting LD_LIBRARY_PATH etc., but they didn't work . please give me some advice, thank you