firesim / FireMarshal

Software workload management tool for RISC-V based SoC research. This is the default workload management tool for Chipyard and FireSim.
https://docs.fires.im/en/latest/Advanced-Usage/Workloads/index.html
Other
76 stars 51 forks source link

Bump buildroot to be able to build with make 4.3 #236

Closed timsnyder-siv closed 2 years ago

timsnyder-siv commented 2 years ago

buildroot has already fixed upstream so that it builds cleanly with make 4.3. If we cherry-pick https://github.com/buildroot/buildroot/commit/9e2128bf5072e5f2fd69e2fc0239558782dfc677 it fixes the issue that I hit in firesim CI at https://github.com/firesim/firesim/runs/5773926269?check_suite_focus=true#step:3:58

The quick-fix for this would be to switch back to using firesim/buildroot with only that patch cherry-picked.

timsnyder-siv commented 2 years ago

This is needed for firesim/firesim#986 to merge. I've temporarily added a cherry-pick of the needed patch into the firesim CI setup scripts so that I can make sure we get through the full CI.