Re: Improve coverage analysis toolset

2018-03-17 Thread Vijay Kumar Banerjee
I guess I couldn't understand properly what you're suggesting , on the basis of what I understood , I have set the PATH like this /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ lunatic/.local/bin:/home/lunatic/bin I'm still getting the same error -- vijay On 17 March 2018 at 20:24, Jo

Re: Improve coverage analysis toolset

2018-03-17 Thread Vijay Kumar Banerjee
It worked ! It's great to see it running ! I have attached the result . -- vijay On 18 March 2018 at 02:31, Cillian O'Donnell wrote: > > > On 17 March 2018 at 20:08, Vijay Kumar Banerjee > wrote: > >> yes it prints hello world >> > > Alright I've added an .ini for leon3-qemu to the current rte

Re: RSB build failure

2018-03-17 Thread Vidushi Vashishth
>Interesting. Please raise a ticket, set the component to rsb and assign to me. I will take a look next week. I cannot remember if I deleted the source tarball on MacOS and tested this. Done. The ticket is #3355 Best, Vidushi On Sun, Mar 18, 2018 at 9:07 AM, Chris Johns wrote: > On 18/3/18 2:3

Re: RSB build failure

2018-03-17 Thread Chris Johns
On 18/3/18 2:31 pm, Vidushi Vashishth wrote: >>I have been testing on a range of MacOS versions over the years and I have not > seen any issues report. If you have seen issues or you know of reports please > let me know.  > > I was able to setup the environment successfully yesterday. Though in th

Re: RSB build failure

2018-03-17 Thread Vidushi Vashishth
>I have been testing on a range of MacOS versions over the years and I have not seen any issues report. If you have seen issues or you know of reports please let me know. I was able to setup the environment successfully yesterday. Though in the process I had another error which I managed to deal w

Re: RSB build failure

2018-03-17 Thread Chris Johns
On 17/3/18 9:00 pm, Amaan Cheval wrote: >> checking for python... > /Library/Frameworks/Python.framework/Versions/2.7/bin/python >> checking for python2.7... no >> configure: error: python is missing or unusable > > That looks like the problem (at least on the surface). macOS does come with > Pyth

Re: Query regarding libbsd update

2018-03-17 Thread Udit agarwal
Hi, Thanks for pointing that out. I think back porting the driver would be the most viable option. So, i'll move ahead with that. Since, my proposal is almost ready, considering other libbsd projects at this time, would be a bit difficult. Thanks and regards, Udit agarwal On Sun, Mar 18, 2018 at

Re: Query regarding libbsd update

2018-03-17 Thread Christian Mauderer
Am 17.03.2018 um 19:40 schrieb Udit agarwal: > Hi Sebastian, Hi all, > One part of my GSoC project consists of importing SDIO driver from > FreeBSD head (as on july 2017 or later). As far as importing is > concerned there is a lot of information in libbsd.txt or on previous > GSoC student's blogs w

Re: Improve coverage analysis toolset

2018-03-17 Thread Cillian O'Donnell
On 17 March 2018 at 20:08, Vijay Kumar Banerjee wrote: > yes it prints hello world > Alright I've added an .ini for leon3-qemu to the current rtems-tools. Pull this branch https://github.com/cillianodonnell/rtems-tools/tree/ini-update and try $HOME/development/rtems/test/rtems-tools/tester/rt

Fwd: Re: regarding application

2018-03-17 Thread Joel Sherrill
Just thought I would pass this along for the GSoC students. Remember no application means no consideration. --joel -- Forwarded message -- From: "'Stephanie Taylor' via Google Summer of Code Discuss" < google-summer-of-code-disc...@googlegroups.com> Date: Mar 17, 2018 3:41 PM Subj

Re: Improve coverage analysis toolset

2018-03-17 Thread Cillian O'Donnell
If you run just one test by itself without rtems-test qemu-system-sparc -no-reboot -monitor null -serial stdio -nographic -M leon3_generic -kernel $HOME/development/rtems/leon3/sparc-rtems5/c/leon3/testsuites/samples/hello/hello.exe Does the hello world print out? On 17 March 2018 at 14:46, Vija

Query regarding libbsd update

2018-03-17 Thread Udit agarwal
Hi Sebastian, Hi all, One part of my GSoC project consists of importing SDIO driver from FreeBSD head (as on july 2017 or later). As far as importing is concerned there is a lot of information in libbsd.txt or on previous GSoC student's blogs which can help me understand the process. However, befor

Re: x86_64 port and BSP (GSoC 2018)

2018-03-17 Thread Joel Sherrill
On Sat, Mar 17, 2018 at 1:09 PM, Gedare Bloom wrote: > On Sat, Mar 17, 2018 at 11:58 AM, Amaan Cheval > wrote: > > First off, thank you so much for the prompt and detailed response! I > really > > appreciate the help! > > > > On Sat, Mar 17, 2018 at 6:46 PM Gedare Bloom wrote: > > > >> On Sat,

Re: x86_64 port and BSP (GSoC 2018)

