• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[MacOSX][ToolchainProject] Linaro-6.0.0 Toolchain for OSX

Jason Hyunwoo

Senior Member
Oct 26, 2014
444
705
0
KangWon-Do
Code:
I am not sure this thread is in right place. If not, please reply here so i can move this thread to elsewhere.
THIS IS NOT ROM, THIS IS TOOLCHAIN
Introduction:
This is a "toolchain" that only for MacOSX-Android. This toolchain is based on Linaro toolchain 6.0.0, and this linaro toolchain is combined version of kernel toolchain and platform toolchain. This was built because i needed it. I have been working this for 4 months to able to build this toolchain successfully.

HOSTGCC=Linaro-4.9 Toolchain(Self-Built)
TARGETGCC=LInaro 6.0 android-eabi(combined version of arm-eabi and platform-eabi)

Any bugs, Reply with LOG.

Download:
https://github.com/KangDroid/mac-linaro-toolchain (Branch at: android-eabi-6.0)

How to use: (For only kernel)
1. Clone the repository. (I put my toolchain to /tmp.)
$ cd /tmp <-- you can choose your directory, somewhere for put toolchain. I will say this value is "toolchaindir"
$ git clone https://github.com/KangDroid/mac-linaro-toolchain.git -b android-eabi-6.0

2. GOTO KERNEL
$ cd kernel_dir

3. Apply patch to kernel
See : https://github.com/KangDroid/androi...mmit/30377f1482e877154c56f11934a47f440c5f082b
for details

4. Build:
make ARCH=arm CROSS_COMPILE=toolchaindir/bin/arm-eabi- (defconfig)
make ARCH=arm CROSS_COMPILE=toolchaindir/bin/arm-eabi- (zImage-dtb or whatever your kernel image, build)

Note:
I haven't tested building kernel/platform with this toolchain. I don't have much time to do it. Please try and report will be great!

I never tested platform with 6.0 gcc. It won't boot ROM. (I just saw from other thread, not sure)

XDA:DevDB Information
[MacOSX][ToolchainProject] Linaro-6.0.0 Toolchain for OSX, ROM for all devices (see above for details)

Contributors
Jason Hyunwoo
Source Code: https://github.com/KangDroid/mac-linaro-toolchain

Toolchain Version: 6.0.0-Experimental

Version Information
Status: Testing

Created 2015-06-14
Last Updated 2015-06-14