Error while adding usb ethernet driver

Chris Johns chrisj at rtems.org
Wed Jul 6 06:55:13 UTC 2016


On 06/07/2016 16:46, Deval Shah wrote:
> I couldn't find rc.conf file.

It is something you add into your application. I assumed you had an app. 
Sorry for the confusion.

> And I added the following. Is this the
> correct place ? Because I am still not getting the debug printfs.
>
> diff --git a/testsuite/include/rtems/bsd/test/default-init.h
> b/testsuite/include/rtems/bsd/test/default-init.h
> index ab2ab3a..873c01a 100644
> --- a/testsuite/include/rtems/bsd/test/default-init.h
> +++ b/testsuite/include/rtems/bsd/test/default-init.h
> @@ -39,6 +39,7 @@ rtems_task Init(
>   {
>     rtems_status_code sc;
> +  rtems_bsd_setlogpriority("debug");
>     puts( "*** " TEST_NAME " TEST ***" );
>     /*
>

Ah ok, you are using the tests. I think it is ok for the tests to have 
the priority set to 'debug'. I will make a change and push it.

Chris


More information about the devel mailing list