Re: Newbie & running into an error during setup

2016-12-08 Thread todd mitton
Ok. Thanks Mohammad. On Wed, Dec 7, 2016 at 9:47 PM, Mohammad Afaneh wrote: > Todd, unfortunately I don't have the environment set up. However, I was > getting the same errors as before: > > Error: No testable packages found > > Error: Package @apache-mynewt-core/sys/config

Re: Newbie & running into an error during setup

2016-12-06 Thread Mohammad Afaneh
Even after that update, the unit tests were still not working. The directory structure however, I was confused about - the folders I was looking at in the documentation are in the "repos/apache-mynewt-core", not the root folder (so I have all the folders). I ended up doing a native install

Re: Newbie & running into an error during setup

2016-12-06 Thread David G. Simmons
I'm looking into this, and here's what happens when I do what is described in the docs (by copy/paste from the doc to my terminal on OS X Sierra) TL;DR: There is a major malfunction in running any of the tests: In file included from aes.c:29:0:

Re: Newbie & running into an error during setup

2016-12-06 Thread Mohammad Afaneh
Todd, What threw me off is that the doc page: https://mynewt.apache.org/latest/os/get_started/project_create/ says that I should expect to see more folders (such as boot, crypto, compiler..etc). Also, when running the "newt test all" or "newt test @apache-mynewt-core/sys/config" it says there are

Re: Newbie & running into an error during setup

2016-12-06 Thread todd mitton
Hi Mohammad, I don't think there's a problem. You should only have the apps, repos, and targets directly after a `newt new` and `newt install`. That's expected. If you look in repos/apache-mynewt-core, you should see all the src for Mynewt. The 'warning: unable to access

Re: Newbie & running into an error during setup

2016-12-06 Thread marko kiiskila
I have a Linux setup running under VmWare, where I have a mynewt dev environment. This is quite possible. Docker is more of a convenience thing :) > On Dec 5, 2016, at 2:32 AM, Mohammad Afaneh wrote: > > Thanks, Fabio. > > Yes, I'm aware that I can install on OS X - I just

Re: Newbie & running into an error during setup

2016-12-05 Thread Fabio Utzig
On Sun, Dec 4, 2016, at 10:55 PM, Mohammad Afaneh wrote: > Thanks, Chris. > > I'm running: > - OS X 10.12.1 (macOS Sierra) Hi Mohammad, Not sure you are aware but you can build newt/mynewt on OS X too. I'm myself using Sierra for development. You just need to install some dependencies like go

Re: Newbie & running into an error during setup

2016-12-04 Thread Mohammad Afaneh
Thanks, Chris. I'm running: - OS X 10.12.1 (macOS Sierra) - VirtualBox Version 5.1.10 r112026 - I was not running as root. I also made sure to add my user to the Docker group. - Log: - mafaneh@mafaneh-VirtualBox:~/Projects$ newt new myproj

Re: Newbie & running into an error during setup

2016-12-04 Thread Christopher Collins
Hi Mohammed, My apologies - I intended to respond to you a few days ago. Unfortunately, we weren't able to reproduce this issue, so I would like to learn a bit more about your setup. I'm afraid I don't have the version numbers available at the moment, but the setup we used is: * Ubuntu VM

Re: Newbie & running into an error during setup

2016-12-04 Thread Mohammad Afaneh
Anyone out there who can help with this? I know it's probably some stupid little mistake, but so far I can't figure it out. - Mohammad > On Dec 2, 2016, at 8:56 AM, Mohammad Afaneh wrote: > > Hi everyone, > > Newbie here, and looking forward to learning more about Mynewt!

Newbie & running into an error during setup

2016-12-02 Thread Mohammad Afaneh
Hi everyone, Newbie here, and looking forward to learning more about Mynewt! I'm going through installing and setting up Mynewt on Ubuntu 16.04 (inside a VM on a macbook) using the Docker method. The issue I'm running into is: newt install -v apache-mynewt-core Downloading repository