Re: RTEMS source builder: can't find RTEMS include files but then can?

2021-05-27 Thread dufault
> On May 26, 2021, at 21:50 , Joel Sherrill wrote: > > > > On Wed, May 26, 2021, 7:54 PM Chris Johns wrote: > On 30/4/21 1:15 am, dufa...@hda.com wrote: > > > > > >> On Apr 30, 2021, at 05:03 , dufa...@hda.com wrote: > >> > >> Can I override what to use as "cmake" in RSB to specify

Re: RTEMS source builder: can't find RTEMS include files but then can?

2021-05-26 Thread Joel Sherrill
On Wed, May 26, 2021, 7:54 PM Chris Johns wrote: > On 30/4/21 1:15 am, dufa...@hda.com wrote: > > > > > >> On Apr 30, 2021, at 05:03 , dufa...@hda.com wrote: > >> > >> Can I override what to use as "cmake" in RSB to specify "cmake3"? > >> > >>> On Apr 30, 2021, at 04:41 , Peter Dufault wrote: >

Re: RTEMS source builder: can't find RTEMS include files but then can?

2021-05-26 Thread Chris Johns
On 30/4/21 1:15 am, dufa...@hda.com wrote: > > >> On Apr 30, 2021, at 05:03 , dufa...@hda.com wrote: >> >> Can I override what to use as "cmake" in RSB to specify "cmake3"? >> >>> On Apr 30, 2021, at 04:41 , Peter Dufault wrote: >>> >>> I verified my environment is squeaky-clean with a simple

Re: RTEMS source builder: can't find RTEMS include files but then can?

2021-04-30 Thread dufault
> On Apr 30, 2021, at 05:03 , dufa...@hda.com wrote: > > Can I override what to use as "cmake" in RSB to specify "cmake3"? > >> On Apr 30, 2021, at 04:41 , Peter Dufault wrote: >> >> I verified my environment is squeaky-clean with a simple path and no >> environment variables set that

Re: RTEMS source builder: can't find RTEMS include files but then can?

2021-04-30 Thread dufault
I lied. I had /usr/local/bin in my path to pick up "cmake3" instead of the system "cmake". I thought I repeated the test with PATH set to just /usr/bin and /usr/sbin, but I hadn't. Can I override what to use as "cmake" in RSB to specify "cmake3"? > On Apr 30, 2021, at 04:41 , Peter Dufault

RTEMS source builder: can't find RTEMS include files but then can?

2021-04-30 Thread Peter Dufault
I updated to the latest "Simple Open EtherCAT Master" (SOEM) git and the build failed because gcc couldn't find . This is weird because: - is where it shoud be; - "gcc" had already compiled a source file that included just before it failed to find . To debug I turned off the "-j" (just