<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">

  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    
    <!--[if gte mso 9]>
    <xml>
      <o:OfficeDocumentSettings>
        <o:AllowPNG/>
        <o:PixelsPerInch>96</o:PixelsPerInch>
     </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
    
    
    <style type="text/css">* a:hover{cursor:pointer;}</style>
    

    <style>body {-webkit-animation:bugfix infinite 1s;}@-webkit-keyframes bugfix {from {position:relative;}to {position:relative;}}</style>

  </head>

  <body style="word-wrap:normal;  word-break:break-word;">

    <style>a {word-wrap:normal;word-break:break-word;}.background-contain {background-size:contain;}@media only screen and (max-width:600px) {.container {-webkit-text-size-adjust:none !important;}.container,.palm-one-whole {width:100% !important;min-width:100% !important;}.palm-one-half {width:50% !important;min-width:50% !important;box-sizing:border-box;}blockquote .container,blockquote .container div,blockquote .container table {width:auto !important;min-width:0 !important;position:relative !important;}img {max-width:100%;}.border-outer,.border-middle,.border-inner,.inner,[title="separator"] {width:100% !important;}.innercell {padding:8px !important;}.palm-block {display:block !important;}td.palm-one-whole {display:inline-block !important;padding:0;}td.palm-one-whole:first-child:not(:only-child) {margin-bottom:16px;}td.hostname {padding-top:3px !important;}}@media only screen and (min-width:601px) {.preview-card {max-width:600px !important;}}@media only screen and (min-device-width :320px) and (max-device-width :568px),only screen and (min-device-width :768px) and (max-device-width :1024px),only screen and (max-device-width:640px),only screen and (max-device-width:667px),only screen and (max-width:480px){.container {width:100% !important;min-width:100% !important;}.p,.small,li,font[size="2"],font[size="3"] {font-size:1em !important;}}@media only screen and (min-device-width :320px) and (max-device-width :568px),only screen and (min-device-width :768px) and (max-device-width :1024px),only screen and (min-device-width :1224px)  {.message-wrapper {padding-top:6px;}.apple-only[style] {display:block !important;max-height:none !important;line-height:normal !important;overflow:visible !important;height:auto !important;width:100% !important;position:relative !important;}.no-apple {display:none !important;}form {font-size:inherit;}input[type="text"] {height:43px;padding-left:4px !important;}button:hover {cursor:pointer;}}@media only screen and (min-device-width :1224px)  {.apple-mail-form {display:block !important;background-color:white !important;}}* [office365] .outlook-com-hidden {display:none !important;}* [office365] .outlook-com-button {display:block;}* [office365] .outlook-com-only {display:block !important;max-height:none !important;line-height:normal !important;overflow:visible !important;height:auto !important;width:100% !important;position:relative !important;}</style>

    
    <!--[if (gte mso 9)|(IE)]>
    
    <style>a,body {font-family:'Calibri',Arial,sans-serif;}img {border:none !important;-ms-interpolation-mode:bicubic;}td {mso-line-height-rule:exactly !important;}.mso-card-inner table {border-collapse:collapse !important;mso-table-lspace:0pt;mso-table-rspace:0pt;vertical-align:top;}.outlook-com-only {display:none !important;font-size:0 !important;}#mso-one-whole {width:100% !important;}.border-outer,.border-middle,.border-inner {border:none !important;}.border-middle,.border-inner {width:100% !important;}.mso-border-outer,.mso-border-middle,.mso-border-inner {padding:1px;}.mso-border-outer {background-color:rgb(245,255,255);}.mso-border-middle {background-color:rgb(223,246,255);}.mso-border-inner {background-color:rgb(153,176,225);}</style>
    
    <![endif]-->
    

    <table class="container" lang="container" border="0" cellpadding="0" cellspacing="0" valign="top" style="width:100%;  margin-top:6px;">
      <tr>
        <td valign="top" class="message-wrapper" style="line-height: 1.31;  color: #222;  font-family: arial, sans-serif;">

          <!--[if mso]><table  border="0" cellpadding="0" cellspacing="0" valign="top" style="border-collapse:separate;"><tr><td valign="top"><![endif]-->
            <div>I followed the libbsd.txt and added bcm 283x driver from freebsd source. </div><div>Now I am getting new errors. This time drivers got compiled which was verified using this command.</div><div>> nm `find build -name '*bcm283x_dwc_fdt*.o'`</div><div><br></div><div>The error log is as follows. </div><div><br></div><div>In file included from ../../rtemsbsd/rtems/rtems-kernel-muteximpl.c:41:0:</div><div>/home/gadgetman/development/rtems/rtems-libbsd/rtemsbsd/include/machine/rtems-bsd-muteximpl.h:69:5: error: unknown type name 'Thread_queue_Context'</div><div>     Thread_queue_Context *queue_context);</div><div>     ^~~~~~~~~~~~~~~~~~~~</div><div>/home/gadgetman/development/rtems/rtems-libbsd/rtemsbsd/include/machine/rtems-bsd-muteximpl.h: In function 'rtems_bsd_mutex_lock':</div><div>/home/gadgetman/development/rtems/rtems-libbsd/rtemsbsd/include/machine/rtems-bsd-muteximpl.h:74:2: error: unknown type name 'Thread_queue_Context'</div><div>  Thread_queue_Context queue_context;</div><div>  ^~~~~~~~~~~~~~~~~~~~</div><div>/home/gadgetman/development/rtems/rtems-libbsd/rtemsbsd/include/machine/rtems-bsd-muteximpl.h:79:49: error: request for member 'Lock_context' in something not a structure or union</div><div>  _Thread_queue_Acquire(&m->queue, &queue_context.Lock_context);</div><div>                                                 ^</div><div>/home/gadgetman/development/rtems/rtems-libbsd/rtemsbsd/include/machine/rtems-bsd-muteximpl.h:88:50: error: request for member 'Lock_context' in something not a structure or union</div><div>   _Thread_queue_Release(&m->queue, &queue_context.Lock_context);</div><div>                                                  ^</div><div><br></div><div>The log is very big and it is showing that many structures are missing. I am unable to figure out why this happened. Because I didn't edit any file related to rtems-bsd. Any pointers ? </div><div>Commit for above code changes. https://github.com/deval-maker/rtems-libbsd/commit/d90e11ec8e775eed9580e17a6ecaff11fac39931</div><div><br></div><div>Thanks, </div><div>Deval Shah</div><img align="left" width="0" height="0" style="border:0; width:0px; height:0px;" src="https://app.mixmax.com/api/track/v2/m0StbfZiOMMRnEvzU/ISbvNmLslWYtdGQyV2ah1mLsFmdlRmI/IyZy9mLz1WZ0JHQsVmdlRmI/IyZy9mLz1WZ0JHQsVmdlRWLz1WZ0JnI?sc=false" alt="">
          <!--[if mso]></td></tr></table><![endif]-->
        </td>
      </tr>
    </table>

    <div>
