Kinsey Moore created an issue: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/issues/108
## Summary Historically, Cygwin builds produced windows-native binaries. This changed around 2015 and the example in the documentation was not updated and instead suggests that a standard toolchain build will still produce a windows-native compiler. In actuality, a standard toolchain build will produce Cygwin binaries that depend on Cygwin DLLs which are not present in the standard windows environment. I do not yet have the proper configuration flags to produce a working native toolchain from Cygwin, but `--host=x86_64-w64-mingw32` appears to be working that direction before failing to build MPFR with a missing gmp.h even though it's built in the previous step. ## Steps to reproduce ### Pre-set options -- View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/issues/108 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs