Re: Building toolset for Beaglebone with RSB fails (for me).

2017-02-10 Thread Ben Gras
All, I see, yes. Noted. I will try to find time for this soon but it may be a little while. Ben On 02/10/2017 03:24 PM, Joel Sherrill wrote: > GCC does not keep snapshots forever. Ben's instructions and git repo > must be behind the master at git.rtems.org . > clone the

Re: Building toolset for Beaglebone with RSB fails (for me).

2017-02-10 Thread Chris Johns
On 11/2/17 7:27 am, Alan Cudmore wrote: > I need to do the same for the Pi. I also noticed the Pi BSP Readme is > out of date. > Joel, where would we put instructions in the Sphinx documentation for > the Pi and BB? Please add a page under https://devel.rtems.org/wiki/Boards. Create a page such

Re: Building toolset for Beaglebone with RSB fails (for me).

2017-02-10 Thread Gedare Bloom
On Fri, Feb 10, 2017 at 3:27 PM, Alan Cudmore wrote: > I need to do the same for the Pi. I also noticed the Pi BSP Readme is out of > date. > Joel, where would we put instructions in the Sphinx documentation for the Pi > and BB? > See also

Re: Building toolset for Beaglebone with RSB fails (for me).

2017-02-10 Thread Alan Cudmore
I need to do the same for the Pi. I also noticed the Pi BSP Readme is out of date. Joel, where would we put instructions in the Sphinx documentation for the Pi and BB? Alan On Fri, Feb 10, 2017 at 3:24 PM, Joel Sherrill wrote: > GCC does not keep snapshots forever. Ben's

Re: Building toolset for Beaglebone with RSB fails (for me).

2017-02-10 Thread Joel Sherrill
GCC does not keep snapshots forever. Ben's instructions and git repo must be behind the master at git.rtems.org. clone the repos from there, use the master, and I believe his instructions will work. Ben.. if you see this, maybe it is time to.merge some of your instructions into the new Sphinx

Building toolset for Beaglebone with RSB fails (for me).

2017-02-10 Thread Tanu Hari Dixit
Hello Devs, I wanted to build the toolset for Beaglebone following the blog ( http://www.shrike-systems.com/beagleboard-xm-beaglebone-black-and-everything-else-rtems-on-the-beagles.html ). However, the build failed. I got the following message. download:

RE: [PATCH 7/9] Patching STTY command for use in RTEMS

2017-02-10 Thread Kirspel, Kevin
I can include the libbsd.txt updates in my updated patches. If you want getopt_r() to match FREEBSD, it needs to be updated so that it works correctly when optind is initialized to 1 or 0. Kevin Kirspel Electrical Engineer - Sr. Staff Idexx Roswell 235 Hembree Park Drive Roswell GA 30076 Tel:

Re: x86_64 support?

2017-02-10 Thread Jan Sommer
Am 2017-02-09 22:07, schrieb Chris Johns: On 10/02/2017 02:22, Joel Sherrill wrote: On Feb 9, 2017 7:29 AM, "Jan Sommer" > wrote: Hello, As far as I see there is no support for x86_64 yet. I found that there was

Re: [PATCH 7/9] Patching STTY command for use in RTEMS

2017-02-10 Thread Christian Mauderer
Hello Kevin, Am 09.02.2017 um 22:51 schrieb Kirspel, Kevin: > Before or after the "Build the libbsd without optimization." step, I would > add a statement about fixing up any compilation errors. Maybe most commands > will compile after making the changes listed previously but I had to fixup >