'Which toolchain to use for Raspberry PI 3?

I just got my all new Raspberry Pi 3 board. I was wondering which tool-chain to use for my 64-bit pi (BCM2837). In the official github page I could find tool-chain for previous model only. Please Help



Solution 1:[1]

In documentation at https://www.raspberrypi.org/documentation/linux/kernel/building.md you can use toolchain from https://github.com/raspberrypi/tools which works with your Raspberry Pi 3 board. You don't need any special toolchains because the kernel is still 32bit and OS (like Raspbian) is at this time only 32 bit. There won't be any other special toolchain for RPi3.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Huczu