FOME-Tech / fome-fw

Free Open Motorsports ECU
https://www.fome.tech
Other
46 stars 23 forks source link

put compilers in a submodule #360

Closed mck1117 closed 7 months ago

mck1117 commented 7 months ago

Don't require compiler put on $PATH. You can now build FOME on a GitHub codespace, or in some other container with some basic build tools (make, etc) and that's it!

Auto detects which compiler to use for 64 bit Linux and Intel/ARM macOS.

This also makes compiler upgrades easier, as CI runners can change compiler version with the code checkout, not with any dependencies installed on the machine.