We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for your hard work.
Upon trying to build on your foundations, I found out that AF_RPMSG has a different value in my case:
$ grep -r AF_RPMSG /usr /usr/src/linux-headers-4.14.108-ti-r137/include/uapi/linux/rpmsg_socket.h:#ifndef AF_RPMSG /usr/src/linux-headers-4.14.108-ti-r137/include/uapi/linux/rpmsg_socket.h:#define AF_RPMSG 44 /usr/src/linux-headers-4.14.108-ti-r137/include/uapi/linux/rpmsg_socket.h:#define PF_RPMSG AF_RPMSG /usr/src/linux-headers-4.14.108-ti-r137/include/linux/socket.h:#define AF_RPMSG 44 /* Remote-processor messaging */ /usr/src/linux-headers-4.14.108-ti-r137/include/linux/socket.h:#define PF_RPMSG AF_RPMSG
here is the patch: https://git.ti.com/cgit/rpmsg/rpmsg/commit/include/linux/socket.h?h=rpmsg-ti-linux-4.14.y-next&id=4d493e8f47e5538e71c1ad2a714ba076e8b77975
cheers,
Nico.
The text was updated successfully, but these errors were encountered:
davidthomaswood
No branches or pull requests
Thank you for your hard work.
Upon trying to build on your foundations, I found out that AF_RPMSG has a different value in my case:
here is the patch: https://git.ti.com/cgit/rpmsg/rpmsg/commit/include/linux/socket.h?h=rpmsg-ti-linux-4.14.y-next&id=4d493e8f47e5538e71c1ad2a714ba076e8b77975
cheers,
Nico.
The text was updated successfully, but these errors were encountered: