bloombloombloom / Bloom

A debug interface for AVR-based embedded systems development on GNU/Linux.
https://bloom.oscillate.io/
Other
64 stars 3 forks source link

Unable to build master (ba3152b) #71

Closed mattbucknall closed 1 year ago

mattbucknall commented 1 year ago

Unable to compile due to missing header files (Linux, gcc 12.2.1).

src/ProjectConfig.hpp is missing #include <optional>

src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/Edbg.hpp is missing #include <cstddef>

navnavnav commented 1 year ago

Have you tried building from the develop branch? Those errors started appearing in more recent compiler versions (G++11+), but have been addressed in the develop branch.

Building from develop should be a little easier, also.

mattbucknall commented 1 year ago

Develop branch builds fine, thanks.