[Nix-dev] GCC fails to compile on a scaleway arm server

Théophane Hufschmitt rg_nixos at regnat.ovh
Fri Dec 18 12:13:02 CET 2015


Fri, Dec 18, 2015 at 11:52:29AM +0100, Théophane Hufschmitt(rg_nixos at regnat.ovh) a écrit:
> 
> I've attached the log file (it's rather big, I suppose the interesting part is "/tmp/nix-build-gcc-4.9.3.drv-4/build/armv7l-unknown-linux-gnueabihf/libsanitizer/libtool: line 8070:  4405 Illegal instruction" at the end of the file, but couldn't find the cause for it) and my config.nix (the values for gcc are taken from the gcc in the debian image I'm running, so I assume they are good).

Here is the default.nix... (The log is at <http://sprunge.us/cUIe>)

--
Théophane Hufschmitt
-------------- next part --------------
{
  replaceStdenv = { pkgs }: pkgs.clangStdenv;
  packageOverrides = pkgs:
  {
    platform = pkgs.platforms.armv7l-hf-multiplatform // {
      gcc = {
        fpu = "vfpv3-d16";
        arch = "armv7-a";
        float = "hard";
      };
    };
  };
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20151218/1f76689b/attachment.bin 


More information about the nix-dev mailing list