When we was running the followed code in my ubuntu system:
nix develop git+https://git.m-labs.hk/m-labs/artiq-zynq\?ref=release-8
We met a problem in install phase:
error: builder for '/nix/store/fwvyqmllynxks4brv79x0f2qdfyd6hpd-binutils-arm-2.30.drv' failed with exit code 2;
last 25 log lines:
> Libraries have been installed in:
> /nix/store/lyg8b6vsl3qldax1pip5rwyrjmvammip-binutils-arm-2.30/x86_64-pc-linux-gnu/armv7-unknown-linux-gnueabihf/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> make[5]: Leaving directory '/build/binutils-2.30/bfd'
> make[4]: Leaving directory '/build/binutils-2.30/bfd'
> make[3]: *** [Makefile:1748: install-recursive] Error 1
> make[3]: Leaving directory '/build/binutils-2.30/bfd'
> make[2]: *** [Makefile:1885: install] Error 2
> make[2]: Leaving directory '/build/binutils-2.30/bfd'
> make[1]: *** [Makefile:2758: install-bfd] Error 2
> make[1]: Leaving directory '/build/binutils-2.30'
> make: *** [Makefile:2225: install] Error 2
For full logs, run:
nix log /nix/store/fwvyqmllynxks4brv79x0f2qdfyd6hpd-binutils-arm-2.30.drv
What can I do to fix the problem.
Thank you for your help in advance