-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Test suite works with --enable-multilib
but fails with --with-multilib-generator
#1513
Comments
MetaLambda
added a commit
to MetaLambda/riscv-gnu-toolchain
that referenced
this issue
Oct 22, 2024
see riscv-collab#1513 The NEWLIB_MULTILIB_NAMES generated in makefile for MULTILIB_GEN may contain space at the end, which cause the generate_target_board script to crash Signed-off-by: Bin XIE <[email protected]>
Resolved by this PR |
MetaLambda
added a commit
to MetaLambda/riscv-gnu-toolchain
that referenced
this issue
Oct 22, 2024
see riscv-collab#1513 The NEWLIB_MULTILIB_NAMES generated in makefile for MULTILIB_GEN may contain space at the end, which cause the generate_target_board script to crash Signed-off-by: Bin XIE <[email protected]>
MetaLambda
added a commit
to MetaLambda/riscv-gnu-toolchain
that referenced
this issue
Oct 22, 2024
see riscv-collab#1513 The NEWLIB_MULTILIB_NAMES generated in makefile for MULTILIB_GEN may contain space at the end, which cause the generate_target_board script to crash Signed-off-by: Bin XIE <[email protected]>
cmuellner
pushed a commit
that referenced
this issue
Oct 22, 2024
see #1513 The NEWLIB_MULTILIB_NAMES generated in makefile for MULTILIB_GEN may contain space at the end, which cause the generate_target_board script to crash Signed-off-by: Bin XIE <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See here:
arch/abi
? #1510arch/abi
? #1510 (comment)As explained there, if the test suite is run using a toolchain configured and built with
--enable-multilib
then all supportedarch/abi
s are tested:But if the toolchain is configured/built using
--with-multilib-generator
then the test suite fails:I think that it may be something in the
generate_target_board
script that is at play here but I haven't yet identified it.The text was updated successfully, but these errors were encountered: