Skip to content

Two toolchains: needs GLIBC_2.27

Mike Thompson requested to merge github/fork/MikeOpenHWGroup/two_toolchains into master

Please do not merge this PR at this time.

This pull-request is a set of updates that attempt to run the cv32_interrupt_regression using the COREV toolchain. @aimeepsutton, with this pull-request a regression using the COREV toolchain compiles, but none of the test-programs successfully compile due to a missing library:

/opt/corev/bin/../lib/gcc/riscv32-corev-elf/11.0.0/../../../../riscv32-corev-elf/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by /opt/corev/bin/../lib/gcc/riscv32-corev-elf/11.0.0/../../../../riscv32-corev-elf/bin/ld)

collect2: error: ld returned 1 exit status

@strichmo, I believe this is all set-up properly, but your review would be welcome. A particular item is that I needed to comment out all the _stall tests.

Merge request reports

Loading