<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi, I'm working through the "quick start" document (<a href="https://docs.rtems.org/branches/master/user/start/index.html" id="LPlnk">https://docs.rtems.org/branches/master/user/start/index.html</a>), and have succeeded in bulding and running the paranoia example
 on the beaglebone. I now want to add the bsd networking library. I followed <a href="https://rmeena840.github.io/Fourth-Post/" id="LPlnk">
https://rmeena840.github.io/Fourth-Post/</a>. I successfully configured waf, but in the build operation I got the following error:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="_Entity _EType_OWALinkPreview _EId_OWALinkPreview_1 _EReadonly_1"></div>
../../rtemsbsd/nfsclient/nfs.c:2279:3: error: 'const struct _rtems_filesystem_operations_table' has no member named 'utimens_h'; did you mean 'utime_h'?
<div>  .utimens_h         = nfs_utimens,</div>
<div>   ^~~~~~~~~</div>
<div><span>   utime_h</span></div>
<div><br>
</div>
<div>Not sure if I did something wrong, or this is a known problem.</div>
<div>Pete.</div>
<div><br>
</div>
<div class="_Entity _EType_OWALinkPreview _EId_OWALinkPreview _EReadonly_1"></div>
<br>
</body>
</html>