Welcome to the Linux Foundation Forum!
GCC cross compile tool
karthik486
Posts: 6
I am trying to create a GCC cross compile tool for arm usin GCC-4.8.0 but I am getting build errors. I need some guidance with creating the cross compile tool chain.
Ubuntu 12.10
Steps I followed:
1: Download GCC-4.8 from gcc-gnu.org and untar it
2: From GCC-4.8 folder I downloaded the prerequisities with command below
./contrib/download_prerequisites
3: then from a build folder I configured it using below command
../gcc-4.8.0/configure --target=arm-eabi \
--with-mode=thumb --enable-languages=c,c++ \
--with-arch=armv5te
4: make
but the build fails.
Can anyone point me to the correct configuration to create a cross compiler for ARM A9/A15
0
Comments
-
I think seeing the error messages that appeared after you executed the make command might tell where your problem is. You'll need to post them in order for anyone to help you.0
-
I am to build GCC with these commands, but make install fails in GCC
export CC="gcc -m64"
export CXX="g++ -m64"
mkdir binutils-build
cd binutils-build
../binutils-2.23.52/configure --prefix=/home/karthik/Learn/arm-binutils --target=arm-eabi --enable-interwork --enable-multilib
make all install
export PATH="$PATH:/home/karthik/Learn/arm-binutils/bin"
cd gcc-4.8.0
./contrib/download_prerequisites
cd ..
mkdir gcc-arm-cross
cd gcc-arm-cross
../gcc-4.8.0/configure \
--target=arm-eabi \
--host=x86_64-linux-gnu --build=x86_64-linux-gnu \
--with-gmp-version=4.3.2 --with-mpfr-version=2.4.2 --with-gcc-version=4.7.2 \
--disable-nls --disable-shared --disable-multilib \
--disable-decimal-float --disable-threads \
--disable-libmudflap --disable-libssp \
--disable-libgomp --enable-languages=c
__________________________________________________________________________
Attached all log files
make install fails with following log:
chmod 644 /usr/local/lib/gcc/arm-eabi/4.8.0/libgcc.a
arm-eabi-ranlib /usr/local/lib/gcc/arm-eabi/4.8.0/libgcc.a
/bin/bash: arm-eabi-ranlib: command not found
make[2]: *** [install-leaf] Error 127
make[2]: Leaving directory `/home/karthik/Learn/gcc-arm-cross/arm-eabi/libgcc'
make[1]: *** [install-target-libgcc] Error 2
make[1]: Leaving directory `/home/karthik/Learn/gcc-arm-cross'
make: *** [install] Error 2
0 -
Attached log0
-
attached log0
-
attached log0
-
attached log0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- 1 Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 1.4K LFS258 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 946 Programming and Development
- 310 Kernel Development
- 618 Software Development
- 979 Software
- 371 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)