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-requ...@rtems.org> wrote:
> Send devel mailing list submissions to
>         devel@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-requ...@rtems.org
>
> You can reach the person managing the list at
>         devel-ow...@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.siro...@gmail.com>
> To: devel@rtems.org
> Cc: salil0907 <sali.siro...@gmail.com>
> Subject: [PATCH] secondpatch
> Message-ID: <20180312113007.4947-1-salil.siro...@gmail.com>
>
> From: salil0907 <sali.siro...@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@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
> ------------------------------
>
> End of devel Digest, Vol 76, Issue 39
> *************************************

Attachment: j-newlib
Description: Binary data

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to