Driver manager initialization error

João Rasta freakforever at gmail.com
Tue Sep 28 17:29:14 UTC 2010


Hi,

Has anyone used the RTEMS driver manager? I'm initializating it with:

    drv_mgr_grlib_init();

    printf("Initializing manager\n");
    if ( rtems_drvmgr_init() )
    {
        printf("Driver manager Failed to initialize\n");
        exit(-1);
    }

But rtems_drvmgr_init() gives an error such as segmentation fault and exits.


I have not understood from the docs (
http://wiki.rtems.org/wiki/index.php/DriverManager) if i have to pass
parameters to drv_mgr_grlib_init().

What am i missing?


Best,
JM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20100928/21f131d0/attachment.html>


More information about the users mailing list