Hey Chris,
Thanks for the quick reply.
*Newt version:*
Apache Newt (incubating) version: 0.9.0
*Catted project.yml:*
project.name: "my_project"
project.repositories:
- apache-mynewt-core
# Use github's distribution mechanism for core ASF libraries.
# This provides mirroring automatically for us.
#
repository.apache-mynewt-core:
type: github
vers: 0-latest
user: apache
repo: incubator-mynewt-core
On Sat, Dec 24, 2016 at 8:42 PM, Christopher Collins <[email protected]>
wrote:
> Hi Brian,
>
> On Sat, Dec 24, 2016 at 02:44:48PM -0600, Brian Giori wrote:
> > 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?
>
> That looks like it might be a version incompatibility between newt and
> apache-mynewt-core. Specifically, that would happen if you have a
> recent version of newt, but an older version and core. Do you know
> which versions you are using?
>
> newt version
> cat project.yml
>
> You might just need to update your mynewt repos with "newt upgrade"
>
> As an aside, it might be a good idea if newt printed out the repo state
> (latest commit + dirty state) whenever the -ldebug flag is specified. I
> believe newt currently only logs this information after a successful
> build.
>
> Thanks,
> Chris
>