Open visansi opened 2 years ago
so I had to manually download isl-0.20.tar.bz2 expat-2.2.6.tar.bz2
That specific issue seems to be the same as the one mentioned here:
@TommyMurphyTM1234 yep - looks like isl-0.20.tar.bz2 issue has been there since the release download site "http://isl.gforge.inria.fr/" in
but I just downloaded the isl-0.20.tar.bz2 expat-2.2.6.tar.bz2 tarballs and put it into .build/tarballs manually.
ctosstool-ng-1.24.0 build fails on cygwin for armv8-rpi3-linux-gnueabihf consistently at the libc_start_files step with a flurry of
[ERROR] /usr/include/sys/features.h:322:5: error: "_FORTIFY_SOURCE" is not defined, evaluates to 0 [-Werror=undef]
followed byBUILD INFO BUILD changes tried expat-2.4.1 isl-0.24 linux-4.20.17.tar : based on crosstool-ng/issues/1540
.config
(unless the issue is not related to any configuration)build.log
(unless crosstool-NG fails before the build starts) build.zip dot-config.zip make+install.zipThe same exact files builds fine on Ubuntu 20.04 and generates armv8-rpi3-linux-gnueabihf compilers and toolchain
Posted the same issue here too : ctosstool-ng build fails on cygwin for armv8-rpi3-linux-gnueabihf
I am not able to tell whether this is a CYGWIN issue or glib/gcc patch issue.
[UPDATE ] I ran the baseline ctosstool-ng-1.24.0 fails with identical compile errors above -
In addition the issue reported in #1625 is still present in the baseline
so I had to manually download isl-0.20.tar.bz2 expat-2.2.6.tar.bz2 - after which the build failed exactly with same compile errors at the libc_start_files step as the reported build baseline-fail.zip