<div dir="auto">Congratulations on getting it working. Please post your diff to hello world and a screenshot.<div dir="auto"><br></div><div dir="auto">What host OS are you using?</div><div dir="auto"><br></div><div dir="auto">What type of project are you interested in doing? Depending on the project, you may have to move to another BSP which has a simulator with same networking or graphics support. Or you may need to be on actual hardware. We can guide you through BSP selection after we know what you want to do.</div><div dir="auto"><br></div><div dir="auto">Disclaimer: No organizations have applied to GSOC and there is no guarantee we will be accepted. :)</div><div dir="auto"><br></div><div dir="auto">--joel</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Dec 15, 2016 12:24 AM, "Tanu Hari Dixit" <<a href="mailto:tokencolour@gmail.com">tokencolour@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Devs,<br>
<br>
Kindly advise me whether I need to send a patch with a modified hello<br>
world example as given in<br>
<a href="https://devel.rtems.org/wiki/GSoC/GettingStarted#ProveYouCanWorkOnRTEMS" rel="noreferrer" target="_blank">https://devel.rtems.org/wiki/<wbr>GSoC/GettingStarted#<wbr>ProveYouCanWorkOnRTEMS</a>.<br>
Furthermore, I wanted to ask, is there a new set of documentation that<br>
I should be aware of, other than that hosted at<br>
<a href="https://devel.rtems.org/" rel="noreferrer" target="_blank">https://devel.rtems.org/</a> ?<br>
I aim to participate in GSoC '17 under RTEMS. How should I proceed<br>
now, that I have set up RTEMS ?<br>
Also, when I modified testsuites/samples/hello/init.<wbr>c, the following<br>
m4 files also got modified:<br>
<br>
  c/src/lib/libbsp/bfin/<wbr>acinclude.m4<br>
  c/src/lib/libbsp/powerpc/<wbr>acinclude.m4<br>
<br>
in the following way,<br>
<br>
diff --git a/c/src/lib/libbsp/bfin/<wbr>acinclude.m4 b/c/src/lib/libbsp/bfin/<wbr>acinclud<br>
index ab6082e..828fd89 100644<br>
--- a/c/src/lib/libbsp/bfin/<wbr>acinclude.m4<br>
+++ b/c/src/lib/libbsp/bfin/<wbr>acinclude.m4<br>
@@ -2,12 +2,12 @@<br>
 AC_DEFUN([RTEMS_CHECK_BSPDIR],<br>
 [<br>
   case "$1" in<br>
-  TLL6527M )<br>
-    AC_CONFIG_SUBDIRS([TLL6527M]);<wbr>;<br>
   bf537Stamp )<br>
     AC_CONFIG_SUBDIRS([bf537Stamp]<wbr>);;<br>
   eZKit533 )<br>
     AC_CONFIG_SUBDIRS([eZKit533]);<wbr>;<br>
+  TLL6527M )<br>
+    AC_CONFIG_SUBDIRS([TLL6527M]);<wbr>;<br>
   *)<br>
     AC_MSG_ERROR([Invalid BSP]);;<br>
   esac<br>
diff --git a/c/src/lib/libbsp/powerpc/<wbr>acinclude.m4 b/c/src/lib/libbsp/powerpc/ac<br>
index 4c83475..edc67b5 100644<br>
--- a/c/src/lib/libbsp/powerpc/<wbr>acinclude.m4<br>
+++ b/c/src/lib/libbsp/powerpc/<wbr>acinclude.m4<br>
@@ -32,12 +32,12 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],<br>
     AC_CONFIG_SUBDIRS([t32mppc]);;<br>
   tqm8xx )<br>
     AC_CONFIG_SUBDIRS([tqm8xx]);;<br>
-  virtex )<br>
-    AC_CONFIG_SUBDIRS([virtex]);;<br>
   virtex4 )<br>
     AC_CONFIG_SUBDIRS([virtex4]);;<br>
   virtex5 )<br>
     AC_CONFIG_SUBDIRS([virtex5]);;<br>
+  virtex )<br>
+    AC_CONFIG_SUBDIRS([virtex]);;<br>
   *)<br>
     AC_MSG_ERROR([Invalid BSP]);;<br>
   esac<br>
<br>
Should I be worried about these? Why did the order of the subdir change here?<br>
______________________________<wbr>_________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/<wbr>mailman/listinfo/devel</a><br>
</blockquote></div></div>