Quitting the GSoC program

2017-06-23 Thread Tanu Hari Dixit
Hello all, I am writing to inform that I will be quitting the Google Summer of Code program. This is because I feel I am unable to do justice to the work and also because in the quest for justice, I am hurting my health. It is really difficult for me to take this decision and I hope you understand

Re: [PATCH v4] User Manual: Added rtems-tester in the docs

2017-06-13 Thread Tanu Hari Dixit
Hi Chris, I will keep this in mind. Thank you. Tanu. On Wed, Jun 14, 2017 at 7:10 AM, Chris Johns wrote: > On 02/06/2017 08:39, Tanu Hari Dixit wrote: >> Added as part of Tools. >> Made changes according to Chris' review >> Also removed the ini format part inline with

Re: [PATCH 2/2] Review and help

2017-06-11 Thread Tanu Hari Dixit
17 at 8:21 AM, Tanu Hari Dixit wrote: > Few of the new ini files > --- > tester/rtems/testing/bsps/erc32-run.ini | 54 ++ > tester/rtems/testing/bsps/erc32.ini | 56 ++ > tester/rtems/testing/defaults.ini | 126 >

[PATCH 2/2] Review and help

2017-06-11 Thread Tanu Hari Dixit
Few of the new ini files --- tester/rtems/testing/bsps/erc32-run.ini | 54 ++ tester/rtems/testing/bsps/erc32.ini | 56 ++ tester/rtems/testing/defaults.ini | 126 tester/rtems/testing/testing.ini| 57 +++ 4

[PATCH] Review and help

2017-06-11 Thread Tanu Hari Dixit
These are the changes I made to read the ini files also, this does succeed in reading them. But there are a lot of problems to solve. --- rtemstoolkit/configuration.py | 11 --- rtemstoolkit/git.py | 1 + rtemstoolkit/macros.py| 16 +++- rtemstoolkit/options.

Re: [PATCH v3] User Manual: Added rtems-tester in the docs

2017-06-01 Thread Tanu Hari Dixit
AM, Chris Johns wrote: > Thanks for patch. Comments in the email. > > Note, I seem to have broken the section headings and will fix soon. > > On 31/05/2017 23:33, Tanu Hari Dixit wrote: >> Adds as part of Tools >> --- >> user/tools/index.rst| 1 + >

[PATCH v4 2/2] User Manual: Added ini format in rtems-tester

2017-06-01 Thread Tanu Hari Dixit
Added specification for ini format for configuration files in documentation of rtems-tester --- user/tools/tester.rst | 134 ++ 1 file changed, 134 insertions(+) diff --git a/user/tools/tester.rst b/user/tools/tester.rst index ae8c3b6..966a373 10064

[PATCH v4] User Manual: Added rtems-tester in the docs

2017-06-01 Thread Tanu Hari Dixit
Added as part of Tools. Made changes according to Chris' review Also removed the ini format part inline with the new release that is expected. --- user/tools/index.rst | 1 + user/tools/tester.rst | 446 ++ 2 files changed, 447 insertions(+) crea

Re: [PATCH] Added documentation for rtems-tester in rtems-docs

2017-05-31 Thread Tanu Hari Dixit
Hello Chris, Gedare, I have revised the patch and sent it again. Thank you. Tanu. On Wed, May 31, 2017 at 6:09 AM, Chris Johns wrote: > On 31/05/2017 03:10, Tanu Hari Dixit wrote: >> >> >> I just added the image following what was already in rtems-tools.git >> repo. Ma

[PATCH v3] User Manual: Added rtems-tester in the docs

2017-05-31 Thread Tanu Hari Dixit
Adds as part of Tools --- user/tools/index.rst| 1 + user/tools/rtems-tester.rst | 636 2 files changed, 637 insertions(+) create mode 100644 user/tools/rtems-tester.rst diff --git a/user/tools/index.rst b/user/tools/index.rst index d77a7ca.

Re: [PATCH] Fixes typos in README.txt

2017-05-31 Thread Tanu Hari Dixit
Hello Chris, I have fixed the above authorship issue and sent the patch again. Thank you. Regards, Tanu. On Wed, May 31, 2017 at 7:26 AM, Chris Johns wrote: > On 29/05/2017 22:29, Tanu Hari Dixit wrote: >> >> From: tokencolour > > > Could we please have your name in the

[PATCH v2] Fixes typos in README.txt

