Hi,

> Nope.  mynewt-core is a project (think of it like a workspace in eclipse or 
> an IDE.)

In order to vote +1 on it I need to be able to compile the code in the source 
package.

> drwxr-xr-x  4 sterling  staff  136 Apr 28 12:13 bleprph
> [snip]

Tried a few all give:
Error: Could not resolve target name: xxxx

A "newt target show” shows no targets in core.

> You don't need to create a new project, you can just checkout core, and build 
> bletiny.  To do that, you just omit the repository descriptor when creating 
> targets within apache-mynewt-core (repository descriptor = 
> @apache-mynewt-core), because you are in the local context.

So doing this:
newt target create myble
newt target set myble bsp=@local/hw/bsp/nrf52pdk
newt target set myble app=@local/apps/bletiny
newt build myble
Building target targets/myble

Gave:
Error: bignum.c: In function 'mpi_mul_hlp':
bignum.c:1159:1: error: r7 cannot be used in asm here

Doing this:
newt target set myble build_profile=optimized

Fixed that issue but why?

Even then I don’t know that all of the core has been build or only the bits 
that this project needed. I think we need to have instructions on how to build 
the core in it's README.

Thanks,
Justin

Reply via email to