[gccsdk] gccsdk on arm
Chris Gransden
chrisg at care4free.net
Sat Aug 17 06:36:09 PDT 2019
In article <f4ba7be457.mickenx at michael.grunditz.gmail.com>,
Michael Grunditz <michael.grunditz at gmail.com> wrote:
> Hi
> I wonder if it is possible to build and use gccsdk on ARM Linux?
> I would love to do so. My PC does heat up the room :)
It builds successfully on a Raspberry Pi4 using Debian Buster (aarch32)
making the below change after the initial build fails,
Change line 2227 in srcdir.orig/gcc-trunk/gcc/config/arm/arm.h from 'if
defined(__arm__)' to 'if !defined(__arm__)'.
More information about the gcc
mailing list