David, patch is here: https://github.com/apache/incubator-nuttx-apps/pull/95
Thanks Xiang On Tue, Feb 25, 2020 at 8:26 PM David Sidrane <david.sidr...@nscdg.com> wrote: > > Hi Takashi, > > Thanks for looking at this. > > Yes. Linux > > To test it should I revert the revert and then apply the commit or is there > a PR I should test? > > David > > -----Original Message----- > From: Takashi Yamamoto [mailto:yamam...@midokura.com.INVALID] > Sent: Monday, February 24, 2020 10:46 PM > To: dev@nuttx.apache.org > Subject: Re: Build is broken > > may i assume you are using linux? > > here's a fix i tested on ubuntu. > https://github.com/apache/incubator-nuttx-apps/pull/95/commits/adb08a2634ef8df99d509a472e28a7907f73210d > > On Sat, Feb 22, 2020 at 1:21 AM David Sidrane <david.sidr...@nscdg.com> > wrote: > > > > This is what I did: > > > > For apps and nuttx git fetch nuttx > > For apps and nuttx git checkout master > > For apps and nuttx git reset -hard nuttx/master > > > > make distclean > > ./tools/configure.sh imxrt1060-evk:nsh > > make oldconfig > > make > > > > The results are as shown. > > > > Why are we changed the build system without testing on braches? > > > > David > > > > -----Original Message----- > > From: Nathan Hartman [mailto:hartman.nat...@gmail.com] > > Sent: Friday, February 21, 2020 7:17 AM > > To: dev@nuttx.apache.org > > Subject: Re: Build is broken > > > > On Fri, Feb 21, 2020 at 10:13 AM David Sidrane <david.sidr...@nscdg.com> > > wrote: > > > > > Build is broken > > > > > > Build is broken > > > > > > And the output looks very ODD - any ideas on what happened? > > > > > > > > Have you tried make distclean, reconfigure, retry build? > > > > If so, could you run a bisect since the last good known build and identify > > the offending commit? > > > > Thanks > > Nathan