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
这个工具支持交叉编译吗?我想在嵌入式设备上进行使用,但是我阅读了您的makefile后没有找到任何可以配置交叉工具链内容,我尝试使用交叉工具链直接去编译,出现了如<list.h>这种在交叉工具链中没有的头文件错误
The text was updated successfully, but these errors were encountered:
这个工具编译出来是静态链接的,对于x86和arm架构的可以直接使用。对于其他架构,暂未提供相应版本。由于工具在编译过程中依赖CLANG、libbpf、libelf等库,因此直接使用工具链进行交叉编译怕是不得行哦
Sorry, something went wrong.
如果能提交到 OpenWrt ,就方便了。
这个倒是可以支持,后续会尝试将其提交到buildroot上
menglongdong
No branches or pull requests
这个工具支持交叉编译吗?我想在嵌入式设备上进行使用,但是我阅读了您的makefile后没有找到任何可以配置交叉工具链内容,我尝试使用交叉工具链直接去编译,出现了如<list.h>这种在交叉工具链中没有的头文件错误
The text was updated successfully, but these errors were encountered: