Hey all,
I'm rebuilding bleprph to get started with mynewt again and ran into an
issue with building the application and bootloader.
Things work smoothly up to "newt build blegpio_boot" when I get:
Building target targets/blegpio_boot
Error: Compiler package not specified by BSP
Here are my targets:
targets/blegpio
app=apps/bleprph
bsp=@apache-mynewt-core/hw/bsp/nrf52dk
build_profile=debug
targets/blegpio_boot
app=@apache-mynewt-core/apps/boot
bsp=@apache-mynewt-core/hw/bsp/nrf52dk
build_profile=optimized
Thoughts?
Happy Holidays!
Brian