Re: [Nix-dev] GCC Cross Compiler Version

2017-06-26 Thread Angelo Bulfone
I eventually solved my problem and realized that I ended up with a reimplementation of gccCrossStageStatic. On Wed, Jun 14, 2017 at 11:31 AM John Ericson wrote: > You need to edit gccCrossStageStatic so gcc7, and not gcc is being > overridden > > On Mon, Jun 12,

Re: [Nix-dev] GCC Cross Compiler Version

2017-06-14 Thread John Ericson
You need to edit gccCrossStageStatic so gcc7, and not gcc is being overridden On Mon, Jun 12, 2017 at 1:56 PM, Angelo Bulfone wrote: > Hello, > > I'm trying to make a nix expression to build bare metal cross compilers for > operating system development, but I would like to

[Nix-dev] GCC Cross Compiler Version

2017-06-14 Thread Angelo Bulfone
Hello, I'm trying to make a nix expression to build bare metal cross compilers for operating system development, but I would like to use a target that is only available with GCC7. I was able to build a cross compiler with gccCrossStageStatic, but that's restricted to GCC5. The closest I've gotten