<div>
  <p data-m-apply-default-font="true"><br></p>
  <div class="gmail_extra">
    <p data-m-apply-default-font="true"><br></p>
    <div class="gmail_quote">
      On Wed, May 25, 2016 7:24 PM, Deval Shah <span dir="ltr"> <a href="mailto:deval.maker@gmail.com" target="_blank">deval.maker@gmail.com</a></span>
 wrote:<br>
      <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
        <u></u>
        <div dir="ltr"><div><br><div>On Wed, May 25, 2016 at 7:12 PM, Sebastian Huber <span dir="ltr"><<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>></span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 25/05/16 14:59, Deval Shah wrote:<span><br>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On Wed, May 25, 2016 at 3:07 PM, Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a> <mailto:<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>>> wrote:<br>
<br>
    If you get<br>
<br>
    On 25/05/16 10:19, Deval Shah wrote:<br>
<br>
<br>
        I got the following result.<br>
<br>
        nm: 'a.out': No such file<br>
<br>
<br>
<br>
    from<br>
<br>
    nm `find build -name '*bcm283x_dwc_fdt*.o`<br>
<br>
    the this is the first issue you have to resolve. Read the man<br>
    pages of nm and find to figure out what these commands do.<br>
<br>
    You must have object files for all your driver modules.<br>
<br>
<br>
I understood the problem. Driver for bcm283x is no getting built. Is there any documentation availible for porting a driver to rtems-libbsd ? So that I can verify necessary steps for the code I cherry-picked or if required do the process from scratch.<br>
</blockquote>
<br></span>
See "How to import code from FreeBSD" in libbsd.txt.</blockquote><div>Great ! Thanks a lot. </div><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Please improve the documentation while you work on this.</blockquote><div>Surely I will.  </div><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : +49 89 189 47 41-16<br>
Fax     : +49 89 189 47 41-09<br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
<br>
</div></div></blockquote></div><br></div></div>

      </blockquote>
    </div>
  </div>
</div>
</div>
    
  </body>
</html>