Skip to content
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

🐛 [.github] disable Windows/MSYS2 workflows for now #424

Merged
merged 1 commit into from
Oct 11, 2022

Conversation

stnolting
Copy link
Owner

This PR temporarily disables the Windows-based msys2 workflows.

The latest version of the MSYS2 mingw-w64-riscv64-unknown-elf-gcc package does not work with the current NEORV32 setup:

d:/a/_temp/msys64/mingw32/bin/../lib/gcc/riscv64-unknown-elf/12.2.0/../../../../riscv64-unknown-elf/bin/ld.exe: d:/a/_temp/msys64/mingw32/bin/../lib/gcc/riscv64-unknown-elf/12.2.0/../../../../riscv64-unknown-elf/lib\libc.a(lib_a-memcpy.o): ABI is incompatible with that of the selected emulation:
  target emulation `elf64-littleriscv' does not match `elf32-littleriscv'

This package uses RISC-V GCC version 12.2. I am not sure if there is a problem with the compiler flags (-misa-spec?!) or with the package itself (compiled without rv32 support?!). However, I am analyzing this issue.

@stnolting stnolting added bug Something isn't working SW software-related labels Oct 11, 2022
@stnolting stnolting changed the title [.github] disable Windows workflows for now [.github] disable Windows/MSYS2 workflows for now Oct 11, 2022
@stnolting stnolting changed the title [.github] disable Windows/MSYS2 workflows for now 🐛 [.github] disable Windows/MSYS2 workflows for now Oct 11, 2022
@stnolting stnolting marked this pull request as ready for review October 11, 2022 08:04
@stnolting stnolting merged commit f691c63 into main Oct 11, 2022
@stnolting stnolting deleted the disable_msys_workflows branch October 11, 2022 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant