You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on generating bindings in Go for Cricket, but I can't do anything without access to some headers that are listed in .gitignore - namely cpu_rpc_prot.h.
Out of curiosity why are these excluded? Also can I work around this by using cpu_rpc_prot.x? Not really sure what the .x file extension is or what the file itself is doing.
Thanks!
The text was updated successfully, but these errors were encountered:
nravic
changed the title
Generating bindings for Cricket
Generating bindings for Cricket - missing headers
Jul 17, 2023
Just do make cpu_rpc_prot.h. This should generate the header from the .x file. You need rpcgen for that. Have you had a look at https://github.com/gavrie/oncrpc? I am sure there are other projects.
Hello,
I'm working on generating bindings in Go for Cricket, but I can't do anything without access to some headers that are listed in .gitignore - namely
cpu_rpc_prot.h
.Out of curiosity why are these excluded? Also can I work around this by using
cpu_rpc_prot.x
? Not really sure what the .x file extension is or what the file itself is doing.Thanks!
The text was updated successfully, but these errors were encountered: