АБ
Size: a a a
АБ
АБ
ssh container nix dev-shell или что-нибудь такоеАБ
container настроить правильноإ
إ
pkgs.mkShell {
name = "xxx";
buildInputs = with pkgs; [
utillinux gnumake which ccache meson ninja gcc go xxd
];
}
At some point, I got the following error:ar: sources/xxx.c.o: plugin needed to handle lto object
Any idea what of went wrong?S
pkgs.mkShell {
name = "xxx";
buildInputs = with pkgs; [
utillinux gnumake which ccache meson ninja gcc go xxd
];
}
At some point, I got the following error: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?
}АБ