osiweb / unified_retro_keyboard

Project to provide keyboard replacements for various classic computers, as well as classic ASCII keyboard
94 stars 12 forks source link

Make sure that the cmake build works on Linux #28

Open dfnr2 opened 3 years ago

dfnr2 commented 3 years ago

cmake builds don't work as expected on Linux builds. Apparently the correct flags are not being passed in to the GNU compiler and tools (-C99 not getting passed to avr-gcc, and size flags not properly set).

I believe the issue is incorrect configuration of the avr-gcc cmake module.