+14
−0
Loading
When doing debug build on ARM Neoverse-N1 platform, if gcc version is lower than 8.4.0, we may met following errors: /tmp/cc24qua1.s: Assembler messages: /tmp/cc24qua1.s:53: Error: selected processor does not support `casp x0,x1,x2,x3,[x4]' /tmp/cc24qua1.s:85: Error: selected processor does not support `caspa x0,x1,x2,x3,[x4]' /tmp/cc24qua1.s:117: Error: selected processor does not support `caspl x0,x1,x2,x3,[x4]' /tmp/cc24qua1.s:149: Error: selected processor does not support `caspal x0,x1,x2,x3,[x4]' The change also fix the problem by pass armv8.2-a+crypto as target architecture. Signed-off-by:Rui Chang <rui.chang@arm.com> Change-Id: I2053b9440e06873066480d63e471802df2e69d4e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7949 Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Ziye Yang <ziye.yang@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot