NVIDIA / l2fwd-nv

l2fwd-nv provides an example of how to leverage your DPDK network application with the NVIDIA GPUDirect RDMA techonology.
Apache License 2.0
65 stars 20 forks source link

NVCC Error #2

Open themikem opened 3 years ago

themikem commented 3 years ago

Hi,

In running the last step, I'm seeing this error: [ 9%] Built target dpdk_target [ 18%] Building C object CMakeFiles/l2fwdnv.dir/external/gdrcopy/src/memcpy_sse41.c.o [ 27%] Building CUDA object CMakeFiles/l2fwdnv.dir/src/kernel.cu.o nvcc fatal : Unknown option '-march=native' make[2]: [CMakeFiles/l2fwdnv.dir/build.make:63: CMakeFiles/l2fwdnv.dir/src/kernel.cu.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:78: CMakeFiles/l2fwdnv.dir/all] Error 2 make: [Makefile:141: all] Error 2

Is there an error in the build configuration...?