2018-03-17 Thread Gedare Bloom
On Sat, Mar 17, 2018 at 11:58 AM, Amaan Cheval wrote: > First off, thank you so much for the prompt and detailed response! I really > appreciate the help! > > On Sat, Mar 17, 2018 at 6:46 PM Gedare Bloom wrote: > >> On Sat, Mar 17, 2018 at 2:24 AM, Amaan Cheval > wrote: >> > Hey everyone! >> > >

Re: autotools build fail from rsb

2018-03-17 Thread Joel Sherrill
I answered what I think the cause is on another thread. Take the ancient RTEMS autotools out of your PATH while building qemu. Use a PATH without RTEMS tools in it. I think the ancient automake version we use must have --help which help2man can't parse. On Mar 17, 2018 11:34 AM, "Vijay Kumar Bane

autotools build fail from rsb

2018-03-17 Thread Vijay Kumar Banerjee
hello , As suggested by Gedare , I have started this thread on the build error that I'm getting . I'm getting automake-1.12.6-x86_64-linux-gnu-1 building error while trying to build autotools from rsb I'm using fedora 27 64bit . P.S: the error report is attached -- vijay RTEMS Tools Project -

Re: x86_64 port and BSP (GSoC 2018)

2018-03-17 Thread Amaan Cheval
First off, thank you so much for the prompt and detailed response! I really appreciate the help! On Sat, Mar 17, 2018 at 6:46 PM Gedare Bloom wrote: > On Sat, Mar 17, 2018 at 2:24 AM, Amaan Cheval wrote: > > Hey everyone! > > > > Here's a link to a draft of my proposal (also shared through the

Re: Improve coverage analysis toolset

2018-03-17 Thread Joel Sherrill
My guess on the build error is that the automake version used by RTEMS is very old and may not produce output for --help that help2man can parse. Try building qemu from the RSB without the RTEMS tools in your PATH. If Couverture has been updated to a recent enough version of the upstream qemu, th

Re: Improve coverage analysis toolset

2018-03-17 Thread Vijay Kumar Banerjee
I built it manually the environment variable PATH looks like this /home/lunatic/qemu/install/bin:/home/lunatic/development/rtems/5/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/lunatic/.local/bin:/home/lunatic/bin I tried to run rtems-test again without --coverage , it gives the sam

Re: x86_64 port and BSP (GSoC 2018)

2018-03-17 Thread Gedare Bloom
On Sat, Mar 17, 2018 at 2:24 AM, Amaan Cheval wrote: > Hey everyone! > > Here's a link to a draft of my proposal (also shared through the GSoC > website, and linked to on the wiki): > https://docs.google.com/document/d/1X79Yj0DNqvaDFqpJMUX4gF3WC550GDvVDS5QufvAnFE/edit?usp=sharing > > I'd appreciat

Re: RSB build failure

2018-03-17 Thread Vidushi Vashishth
So it was a problem with the path variable. Fixed it. The setup worked. Thanks! On Sat, Mar 17, 2018 at 3:33 PM, Aditya Upadhyay wrote: > install python-dev... Will solve the issue. If you are using ubuntu.. > sudo apt-get install python-dev. > > On Sat, Mar 17, 2018, 3:30 PM Amaan Cheval wrot

Re: RSB build failure

2018-03-17 Thread Aditya Upadhyay
install python-dev... Will solve the issue. If you are using ubuntu.. sudo apt-get install python-dev. On Sat, Mar 17, 2018, 3:30 PM Amaan Cheval wrote: > Hi! > > > checking for python... > /Library/Frameworks/Python.framework/Versions/2.7/bin/python > > checking for python2.7... no > > configur

Re: RSB build failure

2018-03-17 Thread Amaan Cheval
> Why is the shell command /bin/sh -ex failing? That's likely because the "doit" script calls the configure script, which errors out because it can't find python2.7, by the way. On Sat, Mar 17, 2018 at 3:30 PM Amaan Cheval wrote: > Hi! > > checking for python... > /Library/Frameworks/Python.fr

Re: RSB build failure

2018-03-17 Thread Amaan Cheval
Hi! > checking for python... /Library/Frameworks/Python.framework/Versions/2.7/bin/python > checking for python2.7... no > configure: error: python is missing or unusable That looks like the problem (at least on the surface). macOS does come with Python built-in, but I don't believe that's good e

RSB build failure

2018-03-17 Thread Vidushi Vashishth
Hello! I was trying to set up the sparc/erc32 bsp on a new system and was following the quickstart on the user manual. Though I have successfully done this before, this time its throwing an error. PFA the rsb log file with the error report. I was doing this to run the trace buffering examples. Wh

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-17 Thread Abhinav Jain
Sir, Thanks for the guidance and feedback. I have shared the draft proposal through GSoC application. I will make the changes as per your suggestions and will add the details mentioned by you. Thanks and Regards Abhinav Jain On Sat, Mar 17, 2018 at 12:47 AM, Gedare Bloom wrote: > high-level co