关于dae的编译问题 #219
madcat0513
started this conversation in
General
关于dae的编译问题
#219
Replies: 1 comment
-
|
感谢 |
Beta Was this translation helpful? Give feedback.
0 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.
-
折腾了几天终于搞定了dae的编译,make nconfig,先要选中Global build settings->Kernel build options->XDP sockets support,然后 LuCI->Applications下面就会出现luci-app-dae了,选中后再去Global build settings->Kernel build options下取消选中Reduce debugging information,然后就能选择 Enable additional BTF type information,接着把Compile the kernel with kprobes support和Compile the kernel with BPF event support都选上就搞定了,不过多线程编译很容易出错,最后我是单线程编译成功的(编译了八个多小时.........),不知道是个例还是通病,就此记录下吧,希望对由此需求的人有所帮助。
Beta Was this translation helpful? Give feedback.
All reactions