cmnrd / yalla

Yet Another Lovely Lib for AVR
MIT License
12 stars 1 forks source link

Switch build system #4

Closed cmnrd closed 9 years ago

cmnrd commented 9 years ago

Decide for a future build system and adopt existing configurations. Possibly scons is a good choice: http://jaanus.tech-thing.org/everything-thats-not-hardware/using-scons-compile-program-avr-atmega/

stfngrt commented 9 years ago

This might also be of some help understanding how scons might be used. https://github.com/metala/avr-gcc-scons-skel

cmnrd commented 9 years ago

We definitely need to switch away from premake! I had issues because premake adds various default compiler flags, which in my case lead to garbage output. (Probably because of faulty linker script)