Re: Build failed for RTEMS Source Builder

2019-07-29 Thread Himanshu Sekhar Nayak
Hi Chris, Sorry for late reply as I am busy here for admission in an university. So I tried the solution suggested by you and it somewhere got build failed. This time it didn't asked for sudo privilege and went on building but somewhere build got failed. I checked the error report but there is no

Re: Build failed for RTEMS Source Builder

2019-07-19 Thread Chris Johns
On 20/7/19 4:48 am, Vijay Kumar Banerjee wrote: > On Sat, Jul 20, 2019, 12:03 AM Himanshu Sekhar Nayak > mailto:himanshuwindows...@gmail.com>> wrote: > > Hi Chris, > > After your solution, I changed the required source directories Great. Are you able to please post the patch? > but seem

Re: Build failed for RTEMS Source Builder

2019-07-19 Thread Vijay Kumar Banerjee
On Sat, Jul 20, 2019, 12:03 AM Himanshu Sekhar Nayak < himanshuwindows...@gmail.com> wrote: > Hi Chris, > > After your solution, I changed the required source directories but seems > like idk why it needs sudo privileges ? > > https://paste.ofcode.org/38mtbHLLH9WggmRkXWZDq4r > The path /opt/ requi

Re: Build failed for RTEMS Source Builder

2019-07-19 Thread Himanshu Sekhar Nayak
Hi Chris, After your solution, I changed the required source directories but seems like idk why it needs sudo privileges ? https://paste.ofcode.org/38mtbHLLH9WggmRkXWZDq4r Thanks Himanshu ___ devel mailing list devel@rtems.org http://lists.rtems.org/ma

Re: Build failed for RTEMS Source Builder

2019-07-16 Thread Chris Johns
On 16/7/19 10:31 am, Himanshu Sekhar Nayak wrote: > Any idea how to change the path so that RTEMS Source buildeer instead of > looking > at /usr/bin should look at /bin ? The base definition is here .. https://git.rtems.org/rtems-source-builder/tree/source-builder/defaults.mc#n181 but I would n

Re: Build failed for RTEMS Source Builder

2019-07-15 Thread Himanshu Sekhar Nayak
Any idea how to change the path so that RTEMS Source buildeer instead of looking at /usr/bin should look at /bin ? Himanshu ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Build failed for RTEMS Source Builder

2019-07-15 Thread Gedare Bloom
On Sun, Jul 14, 2019 at 4:36 PM Chris Johns wrote: > > On 15/7/19 4:09 am, Himanshu Sekhar Nayak wrote: > > > > Looks RTEMS Source builder is finding the path in /bin instead of /usr/bin > > in MX > > Linux. Does it vary from distro to distro ? > > It varies between operating systems. I am not su

Re: Build failed for RTEMS Source Builder

2019-07-14 Thread Chris Johns
On 15/7/19 4:09 am, Himanshu Sekhar Nayak wrote: > > Looks RTEMS Source builder is finding the path in /bin instead of /usr/bin in > MX > Linux. Does it vary from distro to distro ? It varies between operating systems. I am not sure about Linux, I do not spend a lot of time using it. Chris

Re: Build failed for RTEMS Source Builder

2019-07-14 Thread Himanshu Sekhar Nayak
Hi Chris, Looks RTEMS Source builder is finding the path in /bin instead of /usr/bin in MX Linux. Does it vary from distro to distro ? Thanks Himanshu ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Build failed for RTEMS Source Builder

2019-07-11 Thread Chris Johns
On 12/7/19 7:26 am, Himanshu Sekhar Nayak wrote: > Hello guys, > > I am trying to setup the rtems source builder from this > linkhttps://docs.rtems.org/branches/master/user/overview/index.html > but build is > failing due to autocon