哪些CPU标志适合Raspberry Pi上的gcc?


23

gcc使用-mcpu =(或-march =)标志来生成针对特定CPU类型的优化代码。臂的种类繁多,而gcc的Arm目标也提供了许多FPU类型。

在Raspberry Pi上编译C代码时,哪些-mcpu = /-march =标志和-mfpu =标志是正确的/本机的标志?

Answers:


11

这取决于您希望链接代码的库。如果您使用的是Raspbian映像,则体系结构为“ armhf”,并且编译标志为:

-march=armv6
-mfpu=vfp
-mfloat-abi=hard

如果要为Debian“ armel”拱门进行编译,则编译标志会有所不同。


10

RPI ARM内核是ARM 1176jzf-S,然后应将适当的标志设置为

-march=armv6zk -mcpu=arm1176jzf-s -mfloat-abi=hard -mfpu=vfp

在软浮动发行版上时,将-mfloat-abi = hard -mfpu = vfp放下。

这些标志可以通过gcc -mcpu=native -march=native -Q --help=target在gcc> = 4.7`上运行找到。


运行在Raspbian Jessie 4.4.13-v7 +,armv7l上gcc -mcpu=native -march=native -Q --help=target为我提供了*** Error in gcc':double free或rupture(顶部):0x0020c5a8 ***`。
tsbertalan '16

8

我发现此设置应该是最佳的:

-march=armv6 -mfloat-abi=hard -mfpu=vfp

(-mfloat-abi = hard,当然,仅当您使用armhf发行版时)


3

我无法回答有关-mfpuflag的问题,但建议您先尝试以下操作:

-march=native
-mcpu=native
-mtune=native

据报道GCC manual page related to ARM options

-march = native使编译器自动检测构建计算机的体系结构。目前,此功能仅在Linux上受支持,并且并非所有体系结构都可以识别。如果自动检测失败,则该选项无效。

-mcpu = native使编译器自动检测构建计算机的CPU。目前,此功能仅在Linux上受支持,并且并非所有体系结构都可以识别。如果自动检测失败,则该选项无效。

-mtune = native使编译器自动检测构建计算机的CPU。目前,此功能仅在Linux上受支持,并且并非所有体系结构都可以识别。如果自动检测失败,则该选项无效。

然后,您可以添加-Q -v到自己的视图中,GCC flags以查看启用了哪些优化,并在必要时进行进一步的优化。

这是-march=native我的Raspberry Pi上的示例程序使用的输出:

#> gcc -march=native -Q -v test.c -o test
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-8+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-8+rpi1) 
COLLECT_GCC_OPTIONS='-march=native' '-Q' '-v' '-o' 'test' '-mfloat-abi=hard' '-mfpu=vfp'
 /usr/lib/gcc/arm-linux-gnueabihf/4.6/cc1 -v -imultilib . -imultiarch arm-linux-gnueabihf test.c -dumpbase test.c -march=native -mfloat-abi=hard -mfpu=vfp -auxbase test -version -o /tmp/cc1rCJ4W.s
cc1: error: bad value (native) for -march switch
GNU C (Debian 4.6.3-8+rpi1) version 4.6.3 (arm-linux-gnueabihf)
    compiled by GNU C version 4.6.3, GMP version 5.0.5, MPFR version 3.1.0-p10, MPC version 0.9
GGC heuristics: --param ggc-min-expand=38 --param ggc-min-heapsize=15522
ignoring nonexistent directory "/usr/local/include/arm-linux-gnueabihf"
ignoring nonexistent directory "/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../arm-linux-gnueabihf/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/arm-linux-gnueabihf/4.6/include
 /usr/local/include
 /usr/lib/gcc/arm-linux-gnueabihf/4.6/include-fixed
 /usr/include/arm-linux-gnueabihf
 /usr/include
End of search list.
GNU C (Debian 4.6.3-8+rpi1) version 4.6.3 (arm-linux-gnueabihf)
    compiled by GNU C version 4.6.3, GMP version 5.0.5, MPFR version 3.1.0-p10, MPC version 0.9
GGC heuristics: --param ggc-min-expand=38 --param ggc-min-heapsize=15522
options passed:  -v -imultilib . -imultiarch arm-linux-gnueabihf test.c
 -march=native -mfloat-abi=hard -mfpu=vfp
options enabled:  -fauto-inc-dec -fbranch-count-reg -fcommon
 -fdelete-null-pointer-checks -fdwarf2-cfi-asm -fearly-inlining
 -feliminate-unused-debug-types -ffunction-cse -fgcse-lm -fident
 -finline-functions-called-once -fira-share-save-slots
 -fira-share-spill-slots -fivopts -fkeep-static-consts -fleading-underscore
 -fmath-errno -fmerge-debug-strings -fmove-loop-invariants -fpeephole
 -fprefetch-loop-arrays -freg-struct-return -fsched-critical-path-heuristic
 -fsched-dep-count-heuristic -fsched-group-heuristic -fsched-interblock
 -fsched-last-insn-heuristic -fsched-rank-heuristic -fsched-spec
 -fsched-spec-insn-heuristic -fsched-stalled-insns-dep -fshow-column
 -fsigned-zeros -fsplit-ivs-in-unroller -fstrict-volatile-bitfields
 -ftrapping-math -ftree-cselim -ftree-forwprop -ftree-loop-if-convert
 -ftree-loop-im -ftree-loop-ivcanon -ftree-loop-optimize
 -ftree-parallelize-loops= -ftree-phiprop -ftree-pta -ftree-reassoc
 -ftree-scev-cprop -ftree-slp-vectorize -ftree-vect-loop-version
 -funit-at-a-time -fvar-tracking -fvar-tracking-assignments
 -fzero-initialized-in-bss -mglibc -mlittle-endian -msched-prolog

Execution times (seconds)
 TOTAL                 :   0.00             0.00             0.00                  8 kB

1
-march = native未在gcc中为ARM处理器实现。(至少不与Raspberrian一起进行gcc装运)
2012年

@nos:正如您在我的答案中可以看到的那样,此页面显示-march=native已针对实施ARM GCC。Raspberry Pi可能是不受支持(因此未被检测)的体系结构,在这种情况下-march=native无效。
Avio 2012年

2
我的Raspberrian上的gcc说:$ gcc -march=native test.c cc1: error: bad value (native) for -march switch,它在您的输出中说的也一样。(也与-mcpu相同)
2012年

1
与我相同的版本。看一下您发布的输出,该输出隐藏在带有-v标志的所有详细信息中。之后的行话说COLLECT_GCC_OPTIONS ...

1
@nos:好的,此版本似乎不受支持。奇怪的是,我找不到在哪里-march=native也引入过的changelog ARM
Avio 2012年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.