ansyun / dpdk-ans

ANS(Accelerated Network Stack) on DPDK, DPDK native TCP/IP stack.
https://ansyun.com
BSD 3-Clause "New" or "Revised" License
1.15k stars 322 forks source link

Build ANS on corei7 architecture. #121

Closed NAYANSEN90 closed 4 years ago

NAYANSEN90 commented 4 years ago

I have been trying to use ANS on an older machine.

I get the following error:

Start to generate librte_ans.a/librte_anssock.a/librte_anscli.a for -mnative. Your native march is corei7. Your native march is none of westmere/sandybridge/ivybridge/haswell/broadwell/knl. You may generate librte_ans.a/librte_anssock.a based on your -mnative by manual, Or ask help from ANS develop team.

Can you tell me how to build ANS specifically for this case?

Can it be done?

bluenet13 commented 4 years ago

Update gcc version 5.4 or higher version.

NAYANSEN90 commented 4 years ago

Thanks. It works now.