BrianSidebotham / arm-tutorial-rpi

Raspberry-Pi Bare Metal Programming in C Tutorial
https://www.valvers.com/open-software/raspberry-pi/bare-metal-programming-in-c-part-1/
MIT License
585 stars 177 forks source link

part-1/armc-02 missing clflags #17

Closed mgcrea closed 4 years ago

mgcrea commented 4 years ago

part-1/armc-02 won't compile as it is missing the -DRPIX cflags in the build.sh file L46.

Can do a PR if you want. Thanks for the great tutorial!

BrianSidebotham commented 4 years ago

Thanks @mgcrea - I've committed the fix. Sorry - still have a lot of changes in the works to get everything back up to speed. There's been a lot of change recently and adding support for RPI up to 4 has been a pain!