Hi,

On Fri, Jun 4, 2021 at 1:09 PM Siddons, David <[email protected]> wrote:
>
> Hi, I'm working through the "quick start" document 
> (https://docs.rtems.org/branches/master/user/start/index.html), and have 
> succeeded in bulding and running the paranoia example on the beaglebone. I 
> now want to add the bsd networking library. I followed 
> https://rmeena840.github.io/Fourth-Post/. I successfully configured waf, but 
> in the build operation I got the following error:
>
> ../../rtemsbsd/nfsclient/nfs.c:2279:3: error: 'const struct 
> _rtems_filesystem_operations_table' has no member named 'utimens_h'; did you 
> mean 'utime_h'?
>   .utimens_h         = nfs_utimens,
>    ^~~~~~~~~
>    utime_h
>
Please rebuild the RSB toolchain after pulling from the current master
branch. The newlib version has been updated recently in the RSB and
the updated version is required to build the BSP.

Best regards,
Vijay

> Not sure if I did something wrong, or this is a known problem.
> Pete.
>
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.rtems.org/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/users

Reply via email to