-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Does not compile on aarch64 #132
Comments
@qiujiangkun it's been something on our mind, i.e. running on arm, though we need to do more tests generally. From the build.rs perspective, I think we need to feature flag compile depending on the arch, which should be doable. We'll look into it. @qiujiangkun did you test with an update to build.rs? |
I'm stuck on another step. Seems I'm missing some modules in dpdk.
|
@qiujiangkun yeah. we haven't tested on any arm setup/container, so the build file should/would be different. We'll def. put it on our list. |
I have tried to compile these to components.
however, Ubuntu has at least |
I have compiled it successfully, not tested yet. apt install dpdk-dev
export C_INCLUDE_PATH="/usr/include/dpdk/:/usr/include/aarch64-linux-gnu/dpdk/"
cargo build Ubuntu automagically adapted dpdk 19.11.6 for aarch64, it's just awesome |
Right we don't officially have a
|
To add to what @drunkirishcoder. It may be better to bite the bullet and build dpdk, via Also, of note, putting this here for info: https://doc.dpdk.org/guides/linux_gsg/cross_build_dpdk_for_arm64.html |
Removes
corei7-avx
related stuff in ffi/build.rs would solve the problemThe text was updated successfully, but these errors were encountered: