On Fri, Mar 04, 2016 at 03:06:13AM +0100, Nges B wrote:
> $ newt target build sim_test
> Building target sim_test (project = test)
> Building project test
> Successfully run!
> 
> $ newt target create blinky
> Creating target blinky
> Target blinky successfully created!
> 
> $ newt target show
> bin2img
>       arch=sim
>       bsp=hw/bsp/native
>       compiler=sim
>       compiler_def=debug
>       name=bin2img
>       project=bin2img
> blinky
>       arch=sim
>       name=blinky
> sim_test
>       arch=sim
>       bsp=hw/bsp/native
>       compiler=sim
>       compiler_def=debug
>       name=sim_test
>       project=test
> 
> 
> I think this output is the expected.

Great!  Don't forget to set the arch, bsp, compiler, compiler_def, and
project variables.

Please feel free to send your questions to this list if you encounter
any more issues.

Chris

Reply via email to