On Thu, 10 Sep 2020 07:27:39 -0700 John Soo <js...@asu.edu> wrote: > Hi Guix, > > I am looking into ghc on ARM and the process seems like it only > requires a separate gcc toolchain specified during configure. I have > not packaged a gcc-toolchain yet, so I am looking for pointers. Would > the gcc toolchain for cross compiling (say, from x86 to aarch64) be > as simple as providing the target flag to the various toolchain > packages’ configures? > > Thanks for your help! > > John
I tried packaging devkitARM (GCC 10 based version) and failed, so your mileage may vary. I've never developed for ARM before, maybe it's easier if you're a seasoned pro.