We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff3322 commit 2840a5cCopy full SHA for 2840a5c
docs/getting-started/quickstart.md
@@ -229,6 +229,14 @@ If compilation fails:
229
* Check that `llc` is installed and in your PATH
230
* Verify your Python syntax is correct
231
* Ensure all imported types are from `ctypes`
232
+* In the worst case, compile object files manually using `compile_to_ir()` and `llc` to get detailed errors
233
+
234
+### Verification Failure
235
236
+If verification fails:
237
238
+* Compile the object files using `compile()` function instead of loading directly
239
+* Run `sudo check.sh check <bpf>.o` to get detailed verification output
240
241
## Next Steps
242
0 commit comments