有没有办法生成 .o 的文件
#4960
Replies: 1 comment 3 replies
-
为啥注释掉,这个 objectfile 不就是 .o 文件么。。你直接取出来用 不就好了么 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
做eBPF项目,需要最终的生成文件为 .o 类型的,官方的案例是把生成的.o和骨架一起链接到可执行文件中,但是现在想运行时动态加载.o文件
目前是这么写的
但是这么做的话生成的文件是一个纯文本文件
xxx.o
,类似于这样:Beta Was this translation helpful? Give feedback.
All reactions