GitHub
github.com › KudProject › aarch64-linux-android-4.9
GitHub - KudProject/aarch64-linux-android-4.9: Android's AArch64 GCC 4.9 toolchain from master, with deprecation notice and delays disabled. · GitHub
If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License.
Starred by 8 users
Forked by 9 users
Languages C 84.0% | XC 7.9% | XS 7.8%
Gentoo Wiki
wiki.gentoo.org › wiki › Android › SharkBait › Building_a_toolchain_for_aarch64-linux-android
Android/SharkBait/Building a toolchain for aarch64-linux-android - Gentoo wiki
user $../gcc-4.9/configure --target=$TARGET --prefix=$PREFIX --without-headers --with-gnu-as --with-gnu-ld --enable-languages=c,c++ ... We need to verify that the toolchain is really working by creating executables for our target. Write a simple "Hello, world!" program: ... user $aarch64-linux-android-g++ hello.cc -o hello -pie -static-libgcc -nostdinc++ -I/usr/local/aarch64-linux-android/include/c++/v1 -nodefaultlibs -lc -lm -lc++
XDA Forums
xdaforums.com › home › general discussion › xda-university
[GUIDE] Compiling C programs in Android using gcc | XDA Forums
September 30, 2024 - [aarch64-linux-android] [ OmniRom 14 Dev - xtrnaw7@t15g /data/develop/android/ModuleSrc/python_3.10.4 ] $ nm /lib64/libc.so.6 | grep __fpending 000000000008c610 T __fpending [aarch64-linux-android] [ OmniRom 14 Dev - xtrnaw7@t15g /data/develop/android/ModuleSrc/python_3.10.4 ] $ ... fyi: The symbol __fpending from the example above is defined in the libc.so from the API version 23 and newer: ... [aarch64-linux-android] [ OmniRom 14 Dev - xtrnaw7@t15g /data/develop/android/android-ndk-r25.2/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib ] $ for i in ./aarch64-linux-android/*/libc.so ; do
Google
android.googlesource.com › platform › prebuilts › gcc › linux-x86 › aarch64 › aarch64-linux-android-4.9
platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 - Git at Google
f0d812a remove aarch64-linux-android* binaries by Nick Desaulniers · 4 years, 7 months ago · 0a06043 [automerger skipped] DO NOT MERGE - Empty merge qt-qpr1-dev-plus-aosp into stag-aosp-master am: 6db7620069 -s ours am: f3ea0dd7c6 am: e9c7c9eb5c am: 98dce673ad -s ours by Xin Li · 6 years ago aml_tz3_314012010 android-s-v2-preview-1 android12--mainline-release android12-dev android12-mainline-art-release android12-mainline-networkstack-release android12-mainline-tzdata3-release android12-prebuilt-test android12-qpr1-d-release android12-qpr1-d-s1-release android12-qpr1-d-s2-release android12-
Arch Linux Man Pages
man.archlinux.org › man › aarch64-linux-gnu-gcc.1.en
aarch64-linux-gnu-gcc(1) — Arch manual pages
March 18, 2020 - GNU/Linux Options (GNU/Linux Options) -mglibc -muclibc -mmusl -mbionic -mandroid -tno-android-cc -tno-android-ld
GitHub
github.com › krasCGQ › aarch64-linux-android
GitHub - krasCGQ/aarch64-linux-android: DEPRECATED. Bleeding edge GCC toolchains (CC only) built using latest git version of crosstool-NG. GNU branches: opt-gnu-{7,8}.x; Linaro branch: opt-linaro-7.x.
Run this command anywhere on your environment: $ git clone git://github.com/krasCGQ/aarch64-linux-android -b <branch> --depth=1 · Where <branch> is one of these branches: a53-7.x - GNU GCC 7.2.1, optimized for Cortex-A53 (deprecated) opt-gnu-7.x - GNU GCC 7.3.1 (deprecated) opt-gnu-8.x - GNU GCC 8.2.1 ·
Starred by 21 users
Forked by 17 users
XDA Forums
xdaforums.com › home › general development › android development and hacking › android software/hacking general [developers only]
[REFERENCE] How to compile an Android kernel | Page 34 | XDA Forums
June 26, 2017 - In any case the error message produces the correct path in all cases i.e /home/ezzony/mykernel/aarch64-linux-android-4.9/bin/aarch64-linux-android-gcc This is the code my kernel source code readme file says to use but it did not say where to place the files and the path doesn't make sense to me after the pwd part: =========================================== a) cd kernel/msm-3.18 b) mkdir -p out c) make ARCH=arm64 O=./out elsa_nao_us-perf_defconfig d) make ARCH=arm64 O=./out CROSS_COMPILE=$(pwd)/../../prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android- KERNEL_COMPRESSION_SUFFIX=gz -j4 ============================================== Is there a chance I've done something else wrong that has noting to do with CC path?
GitHub
github.com › Adrilaw › aarch64-linux-android-4.9-toolchain
GitHub - Adrilaw/aarch64-linux-android-4.9-toolchain: Using the AArch64 GCC 4.9 toolchain from Android's master branch for 64-bit ARM builds, with deprecation warnings turned off and build delays removed to speed up the compilation process. · GitHub
Build Delays Removed: Faster compilation by eliminating unnecessary delays. ... export ARCH=arm64 export SUBARCH=arm64 CROSS_COMPILE=~/path/to/aarch64-linux-android-4.9-toolchain/bin/aarch64-linux-android-
Author Adrilaw
GitHub
github.com › xiangfeidexiaohuo › GCC-4.9
GitHub - xiangfeidexiaohuo/GCC-4.9: aarch64-linux-android-4.9 & arm-linux-androideabi-4.9 · GitHub
If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License.
Starred by 3 users
Forked by 2 users
Languages C 84.0% | XC 7.9% | XS 7.8%
GitHub
github.com › olibc › prebuilt-gnu-toolchains › blob › master › linux-x86 › aarch64 › aarch64-linux-android-4.8 › bin › aarch64-linux-android-gcc-4.8
prebuilt-gnu-toolchains/linux-x86/aarch64/aarch64-linux-android-4.8/bin/aarch64-linux-android-gcc-4.8 at master · olibc/prebuilt-gnu-toolchains
Pre-built GNU Toolchain for building olibc. Contribute to olibc/prebuilt-gnu-toolchains development by creating an account on GitHub.
Author olibc
Google
android.googlesource.com › platform › prebuilts › gcc › linux-x86 › aarch64 › aarch64-linux-android-4.9 › + › ea9280178b34df117234733daa30c374d9662326^!
Diff - ea9280178b34df117234733daa30c374d9662326^! - platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 - Git at Google
-COLLECT_GCC=bin/aarch64-linux-android-gcc -COLLECT_LTO_WRAPPER=/ssd/aosp_flounder-userdebug/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/../libexec/gcc/aarch64-linux-android/4.9.x-google/lto-wrapper -Target: aarch64-linux-android -Configured with: /tmp/AOSP/toolchain/build/../gcc/gcc-4.9/configure --prefix=/ssd/ndkbuild/tmpdir/toolchains/linux-x86_64/aarch64-linux-android-4.9/prebuilt --target=aarch64-linux-android --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/ssd/ndkbuild/build/temp-install --with-mpfr=/ssd/
Google
android.googlesource.com › platform › prebuilts › gcc › linux-x86 › aarch64 › aarch64-linux-android-4.9 › + › a7bb6f39cd99b2fb26ecc2d3cb984d18cd259d24 › bin
bin - platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 - Git at Google
android/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/a7bb6f39cd99b2fb26ecc2d3cb984d18cd259d24/./bin
GitHub
github.com › LineageOS › android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9
GitHub - LineageOS/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9 · GitHub
If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License.
Starred by 79 users
Forked by 61 users
Languages C 84.0% | XC 7.9% | XS 7.8%
GitHub
github.com › dandelion64-Archives › aarch64-linux-android-4.9
GitHub - dandelion64-Archives/aarch64-linux-android-4.9: Android GCC version 4.9.x 20150123 (prerelease)
If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License.
Starred by 6 users
Forked by 2 users
Languages C 84.0% | XC 7.9% | XS 7.8% | C 84.0% | XC 7.9% | XS 7.8%
Google
android.googlesource.com › platform › prebuilts › gcc › linux-x86 › aarch64 › aarch64-linux-android-4.9 › + › ea92801^!
Diff - ea92801^! - platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 - Git at Google
-COLLECT_GCC=bin/aarch64-linux-android-gcc -COLLECT_LTO_WRAPPER=/ssd/aosp_flounder-userdebug/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/../libexec/gcc/aarch64-linux-android/4.9.x-google/lto-wrapper -Target: aarch64-linux-android -Configured with: /tmp/AOSP/toolchain/build/../gcc/gcc-4.9/configure --prefix=/ssd/ndkbuild/tmpdir/toolchains/linux-x86_64/aarch64-linux-android-4.9/prebuilt --target=aarch64-linux-android --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/ssd/ndkbuild/build/temp-install --with-mpfr=/ssd/
Jsteward
jsteward.moe › toolchain-for-aarch64-linux-android.html
Building a toolchain for aarch64-linux-android - Pengcheng Xu
mkdir build && cd build ../gcc-4.9/configure --target=$TARGET --prefix=$PREFIX --without-headers --with-gnu-as --with-gnu-ld --enable-languages=c,c++ make -j8 && sudo make install · We need to verify that the toolchain is really working by creating executables for our target. Write a simple "Hello, world!" program and compile it with: aarch64-linux-android-g++ hello.cc -o hello -pie -static-libgcc -nostdinc++ -I/usr/local/aarch64-linux-android/include/c++/v1 -nodefaultlibs -lc -lm -lc++
GitHub
github.com › rajatgupta1998 › platform_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9
GitHub - rajatgupta1998/platform_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9: Toolchain based on GNU-GCC 4.9 for compiling arm64 Android Kernel
If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License.
Author rajatgupta1998
GitHub
github.com › growtopiajaw › aarch64-linux-android-4.9
GitHub - growtopiajaw/aarch64-linux-android-4.9: aarch64 GCC 4.9 toolchains
gcc-linaro-4.9.4-2017.01-x86_64_aarch64-elf toolchain · git clone https://github.com/GrowtopiaJaw/aarch64-linux-android-4.9.git -b linaro --single-branch gcc-linaro-4.9.4-2017.01-x86_64_aarch64-elf
Starred by 23 users
Forked by 19 users
Languages C 83.9% | XC 8.0% | XS 7.8% | C 83.9% | XC 8.0% | XS 7.8%