АБ
Size: a a a
АБ
АБ
ssh container nix dev-shell
или что-нибудь такоеАБ
container
настроить правильноإ
إ
pkgs.mkShell {At some point, I got the following error:
name = "xxx";
buildInputs = with pkgs; [
utillinux gnumake which ccache meson ninja gcc go xxd
];
}
ar: sources/xxx.c.o: plugin needed to handle lto object
Any idea what of went wrong?S
pkgs.mkShell {At some point, I got the following error:
name = "xxx";
buildInputs = with pkgs; [
utillinux gnumake which ccache meson ninja gcc go xxd
];
}
ar: sources/xxx.c.o: plugin needed to handle lto object
Any idea what of went wrong?إ
АБ
АБ
إ
which ar/nix/store/1zf4cnaaidjajwb4gx4mnkqc5dypkcdy-binutils-2.31.1/bin/ar
АБ
АБ
AR = "gcc-ar";
в вызове mkShell
إ
pkgs.mkShell {
name = "xxx";
buildInputs = with pkgs; [
utillinux binutils gnumake which ccache meson ninja gcc go xxd
];
AR = "gcc-ar"; # workaround NIX gcc wrapper bug?
}
АБ