timvideos / HDMI2USB-litex-firmware

A version of the HDMI2USB firmware based around LiteX tools produced by @Enjoy-Digital (based on misoc+migen created by @M-Labs)
https://hdmi2usb.tv
BSD 2-Clause "Simplified" License
145 stars 71 forks source link

Fix compiling lm32 code which loads FX2 firmware on older GCC versions #177

Open enjoy-digital opened 8 years ago

enjoy-digital commented 8 years ago

With GCC4.3 on a Windows machine I had to do this; https://github.com/enjoy-digital/HDMI2USB-misoc-firmware/commit/d76433afb1450e46dfee4752662b1cb4e5832121 @mithro : can you check and integrate that if that's correct?

mithro commented 8 years ago

I don't understand what is going on here. Are you able to provide the errors?

mithro commented 8 years ago

It looks like older GCCs might not support anonymous structures?