stnolting / neorv32-setups

📁 NEORV32 projects and exemplary setups for various FPGAs, boards and (open-source) toolchains.
https://github.com/stnolting/neorv32
BSD 3-Clause "New" or "Revised" License
64 stars 17 forks source link

ecppack is crashing on Windows (MSYS2) #11

Closed umarcor closed 2 years ago

umarcor commented 2 years ago
# ecppack
Mingw-w64 runtime failure:
32 bit pseudo relocation at 00007FF784896911 out of range, targeting 00007FFAB975DA10, yielding the value 0000000334EC70FB.

That is producing failures in some CI jobs. GHDL, Yosys and nextpnr are successful, bit the bitstream generation crashes when running ecppack.

umarcor commented 2 years ago

This is now fixed, since msys2/MINGW-packages#10573 was merged and released. See https://github.com/stnolting/neorv32-setups/actions/runs/1726218236

stnolting commented 2 years ago

Great! Thanks!!