2017-05-31 Thread Tanu Hari Dixit
2 typos fixed --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f09317e..c1b7e6f 100644 --- a/README.txt +++ b/README.txt @@ -316,7 +316,7 @@ existing documentation for an example and if unsure ask. Heading Description

Re: rtems-test runtime errors qemu.cfg

2017-05-30 Thread Tanu Hari Dixit
fg#L60). I also sometimes use winpdb to see what value a macro has but this is a long process to step into each line. I wanted to ask what command did you use exactly with rtems-test? I couldn't find a recipe for qemu simulation for pc386 in rtems-tools.git/tester/rtems/testing/bsps. Regards,

Re: [PATCH] Added documentation for rtems-tester in rtems-docs

2017-05-30 Thread Tanu Hari Dixit
Hello Gedare, I have sent the patches separately. Thank you, Tanu. On Tue, May 30, 2017 at 10:50 PM, Gedare Bloom wrote: > On Tue, May 30, 2017 at 1:10 PM, Tanu Hari Dixit > wrote: >> Hello Gedare, >> >> I just added the image following what was already in rtems-too

[PATCH 2/2] Added the logo for documentation of rtems-tester

2017-05-30 Thread Tanu Hari Dixit
--- images/user/rtemswhitebg.jpg | Bin 0 -> 117890 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/user/rtemswhitebg.jpg diff --git a/images/user/rtemswhitebg.jpg b/images/user/rtemswhitebg.jpg new file mode 100644 index .

[PATCH] Added documentation for rtems-tester in rtems-docs

2017-05-30 Thread Tanu Hari Dixit
Contains the ReST file for documentation for rtems-tester. Also contains the new format for the ini configuration files. --- user/tools/rtems-tester.rst | 639 1 file changed, 639 insertions(+) create mode 100644 user/tools/rtems-tester.rst diff --git

[PATCH] Added documentation for rtems-tester in rtems-docs

2017-05-30 Thread Tanu Hari Dixit
This documentation is in ReST and has been ported from rtems-tools.git. There are a few changes and it contains the format for the ini configuration files. --- images/user/rtemswhitebg.jpg | Bin 0 -> 117890 bytes user/tools/rtems-tester.rst | 639 +++ 2 fi

[PATCH] Fixes typos in README.txt

2017-05-29 Thread Tanu Hari Dixit
From: tokencolour 2 typos fixed --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f09317e..c1b7e6f 100644 --- a/README.txt +++ b/README.txt @@ -316,7 +316,7 @@ existing documentation for an example and if unsure ask. Headi

gem5 with ARM

2017-05-22 Thread Tanu Hari Dixit
th rtems-tester (as part of GSoC, '17). Thank you, Tanu Hari Dixit. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] Added declaration of method pthread_getname_np

2017-04-19 Thread Tanu Hari Dixit
Hello Joel, I git grepped for the above lines in src/rtems but couldn't find it. I couldn't find it in /src/rtems/cpukit/posix/include/rtems/posix/pthread.h. I don't know how to define _GNU_SOURCE. Can you please help me with this? Thank you, Tanu Hari Dixit. On Wed, Apr 19,

Re: [PATCH] Added declaration of method pthread_getname_np

2017-04-19 Thread Tanu Hari Dixit
Hello all, Please let me know if this is okay. Thanks, Tanu Hari Dixit. On Wed, Apr 19, 2017 at 8:30 PM, tokencolour wrote: > Gets rid of 1 warning --> > warning: no previous prototype for 'pthread_getname_np' [-Wmissing-prototypes] > --- > cpukit/posix/include/rtem

Re: [GSoC] RTEMS Tester Improvements

2017-04-03 Thread Tanu Hari Dixit
Thank you for the reply, Joel. I have edited my proposal to include gem5 as of now. If time will permit, I will look into Skyeye. Thanks, Tanu Hari Dixit. On Sat, Apr 1, 2017 at 8:13 PM, Joel Sherrill wrote: > > > On Apr 1, 2017 8:12 AM, "Tanu Hari Dixit" wrote: > >

Re: GSoC 2017 -- initial proof

2017-04-02 Thread Tanu Hari Dixit
Thanks Joel for the correction. Regards, Tanu Hari Dixit. On Sun, Apr 2, 2017 at 11:23 PM, Joel Sherrill wrote: > > > On Sun, Apr 2, 2017 at 12:33 PM, Tanu Hari Dixit > wrote: >> >> Hi Andy, >> >> Joel and Gedare pointed me to the following: >> &g

Re: GSoC 2017 -- initial proof

2017-04-02 Thread Tanu Hari Dixit
ments" Section in my proposal). Regards, Tanu Hari Dixit. On Sun, Apr 2, 2017 at 6:50 PM, Gedare Bloom wrote: > Joel's e-mail client messed up my reply thread. ;) Andy, have a read > through https://gedare.github.io/pdf/FelShe15A.pdf if you haven't > found it already. > &g

Re: [GSoC] RTEMS Tester Improvements

2017-04-01 Thread Tanu Hari Dixit
unning RTEMS on gem5 for sparc64/usiii and arm/realview_pbx_a9_qemu BSPs) ? Should I be focusing on a few relevant ones? If so, which ones are more important? Thank you, Tanu Hari Dixit. On Mon, Mar 27, 2017 at 6:37 AM, Chris Johns wrote: > On 27/03/2017 04:34, Tanu Hari Dixit wrote: >> >

