Regarding modified hello world example
Tanu Hari Dixit
tokencolour at gmail.com
Thu Dec 15 08:24:01 UTC 2016
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 at
https://devel.rtems.org/ ?
I aim to participate in GSoC '17 under RTEMS. How should I proceed
now, that I have set up RTEMS ?
Also, when I modified testsuites/samples/hello/init.c, the following
m4 files also got modified:
c/src/lib/libbsp/bfin/acinclude.m4
c/src/lib/libbsp/powerpc/acinclude.m4
in the following way,
diff --git a/c/src/lib/libbsp/bfin/acinclude.m4 b/c/src/lib/libbsp/bfin/acinclud
index ab6082e..828fd89 100644
--- a/c/src/lib/libbsp/bfin/acinclude.m4
+++ b/c/src/lib/libbsp/bfin/acinclude.m4
@@ -2,12 +2,12 @@
AC_DEFUN([RTEMS_CHECK_BSPDIR],
[
case "$1" in
- TLL6527M )
- AC_CONFIG_SUBDIRS([TLL6527M]);;
bf537Stamp )
AC_CONFIG_SUBDIRS([bf537Stamp]);;
eZKit533 )
AC_CONFIG_SUBDIRS([eZKit533]);;
+ TLL6527M )
+ AC_CONFIG_SUBDIRS([TLL6527M]);;
*)
AC_MSG_ERROR([Invalid BSP]);;
esac
diff --git a/c/src/lib/libbsp/powerpc/acinclude.m4 b/c/src/lib/libbsp/powerpc/ac
index 4c83475..edc67b5 100644
--- a/c/src/lib/libbsp/powerpc/acinclude.m4
+++ b/c/src/lib/libbsp/powerpc/acinclude.m4
@@ -32,12 +32,12 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
AC_CONFIG_SUBDIRS([t32mppc]);;
tqm8xx )
AC_CONFIG_SUBDIRS([tqm8xx]);;
- virtex )
- AC_CONFIG_SUBDIRS([virtex]);;
virtex4 )
AC_CONFIG_SUBDIRS([virtex4]);;
virtex5 )
AC_CONFIG_SUBDIRS([virtex5]);;
+ virtex )
+ AC_CONFIG_SUBDIRS([virtex]);;
*)
AC_MSG_ERROR([Invalid BSP]);;
esac
Should I be worried about these? Why did the order of the subdir change here?
More information about the devel
mailing list