!ayCRiZriCVtuCUpeLp:nixos.org

Nix Cross Compiling

575 Members
126 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
14 Feb 2025
@rosssmyth:matrix.org@rosssmyth:matrix.orgoh wait20:04:14
@rosssmyth:matrix.org@rosssmyth:matrix.orgI think I see the error20:04:26
@rosssmyth:matrix.org@rosssmyth:matrix.org *

It still errors with infinite recursion. I have it setup as

highPower = with armPkgs;
  callPackage ./default.nix {
    stdenv = 
      overrideCC stdenv (buildPackages.wrapCC (stdenv.cc
        // {
          stdenv.cc.targetPlatform =
            stdenv.cc.targetPlatform
            // {
              gcc =
                stdenv.cc.targetPlatform.gcc
                // {
                  arch = "arv6m";
                  cpu = "cortex-m0";
                  thumb = true;
                };
            };
        }));
  };
20:05:06
@rosssmyth:matrix.org@rosssmyth:matrix.orgNo, I don't20:06:35

Show newer messages


Back to Room ListRoom Version: 6