That's the one! The other thing that I haven't gotten to work yet is unittest builds, see https://issues.apache.org/jira/browse/MYNEWT-546.
On Fri, Feb 10, 2017 at 12:56 PM, aditi hilbert <[email protected]> wrote: > https://issues.apache.org/jira/browse/MYNEWT-527 < > https://issues.apache.org/jira/browse/MYNEWT-527> > > > On Feb 10, 2017, at 12:49 PM, Simon Ratner <[email protected]> wrote: > > > > I run mynewt natively on Win10, with msys2-x64 and native arm-gcc > > toolchain. The develop branch of both the newt tool and newt-core is in > > pretty good state now, wrt Windows support, as long as you have some form > > of binutils available. > > > > The only outstanding change is for the bsp scripts, I believe. You can > find > > the bug with all relevant details in Jira, sorry I can't look up the link > > right now. > > > > Then there is also WSL, but I admittedly haven't tried that with mynewt > yet. > > > > > > > > > > > > On 10 Feb. 2017 10:21 am, "marko kiiskila" <[email protected]> wrote: > > > > The file path stuff should be operational even on Windows. > > And indeed, I know people are using it on that platform. > > > >> On Feb 10, 2017, at 8:06 AM, Fabio Utzig <[email protected]> wrote: > >> > >> As David said, you should go the docker way. I don't think anyone who's > >> using mynewt is using Windows (I may be wrong!). > >> > >> > >> Just out of curiosity I built newt for Windows now and it worked up to > >> cloning the repo. Building failed and the errors seemed to originate > >> from having some "hardcoded" path usage instead of using the path > >> library. You also need all the tooling like git, gcc, etc and making it > >> compatible with MSVC would probably be too much work. > >> > >> > >> Cheers, > >> > >> Fabio Utzig > >> > >> > >> > >> On Fri, Feb 10, 2017, at 12:04 PM, David G. Simmons wrote: > >> > >>> Unfortunately, Newt is not available natively for PS (Windows) > >>> environments. You will either need to install via Docker, or bring up > >>> a VM image of Linux under Windows and install natively in that VM in > >>> order to run Newt. > >>> > >> > >>> Best regards, > >> > >>> dg > >> > >>> > >> > >>>> On Feb 9, 2017, at 9:10 PM, zhihua.tao <[email protected]> wrote: > >> > >>>> > >> > >>>> 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! > >>> > >> > >>> > >> > >>> -- > >>> David G. Simmons > >> > >>> (919) 534-5099 > >> > >>> Web[1] • Blog[2] • Linkedin[3] • Twitter[4] • GitHub[5] > >> > >>> /** Message digitally signed for security and authenticity. > >> > >>> * If you cannot read the PGP.sig attachment, please go to > >> > >>> * http://www.gnupg.com/ <http://www.gnupg.com/> Secure your email!!! > >> > >>> * Public key available at keyserver.pgp.com <http://keyserver.pgp.com/ > >> [6] > >> > >>> **/ > >> > >>> ♺ This email uses 100% recycled electrons. Don't blow it by printing! > >>> > >>> There are only 2 hard things in computer science: Cache invalidation, > >>> naming things, and off-by-one errors. > >>> > >> > >>> Email had 1 attachment: > >> > >> > >>> * signature.asc 1k (application/pgp-signature) > >> > >> > >> > >> Links: > >> > >> 1. https://davidgs.com <https://davidgs.com/> > >> 2. https://davidgs.com/davidgs_blog <https://davidgs.com/davidgs_blog> > >> 3. http://linkedin.com/in/davidgsimmons <http://linkedin.com/in/ > > davidgsimmons> > >> 4. http://twitter.com/TechEvangelist1 <http://twitter.com/ > TechEvangelist1 > >> > >> 5. http://github.com/davidgs <http://github.com/davidgs> > >> 6. http://keyserver.pgp.com/ <http://keyserver.pgp.com/> > >