Re: [GSoC] RTEMS Tester Improvements

2017-03-26 Thread Tanu Hari Dixit
Thank you, Gedare, for the comments. Regards, Tanu Hari Dixit. On Sun, Mar 26, 2017 at 11:04 PM, Tanu Hari Dixit wrote: > Hello Chris, all, > > Thank you for the explanatory answers. > > I have updated my proposal as linked in the GSoC > wiki(https://devel.rtems.org/wiki/G

Re: [GSoC] RTEMS Tester Improvements

2017-03-26 Thread Tanu Hari Dixit
ggest against using PyYAML to parse .yml configuration files (since that will add a dependency into rtems-tester)? Thank you, Tanu Hari Dixit. On Wed, Mar 22, 2017 at 10:54 AM, Chris Johns wrote: > On 22/03/2017 03:46, Tanu Hari Dixit wrote: >> >> Thank you so much Chris for the elabor

Re: Dates in the proposal templates

2017-03-22 Thread Tanu Hari Dixit
Hi Gedare, Thank you for clarifying. Regards, Tanu Hari Dixit. On Wed, Mar 22, 2017 at 8:59 PM, Gedare Bloom wrote: > You aren't missing anything. I believe this is already mentioned that > you may need to adapt the template. Thanks. > > On Wed, Mar 22, 2017 at 11:22 AM

Dates in the proposal templates

2017-03-22 Thread Tanu Hari Dixit
g? Can somebody confirm? Thanks, Tanu Hari Dixit. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: timeouts and failure

2017-03-21 Thread Tanu Hari Dixit
Hello Chris, All, Regarding the ticket https://devel.rtems.org/ticket/2946 for the test spcontext01 do we need to add a tag in a new .tcfg file ? If so what would be the name of the tcfg file? Also, can you please help me investigate why 5 more test fail? Thanks, Tanu Hari Dixit. On Tue, Mar

Re: [GSoC] RTEMS Tester Improvements

2017-03-21 Thread Tanu Hari Dixit
, I was able to run the hello world example on arm/xilinx_zync_a9_qemu with rtems-test as you demonstrated. Thank you. Also, I understand why you emphasize on keeping a plotting tool different from rtems-tester. An aside question: Do you use winpdb to debug the python scripts in rtems-tester? Do you

Re: timeouts and failure

2017-03-21 Thread Tanu Hari Dixit
my host. (My rtems source tree is updated.) Also, how can we change the number of cores operational? I found the --timeout option but none regarding the cores. Can the devs please help me with this? Thanking you, Tanu Hari Dixit. On Tue, Mar 21, 2017 at 5:55 AM, Chris Johns wrote: > On 20/03/

Re: timeouts and failure

2017-03-18 Thread Tanu Hari Dixit
Timeouts: mdosfs_fsrdwr.exe mimfs_fserror.exe fsdosfsname01.exe mimfs_fspatheval.exe mouse01.exe fsdosfswrite01.exe malloctest.exe math.exe crypt01.exe fsdosfsformat01.exe mdosfs_fstime.exe mimfs_fsrdwr.exe Regards, Tanu Hari Dixit. On Sat, Mar 18, 2017 at 11:47 AM, Chris Johns wrote: >

Re: Potential GSoC Students Proposal Drafts

2017-03-17 Thread Tanu Hari Dixit
I have added a google doc to the table but I still have to work on most of the draft. Thank you, Gedare. Regards, Tanu Hari Dixit. On Fri, Mar 17, 2017 at 11:22 PM, Gedare Bloom wrote: > Dear Aspiring GSoC Students: > > If you are planning to submit an application to RTEMS, please

Re: [GSoC] RTEMS Tester Improvements

2017-03-15 Thread Tanu Hari Dixit
ch for Coverage reporting. I'll ask questions on it, once I try it. Thank you, Tanu Hari Dixit. On Wed, Mar 15, 2017 at 2:37 AM, Chris Johns wrote: > On 15/3/17 1:02 am, Gedare Bloom wrote: >> On Tue, Mar 14, 2017 at 9:58 AM, Gedare Bloom wrote: >>> On Tue, Mar 14, 2017

[GSoC] RTEMS Tester Improvements

2017-03-13 Thread Tanu Hari Dixit
users to see how to use a call.) or will that be a stretch goal? Thank you, Tanu Hari Dixit. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

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

