Re: Build is broken

2020-02-25 Thread Xiang Xiao
mit 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

RE: Build is broken

2020-02-25 Thread David Sidrane
@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 wrote: > > This is what

Re: Build is broken

2020-02-24 Thread Takashi Yamamoto
sting 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 > wrot

Re: Build is broken

2020-02-22 Thread Xiang Xiao
or update the PR to trigger the precheck again. > And add the [![Build Status] to the README.md > > > > > > > > > > -Original Message- > From: Xiang Xiao [mailto:xiaoxiang781...@gmail.com] > Sent: Friday, February 21, 2020 9:55 PM > To: dev@nuttx.apache.org >

RE: Build is broken

2020-02-22 Thread David Sidrane
mac 1 sim linux Then get the badge on the PRs It will look like this: And add the [![Build Status] to the README.md -Original Message- From: Xiang Xiao [mailto:xiaoxiang781...@gmail.com] Sent: Friday, February 21, 2020 9:55 PM To: dev@nuttx.apache.org Subject: Re: Build

Re: Build is broken

2020-02-21 Thread Xiang Xiao
On Sat, Feb 22, 2020 at 12:58 AM Nathan Hartman wrote: > > On Fri, Feb 21, 2020 at 11:21 AM David Sidrane > 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

Re: Build is broken

2020-02-21 Thread Nathan Hartman
On Fri, Feb 21, 2020 at 11:21 AM David Sidrane 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 > >

RE: Build is broken

2020-02-21 Thread David Sidrane
To: dev@nuttx.apache.org Subject: Re: Build is broken it's likely because of https://github.com/apache/incubator-nuttx-apps/commit/5cb020c70f14b2ff766c96da87c3c4bfd32c i suspect APPOBJS variable contains some garbage output from make itself. like "make[2]: Leaving directory" On Sat, Fe

RE: Build is broken

2020-02-21 Thread David Sidrane
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 wrote: > Build is broken > > Build

Re: Build is broken

2020-02-21 Thread Takashi Yamamoto
it seems --no-print-directory/--print-directory controls these outputs. do you have any MAKEFLAGS set? or maybe different builds of make might come with different defaults. (i'm using the one from macOS) i'm afraid i can't investigate this until Tue. please feel free to revert my changes in the

Re: Build is broken

2020-02-21 Thread Takashi Yamamoto
it's likely because of https://github.com/apache/incubator-nuttx-apps/commit/5cb020c70f14b2ff766c96da87c3c4bfd32c i suspect APPOBJS variable contains some garbage output from make itself. like "make[2]: Leaving directory" On Sat, Feb 22, 2020 at 12:13 AM David Sidrane wrote: > > Build is

Re: Build is broken

2020-02-21 Thread Nathan Hartman
On Fri, Feb 21, 2020 at 10:13 AM David Sidrane 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