简体   繁体   English

ARM GCC交叉编译器fedora 22

[英]ARM GCC cross-compiler fedora 22

I'm running fedora LXDE and I'm trying to cross-compile for ARM for my research. 我正在运行fedora LXDE,并且正在尝试为我的研究交叉编译ARM。 After looking through the internet I downloaded the packages:arm-linux-gnu-cpp and arm-linux-gnu-binutils and tried to use them to compile a hello world C program. 浏览互联网后,我下载了以下软件包:arm-linux-gnu-cpp和arm-linux-gnu-binutils,并尝试使用它们来编译hello world C程序。 I got the following: 我得到以下内容:

[aejjeh@localhost ARMtests]$ arm-linux-gnu-gcc -v hello.c
Using built-in specs.
COLLECT_GCC=arm-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-linux-gnueabi/5.1.1/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../gcc-5.1.1-20150618/configure --bindir=/usr/bin --build=x86_64-redhat-linux-gnu --datadir=/usr/share --disable-decimal-float --disable-dependency-tracking --disable-gold --disable-libgcj --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libunwind-exceptions --disable-nls --disable-plugin --disable-shared --disable-silent-rules --disable-sjlj-exceptions --disable-threads --with-ld=/usr/bin/arm-linux-gnu-ld --enable-__cxa_atexit --enable-checking=release --enable-gnu-indirect-function --enable-gnu-unique-object --enable-initfini-array --enable-languages=c,c++ --enable-linker-build-id --enable-nls --enable-obsolete --enable-plugin --enable-targets=all --exec-prefix=/usr --host=x86_64-redhat-linux-gnu --includedir=/usr/include --infodir=/usr/share/info --libexecdir=/usr/libexec --localstatedir=/var --mandir=/usr/share/man --prefix=/usr --program-prefix=arm-linux-gnu- --sbindir=/usr/sbin --sharedstatedir=/var/lib --sysconfdir=/etc --target=arm-linux-gnueabi --with-bugurl=http://bugzilla.redhat.com/bugzilla/ --with-default-libstdcxx-abi=c++98 --with-isl --with-linker-hash-style=gnu --with-newlib --with-sysroot=/usr/arm-linux-gnu/sys-root --with-system-libunwind --with-system-zlib --without-headers --with-tune=cortex-a8 --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-abi=aapcs-linux
Thread model: single
gcc version 5.1.1 20150618 (Red Hat Cross 5.1.1-3) (GCC) 
COLLECT_GCC_OPTIONS='-v' '-march=armv7-a' '-mtune=cortex-a8' '-mfloat-abi=hard' '-mfpu=vfpv3-d16' '-mabi=aapcs-linux' '-mtls-dialect=gnu'
 /usr/libexec/gcc/arm-linux-gnueabi/5.1.1/cc1 -quiet -v hello.c -quiet -dumpbase hello.c -march=armv7-a -mtune=cortex-a8 -mfloat-abi=hard -mfpu=vfpv3-d16 -mabi=aapcs-linux -mtls-dialect=gnu -auxbase hello -version -o /tmp/cclJjDIf.s
GNU C11 (GCC) version 5.1.1 20150618 (Red Hat Cross 5.1.1-3) (arm-linux-gnueabi)
    compiled by GNU C version 5.1.1 20150618 (Red Hat 5.1.1-4), GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/arm-linux-gnu/sys-root/usr/local/include"
ignoring nonexistent directory "/usr/lib/gcc/arm-linux-gnueabi/5.1.1/../../../../arm-linux-gnueabi/include"
ignoring nonexistent directory "/usr/arm-linux-gnu/sys-root/usr/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/arm-linux-gnueabi/5.1.1/include
 /usr/lib/gcc/arm-linux-gnueabi/5.1.1/include-fixed
End of search list.
GNU C11 (GCC) version 5.1.1 20150618 (Red Hat Cross 5.1.1-3) (arm-linux-gnueabi)
    compiled by GNU C version 5.1.1 20150618 (Red Hat 5.1.1-4), GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 6674f63c1f19a3bb91ffdaf6be2d26b1
hello.c:1:18: fatal error: stdio.h: No such file or directory
compilation terminated.

Then, after some digging around on the internet I found that arm-linux-gnu-gcc can only build kernel applications and not user applications. 然后,在Internet上进行了一些挖掘之后,我发现arm-linux-gnu-gcc只能构建内核应用程序,而不能构建用户应用程序。 I also found that there is a package called arm-none-eabi-gcc, so I installed it and tried to use it. 我还发现有一个名为arm-none-eabi-gcc的软件包,因此我安装了它并尝试使用它。 This time I get the following verbose output: 这次,我得到以下详细输出:

