Re: Can't build blinky app on macOS Sierra

2017-02-09 Thread Sterling Hughes
Yup, unfortunately nothing for that. Mac makes you code sign gdb when running sim. If you run on physical hardware, you don’t need to codesign the binary. Sterling On 9 Feb 2017, at 20:50, Denis Magda wrote: Hi Marko, cd $GOPATH/src/newt/mynewt.apache.org/newt git checkout

Re: Can't build blinky app on macOS Sierra

2017-02-09 Thread Denis Magda
Hi Marko, > cd $GOPATH/src/newt/mynewt.apache.org/newt > git checkout mynewt_1_0_0_b2_rc1_tag > cd newt > go build; go install This did the trick, thanks! However, I managed to run the demo only under the root user (sudo newt run my_blinky_sim). The other option was to codesign the gdb.

[RESULT][VOTE] Release Apache Mynewt 1.0.0-b2-incubating-rc1

2017-02-09 Thread will sanfilippo
Hello all, Voting for Apache Mynewt 1.0.0-b2-incubating-rc1 is now closed. The release has passed this step of the process. The vote breakdown is as follows: +1 Christopher Collins (binding) +1 Sterling Hughes (binding) +1 Jim Jagielski (binding) +1 Szymon Janc +1 Marko Kiiskila (binding) +1

about cannot executable newt.exe

2017-02-09 Thread zhihua.tao
Dear mynewt I want to learn and used mynewt os, so I download incubator-mynewt-newt and read INSTALLING.md file to installed it(newt.exe) ,and then to running newt.ext but newt/newt.exe cannot executable, can you give me some advise, thanks! Download from path:

Re: Can't build blinky app on macOS Sierra

2017-02-09 Thread Denis Magda
Hi Chris, Please find requested data attached here: https://drive.google.com/open?id=0B0qn42TRMz5EV1JobzBqM1loa3c As for “-ldebug” it has no effect for me. Tried to add it to many parameters from compiler.yml with no success.

Re: externalized nrf5 adc include

2017-02-09 Thread Jacob Rosenthal
Swapping nrf52 where you said nrf51 as thats what Im working with, Thats what Im doing and I still get the Error: repos/mynewt_nordic/hw/drivers/adc/adc_nrf51/src/adc_nrf51.c:27:21: fatal error: nrf_adc.h: No such file or directory #include ^ compilation terminated. The

Re: Can't build blinky app on macOS Sierra

2017-02-09 Thread Christopher Collins
Hi Denis, On Wed, Feb 08, 2017 at 09:39:10PM -0800, Denis Magda wrote: > Hello Mynewt community, > > I tried to play with your product strictly following the getting started > guide [1] but can’t compile the default blinky app > > Deniss-MBP:test dmagda$ newt build my_blinky_sim > Building