2017-02-10 Thread Tanu Hari Dixit
ing? Thanks, Tanu Hari Dixit. RTEMS Tools Project - Source Builder Error Report Build: error: downloading ftp://gcc.gnu.org/pub/gcc/snapshots/6-20160526/gcc-6-20160526.tar.bz2: all paths have failed, giving up Command Line: ../source-builder/sb-set-builder --log=beagle.txt --prefix=/home/

Re: Using helper functions

2017-02-07 Thread Tanu Hari Dixit
Oh, yes. Thanks for the heads up. I'll rebuild it. Regards, Tanu Hari Dixit. On Tue, Feb 7, 2017 at 8:14 PM, punit vara wrote: > If you are trying to build my gpio sample then its just for arm > architecture and specifically for beagle bone black. Sparc is > completely differen

Re: Using helper functions

2017-02-07 Thread Tanu Hari Dixit
Hello Joel, > An alternative is to look at the examples-v2 repo. It shows how to > builds RTEMS applications external to the RTEMS tree using waf. > I had tried example-v2 a few days back. I'll try to make an application with the help of it. Thank you. Regards, T

Re: Using helper functions

2017-02-06 Thread Tanu Hari Dixit
Hello Gedare, > see rtems.git/testsuites/fstests for examples of some filesystem usage. I'll look into this testsuite in more depth. Thanks. Regards, Tanu Hari Dixit. On Mon, Feb 6, 2017 at 8:31 PM, Tanu Hari Dixit wrote: > Hello Punit, Gedare, > > Thanks for the answe

Re: Using helper functions

2017-02-06 Thread Tanu Hari Dixit
tside of testsuites. For example, my question is rtems_gsoc16/gpio has no configure.ac file. I don't understand how to generate make file in this case. Please help me with this. What example did you take to learn how to make an application (and run it)? Thank you so much. Tanu Hari Dixit.

Re: Regarding running one test

2017-02-06 Thread Tanu Hari Dixit
o you mean, that if I make some changes in the cpukit, I rebuild it---(i.e run the configure script in rtems/cpukit and consequently make) and it will be all that I am required to do? Won't I need to make the executables again? Regards, Tanu Hari Dixit. On Mon, Feb 6, 2017 at 7:08 PM, Tanu H

Re: Regarding running one test

2017-02-06 Thread Tanu Hari Dixit
Hello Gedare, Joel, I was able to re-build and execute the samples following your advice. Thank you. Regards, Tanu Hari Dixit. On Sun, Feb 5, 2017 at 3:03 AM, Gedare Bloom wrote: > After you do a git-pull you should usually re-run bootstrap, delete > your build, and re-run configure an

Re: GSoC Mentors / Projects of Interest

