devel Digest, Vol 76, Issue 39

Aditya Upadhyay aadit0402 at gmail.com
Mon Mar 12 15:32:11 UTC 2018


Hi Salil,

Have you subscribed newlib mailing list? You need to build newlib for some BSPs.
Here, You can clone newlib: git clone git://sourceware.org/git/newlib-cygwin.git

For more information about newlib, go through this link:
https://sourceware.org/newlib/

Since you have to port the code from either FreeBSD or NetBSD, you
must have the cloned CVS repo of these two.
you can install a base toolset using the RSB and then build just
newlib using the attached script. It installs the
newlib you built over your tools.

The script is just a local helper script and has to be localized for
paths. You should double check it against
the RSB to make sure the options are the same.

Any comments and suggestions from senior member of community would be
appreciated.

Thanks & Regards,
Aditya Upadhyay
M.Tech - Indian Institute of Technology (ISM), Dhanbad,
Voice: +91-9128811628 (M)


On Mon, Mar 12, 2018 at 5:30 PM,  <devel-request at rtems.org> wrote:
> Send devel mailing list submissions to
>         devel at rtems.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.rtems.org/mailman/listinfo/devel
> or, via email, send a message with subject or body 'help' to
>         devel-request at rtems.org
>
> You can reach the person managing the list at
>         devel-owner at rtems.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of devel digest..."
>
>
> Today's Topics:
>
>    1. [PATCH] secondpatch (salil0907)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 12 Mar 2018 17:00:07 +0530
> From: salil0907 <salil.sirotia at gmail.com>
> To: devel at rtems.org
> Cc: salil0907 <sali.sirotia at gmail.com>
> Subject: [PATCH] secondpatch
> Message-ID: <20180312113007.4947-1-salil.sirotia at gmail.com>
>
> From: salil0907 <sali.sirotia at gmail.com>
>
> ---
>  testsuites/samples/hello/init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
> index 6c4f475b1a..522f793d39 100644
> --- a/testsuites/samples/hello/init.c
> +++ b/testsuites/samples/hello/init.c
> @@ -22,7 +22,7 @@ static rtems_task Init(
>  {
>    rtems_print_printer_fprintf_putc(&rtems_test_printer);
>    TEST_BEGIN();
> -  printf( "Hello rtems World\n" );
> +  printf( "Hello to salil rtems World\n" );
>    TEST_END();
>    rtems_test_exit( 0 );
>  }
> --
> 2.14.1
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
> ------------------------------
>
> End of devel Digest, Vol 76, Issue 39
> *************************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: j-newlib
Type: application/octet-stream
Size: 2327 bytes
Desc: not available
URL: <http://lists.rtems.org/pipermail/devel/attachments/20180312/5f4cd10c/attachment.obj>


More information about the devel mailing list