Re: Cross gcc-toolchain

2020-09-16 Thread John Soo
Alright I’ll keep you posted!

Re: Cross gcc-toolchain

2020-09-16 Thread raingloom
On Wed, 16 Sep 2020 15:32:42 -0700 John Soo wrote: > Thanks again raingloom! No prob! I hope you get farther that I have. In any case, feel free to send an update on your progress. The more people working out the cross-compilation kinks the better.

Re: Cross gcc-toolchain

2020-09-16 Thread John Soo
Thanks again raingloom!

Re: Cross gcc-toolchain

2020-09-16 Thread raingloom
On Tue, 15 Sep 2020 18:55:02 -0700 John Soo wrote: > Thanks raingloom, > > What branch and file should I start with? > > - John branch: devkitpro file: raingloom/packages/homebrew.scm

Re: Cross gcc-toolchain

2020-09-15 Thread John Soo
Thanks raingloom, What branch and file should I start with? - John

Re: Cross gcc-toolchain

2020-09-15 Thread raingloom
On Sat, 12 Sep 2020 06:56:52 -0700 John Soo wrote: > Hi raingloom, > > How did you try packaging it? Do you think inheriting from gcc and > friends would be a good start? > > Thanks! > > John This repo contains what I have so far. You'll also need to patch embedded.scm in Guix to export some

Re: Cross gcc-toolchain

2020-09-12 Thread John Soo
Hi raingloom, How did you try packaging it? Do you think inheriting from gcc and friends would be a good start? Thanks! John

Re: Cross gcc-toolchain

2020-09-12 Thread raingloom
On Thu, 10 Sep 2020 07:27:39 -0700 John Soo 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 gcc-toolchain

2020-09-10 Thread John Soo
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 pr