-
Notifications
You must be signed in to change notification settings - Fork 26
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
build-toolchain.sh doesn't flag all supported options #60
Comments
arnout
pushed a commit
to buildroot/buildroot
that referenced
this issue
Jul 23, 2023
…support The fragments provided by toolchains.bootlin.com were incorrectly flagging toolchains as not having OpenMP support while they had it [0]. This has been fixed in toolchains.bootlin.com, so a run of gen-bootlin-toolchains has allowed to adjust the toolchain definitions in Buildroot, leading to this commit. OpenMP support needs to be flagged so the proper libraries get copied into the resultant filesystem to avoid missing dependencies [1]. [0]: bootlin/toolchains-builder#60 [1]: https://bugs.busybox.net/show_bug.cgi?id=15634 Signed-off-by: Vincent Fazio <vfazio@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
Fixed by fe71b74 |
arnout
pushed a commit
to buildroot/buildroot
that referenced
this issue
Aug 29, 2023
…support The fragments provided by toolchains.bootlin.com were incorrectly flagging toolchains as not having OpenMP support while they had it [0]. This has been fixed in toolchains.bootlin.com, so a run of gen-bootlin-toolchains has allowed to adjust the toolchain definitions in Buildroot, leading to this commit. OpenMP support needs to be flagged so the proper libraries get copied into the resultant filesystem to avoid missing dependencies [1]. [0]: bootlin/toolchains-builder#60 [1]: https://bugs.busybox.net/show_bug.cgi?id=15634 Signed-off-by: Vincent Fazio <vfazio@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 746ac56) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
arnout
pushed a commit
to buildroot/buildroot
that referenced
this issue
Aug 29, 2023
…support The fragments provided by toolchains.bootlin.com were incorrectly flagging toolchains as not having OpenMP support while they had it [0]. This has been fixed in toolchains.bootlin.com, so a run of gen-bootlin-toolchains has allowed to adjust the toolchain definitions in Buildroot, leading to this commit. OpenMP support needs to be flagged so the proper libraries get copied into the resultant filesystem to avoid missing dependencies [1]. [0]: bootlin/toolchains-builder#60 [1]: https://bugs.busybox.net/show_bug.cgi?id=15634 Signed-off-by: Vincent Fazio <vfazio@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 746ac56) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
citral23
pushed a commit
to citral23/buildroot
that referenced
this issue
Sep 18, 2023
…support The fragments provided by toolchains.bootlin.com were incorrectly flagging toolchains as not having OpenMP support while they had it [0]. This has been fixed in toolchains.bootlin.com, so a run of gen-bootlin-toolchains has allowed to adjust the toolchain definitions in Buildroot, leading to this commit. OpenMP support needs to be flagged so the proper libraries get copied into the resultant filesystem to avoid missing dependencies [1]. [0]: bootlin/toolchains-builder#60 [1]: https://bugs.busybox.net/show_bug.cgi?id=15634 Signed-off-by: Vincent Fazio <vfazio@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the generated fragments that are supposed to reflect the options that are enabled are overlooking BR2_GCC_ENABLE_OPENMP, BR2_TOOLCHAIN_BUILDROOT_DLANG, and possibly others.
https://github.com/bootlin/toolchains-builder/blob/master/build-toolchain.sh#L166
quick fix:
The text was updated successfully, but these errors were encountered: