Regarding modified hello world example

Joel Sherrill joel at rtems.org
Thu Dec 15 14:24:57 UTC 2016


Congratulations on getting it working. Please post your diff to hello world
and a screenshot.

What host OS are you using?

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.

Disclaimer: No organizations have applied to GSOC and there is no guarantee
we will be accepted. :)

--joel

On Dec 15, 2016 12:24 AM, "Tanu Hari Dixit" <tokencolour at gmail.com> wrote:

> 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?
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20161215/44912138/attachment-0002.html>


More information about the devel mailing list