2017-02-05 Thread Tanu Hari Dixit
Hello all, I have edited the open projects page to include my workflow for adding tickets(https://devel.rtems.org/wiki/Developer/OpenProjects#HelpConverttoTickets). Kindly review it and help me edit the required changes. Thank you, Tanu Hari Dixit. On Mon, Feb 6, 2017 at 9:38 AM, Chris Johns

Re: GSoC Mentors / Projects of Interest

2017-02-05 Thread Tanu Hari Dixit
, Tanu Hari Dixit. On Wed, Feb 1, 2017 at 11:44 PM, Tanu Hari Dixit wrote: > > If you're logged in then you should see a small link "Modify ↓" just > > above the ticket box. > I clicked on the Modify link but it doesn't give me an option to edit > the desc

Re: Regarding running one test

2017-02-04 Thread Tanu Hari Dixit
use I updated the rtems repository from upstream and have run into trouble. Can you please help me with this? Thanks, Tanu Hari Dixit. On Sat, Feb 4, 2017 at 10:24 PM, Joel Sherrill wrote: > If you are building the erc32 BSP, there are a handful of options. It is > probably the easiest BSP t

Re: Regarding running one test

2017-02-04 Thread Tanu Hari Dixit
parc-rtems4.12-strip... sparc-rtems4.12-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking that generated files are newer than configure...

Re: Regarding running one test

2017-02-04 Thread Tanu Hari Dixit
hanges added to commit (use "git add" and/or "git commit -a") I don't know what I am missing. Do I need to do something before pulling from upstream? How do I rectify this? Please help me with this. Thank you, Tanu Hari Dixit. On Sat, Feb 4, 2017 at 6:47 PM, Kuan H

Re: Regarding running one test

2017-02-03 Thread Tanu Hari Dixit
Also is there an alternative to this (https://ftp.rtems.org/pub/rtems/people/chrisj/docs/user/test/index.html) page in the docs? Regards, Tanu Hari Dixit. On Sat, Feb 4, 2017 at 10:52 AM, Tanu Hari Dixit wrote: > Hello all, > > How do I run a single test from the testsuites? I want t

Regarding running one test

2017-02-03 Thread Tanu Hari Dixit
Hello all, How do I run a single test from the testsuites? I want to run one test from the rtems/testsuites/fstests. How do I go about doing that? Regards, Tanu Hari Dixit. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo

Re: Regarding a beginner friendly bug

2017-02-01 Thread Tanu Hari Dixit
Thank you for pointing these out to me. I had a question, though. Why isn't the proposed patch applied in https://devel.rtems.org/ticket/2353 ? Regards, Tanu Hari Dixit. On Wed, Feb 1, 2017 at 11:41 AM, Sebastian Huber wrote: > Hello Tanu Hari Dixit, > > On 31/01/17 19:15, Tanu Ha

Re: GSoC Mentors / Projects of Interest

2017-02-01 Thread Tanu Hari Dixit
> If you're logged in then you should see a small link "Modify ↓" just > above the ticket box. I clicked on the Modify link but it doesn't give me an option to edit the description. Thanks, Tanu Hari Dixit. On Wed, Feb 1, 2017 at 10:47 PM, Kuan Hsun Chen wrote: >

Re: GSoC Mentors / Projects of Interest

2017-01-31 Thread Tanu Hari Dixit
h TICKET_EDIT_DESCRIPTION permissions. How do I go about doing this? What is it that I'm missing? Regards, Tanu Hari Dixit. On Wed, Feb 1, 2017 at 9:25 AM, Tanu Hari Dixit wrote: >> * You removed the "Introduction" section. Any reason or just an oversight? >> * The '

Re: GSoC Mentors / Projects of Interest

2017-01-31 Thread Tanu Hari Dixit
o I would bet there are some out there > you don't want. I'll include the above hyperlink. Thanks, Tanu Hari Dixit. On Wed, Feb 1, 2017 at 4:33 AM, Joel Sherrill wrote: > > > On Tue, Jan 31, 2017 at 12:54 PM, Gedare Bloom wrote: >> >> On Tue, Jan 31,

Re: Regarding a beginner friendly bug

2017-01-31 Thread Tanu Hari Dixit
Thank you. I'll look into it. Regards, Tanu Hari Dixit. On Tue, Jan 31, 2017 at 11:50 PM, Kuan Hsun Chen wrote: > Hi, > > You can search by yourself on this website: https://devel.rtems.org/query > After you fix a bug and test your revision comprehensively, you can send-out &g

Regarding a beginner friendly bug

2017-01-31 Thread Tanu Hari Dixit
Hello all, Is there a beginner friendly bug that I can be assigned? I would like to get involved and learn more about RTEMS. Thank you. Regards, Tanu Hari Dixit ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: GSoC Mentors / Projects of Interest

2017-01-31 Thread Tanu Hari Dixit
anity tests for all RTEMS directives so that they can be included in the documentation (something that is user friendly). Also, there was a thread titled 'Desirable Application Stacks (Add-On Library Collections)' . Which ideas can be derived from there? Regards, Tanu Hari Dixit. On Tue,

Re: GSoC Mentors / Projects of Interest

2017-01-30 Thread Tanu Hari Dixit
I'll be glad to do it. Please guide me as to how to proceed. On Mon, Jan 30, 2017 at 9:38 PM, Gedare Bloom wrote: > Yes that would be much nicer. Maybe we can get potential GSoC Students > to do the work ;) > > On Mon, Jan 30, 2017 at 1:40 AM, Sebastian Huber > wrote: > > Maybe we should move a

Re: Help with RTEMS C User’s Guide

2017-01-24 Thread Tanu Hari Dixit
Hey, Thank you for replying. Yes, the sample applications run (hello world and ticker as given on https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start). Regards, Tanu Hari Dixit. On Tue, Jan 24, 2017 at 4:06 PM, Laurent Navet wrote: > Hi > > I have made a file with the first e

Help with RTEMS C User’s Guide

2017-01-23 Thread Tanu Hari Dixit
sparc- rtems4.12/erc32/lib/include/rtems/score/rbtree.h:21:22: fatal error: sys/tree.h: No such file or directory #include ^ compilation terminated. I am not able to understand what is wrong. It would be great if you could point that out. Thank you, Tanu Hari Dixit. #include #in

Re: [PATCH] Changed hello world example to include my name

2016-12-20 Thread Tanu Hari Dixit
Hello Gedare, I am looking forward to contributing to RTEMS! Regards, Tanu Hari Dixit On Wed, Dec 21, 2016 at 2:35 AM, Gedare Bloom wrote: > Thank you, we look forward to your contributions! > > On Sat, Dec 17, 2016 at 7:38 PM, Tanu Hari Dixit > wrote: >> Hello all, >

Re: Regarding modified hello world example

2016-12-17 Thread Tanu Hari Dixit
I forgot to ask another important question- Which of the above projects would require me to have actual hardware? Thank you, Tanu Hari Dixit. On Sun, Dec 18, 2016 at 5:52 AM, Tanu Hari Dixit wrote: > Hello Joel, > > Thank you for your reply. > >> Congratulations on getting

Re: [PATCH] Changed hello world example to include my name

2016-12-17 Thread Tanu Hari Dixit
Hello all, Please find the screenshot attached. Tanu Hari Dixit. On Sun, Dec 18, 2016 at 6:03 AM, tokencolour wrote: > This is something I tried after reading > https://devel.rtems.org/wiki/GSoC/GettingStarted#ProveYouCanWorkOnRTEMS > --- > testsuites/samples/hello/init.c | 6

Re: Regarding modified hello world example

2016-12-17 Thread Tanu Hari Dixit
omething to it. This will help me make a decent GSoC effort, when the time comes. > Disclaimer: No organizations have applied to GSOC and there is no guarantee > we will be accepted. :) I understand. > > --joel Tanu Hari Dixit. ___ devel

Regarding modified hello world example

2016-12-15 Thread Tanu Hari Dixit
Hello Devs, Kindly advise me whether I need to send a patch with a modified hello world example as given in https://devel.rtems.org/wiki/GSoC/GettingStarted#ProveYouCanWorkOnRTEMS. Furthermore, I wanted to ask, is there a new set of documentation that I should be aware of, other than that hosted a

Re: Help with RTEMS

2016-12-13 Thread Tanu Hari Dixit
--report-mode=all `find ../../ -name *.exe` and all the tests passed. Tanu Hari Dixit On Wed, Dec 14, 2016 at 5:21 AM, Chris Johns wrote: > [ Please do not cross post ] > > On 14/12/2016 09:32, Martin Werner wrote: >> >> This seems to be because the sparc/sis BSP is removed in

Re: Help with RTEMS

2016-12-13 Thread Tanu Hari Dixit
' make[2]: Leaving directory `/home/thd/development/rtems/src/b-sis' make[1]: Leaving directory `/home/thd/development/rtems/src/b-sis' On Wed, Dec 14, 2016 at 12:29 AM, Jennifer Averett wrote: > This isn't showing it building samples. Either it thinks its already done >

Re: Help with RTEMS

2016-12-13 Thread Tanu Hari Dixit
e... no checking for make... make checking for RTEMS Version... 4.11.99.0 checking build system type... x86_64-pc-linux-gnu checking host system type... sparc-unknown-rtems4.12 checking target system type... sparc-unknown-rtems4.12 checking rtems target cpu... sparc checking for a BSD-compatible

Re: Help with RTEMS

2016-12-13 Thread Tanu Hari Dixit
lder is located. As I had mentioned in my previous mail, there are samples in the rtems source directory (/development/rtems/src/rtems/testsuites/samples/ticker) but I don't know as to how to specify to test those samples with the configure command. Thank you, Tanu Hari Dixit. On Tue, De