[aejjeh@localhost ARMtests]$ arm-none-eabi-gcc -v hello.c
Using built-in specs.
COLLECT_GCC=arm-none-eabi-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-none-eabi/5.2.0/lto-wrapper
Target: arm-none-eabi
Configured with: ../gcc-5.2.0/configure --prefix=/usr --mandir=/usr/share/man --with-pkgversion='Fedora 5.2.0-2.fc22' --with-bugurl=https://bugzilla.redhat.com/ --infodir=/usr/share/info --target=arm-none-eabi --enable-interwork --enable-multilib --with-python-dir=arm-none-eabi/share/gcc-5.2.0/python --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r --enable-plugins --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --enable-languages=c,c++ --with-newlib --disable-nls --disable-shared --disable-threads --with-gnu-as --with-gnu-ld --with-gmp --with-mpfr --with-mpc --with-headers=/usr/arm-none-eabi/include --with-system-zlib
Thread model: single
gcc version 5.2.0 (Fedora 5.2.0-2.fc22) 
COLLECT_GCC_OPTIONS='-v'
 /usr/libexec/gcc/arm-none-eabi/5.2.0/cc1 -quiet -v -D__USES_INITFINI__ hello.c -quiet -dumpbase hello.c -auxbase hello -version -o /tmp/cc85rCKv.s
GNU C11 (Fedora 5.2.0-2.fc22) version 5.2.0 (arm-none-eabi)
    compiled by GNU C version 5.1.1 20150618 (Red Hat 5.1.1-4), GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/lib/gcc/arm-none-eabi/5.2.0/../../../../arm-none-eabi/sys-include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/arm-none-eabi/5.2.0/include
 /usr/lib/gcc/arm-none-eabi/5.2.0/include-fixed
 /usr/lib/gcc/arm-none-eabi/5.2.0/../../../../arm-none-eabi/include
End of search list.
GNU C11 (Fedora 5.2.0-2.fc22) version 5.2.0 (arm-none-eabi)
    compiled by GNU C version 5.1.1 20150618 (Red Hat 5.1.1-4), GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 615d73086bf155d17af97f0830ed8504
hello.c:1:18: fatal error: stdio.h: No such file or directory
compilation terminated.

and if I try to compile a C code that doesn't use any printfs I got the following: 如果我尝试编译不使用任何printfs的C代码,则会得到以下信息:

[aejjeh@localhost ARMtests]$ arm-none-eabi-gcc hello.c
/usr/lib/gcc/arm-none-eabi/5.2.0/../../../../arm-none-eabi/bin/ld: cannot find crt0.o: No such file or directory
/usr/lib/gcc/arm-none-eabi/5.2.0/../../../../arm-none-eabi/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status

If anyone can point out what I'm doing wrong or if there is a different way I can get the cross-compiler working please let me know. 如果有人指出我做错了什么,或者有其他方法可以使交叉编译器正常工作,请告诉我。

I recently needed to set up a fedora box for arm cross-compiling. 我最近需要设置一个fedora盒进行手臂交叉编译。 I wanted to use the dnf packages instead of downloading linaro binaries like I have in the past. 我想使用dnf软件包,而不是像过去一样下载linaro二进制文件。 dnf search arm eventually led me to this package list: dnf search arm最终将我引导到此软件包列表:

$ sudo dnf install gcc-arm-linux-gnu binutils-arm-linux-gnu glibc-arm-linux-gnu

$ arm-linux-gnu-gcc hello.c 
$ file a.out
a.out: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=4fa9ce3405cf64f9019f0c39e82fc97d8f4e5190, with debug_info, not stripped

Edit: I noticed that sys/ include files aren't picked up by default. 编辑:我注意到默认情况下未选中sys /包含文件。 There may be a better way, but passing -I works in a pinch: 也许有更好的方法,但是通过-我在紧要关头工作:

$ arm-linux-gnu-gcc -I /usr/arm-linux-gnu/include srcfile.c

Edit2: The need for passing -I is discussed in https://bugzilla.redhat.com/show_bug.cgi?id=1456209 Edit2:通过-I的需要在https://bugzilla.redhat.com/show_bug.cgi?id=1456209中进行了讨论

Edit3: My original answer didn't install C++ or the cross-compiled libstdc++-devel package. Edit3:我最初的答案没有安装C ++或交叉编译的libstdc ++-devel软件包。 The C++ cross compiler is easy: C ++交叉编译器很容易:

$ sudo dnf install gcc-c++-arm-linux-gnu

But oddly, there doesn't seem to be a package for the C++ library readily available. 但是奇怪的是,似乎没有一个可随时使用的C ++库软件包。 My best guess is that you'd need to download the C++ library source and compile it with the cross compilers. 我最好的猜测是,您需要下载C ++库源代码并使用交叉编译器对其进行编译。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM