./Run

gcc -o pgms/arithoh -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Darithoh src/arith.c

src/arith.c:1:0: error: unknown value 'native' for -march

^

src/arith.c:1:0: error: unknown value 'native' for -mtune

make: *** [pgms/arithoh] Error 1

make distr

make[1]: Entering directory `/opt/byte-unixbench-master/UnixBench'

Checking distribution of files

./pgms exists

./src exists

./testdir exists

./tmp exists

./results exists

make[1]: Leaving directory `/opt/byte-unixbench-master/UnixBench'

make programs

make[1]: Entering directory `/opt/byte-unixbench-master/UnixBench'

gcc -o pgms/arithoh -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Darithoh src/arith.c

src/arith.c:1:0: error: unknown value 'native' for -march

^

src/arith.c:1:0: error: unknown value 'native' for -mtune

make[1]: *** [pgms/arithoh] Error 1

make[1]: Leaving directory `/opt/byte-unixbench-master/UnixBench'

make: *** [all] Error 2

**********************************************

Run: "make all" failed; aborting

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