-
Notifications
You must be signed in to change notification settings - Fork 235
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
Can't build on ARM64 machine with Ubuntu 18.04 #218
Comments
I was just thinking about getting an ARM server the other day :) I think there are currently two problems:
Can you try to:
|
Hello! Thank you for help! I applied all fixes and tried two different dpdk build targets:
For first one I received following results:
Looks like some parts of DPDK still use X86 assembler and gcc on ARM64 does not like it. For Thunder's target it looks even more strange:
These segmentation faults look very strange actually. |
Oh right, there is some x86 assembly in libmoon, sorry about that. I guess I should definitely get one or two of these thunderx machines, they seem nice. |
Yes, they're really nice :) I got mine from https://www.worksonarm.com and testing ARM for network workloads. |
@pavel-odintsov Did you able to install DPDK on Cavium Thunder X machine ? |
Hello!
Sorry, I do not have Thunder anymore.
On Fri, 26 Oct 2018 at 16:40, Gyanesh Patra ***@***.***> wrote:
@pavel-odintsov <https://github.com/pavel-odintsov> Did you able to
install DPDK on Cavium Thunder X machine ?
I am facing a lot of issues with the "internal compiler error:
Segmentation fault" too. Please share any info you can.
thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#218 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACnfZhbxq-SSpuTqpvODTok2WzivmDPzks5uoyz4gaJpZM4Uq1Rx>
.
--
Sincerely yours, Pavel Odintsov
|
Hello!
I have been playing with Arm64 machines for packet processing/packet generation.
I had very nice experience with your tool previously and decided to try it on ARM64 platform.
I use Cavium Thunder X machine with Mellanox 40G CX-4 cards.
Unfortunately, I stuck on build/compilation step:
Any options to skip these flags for ARM64 machines? I do not expect great performance but would be nice to have to working.
Thank you!
The text was updated successfully, but these errors were encountered: