Skip to content

Instantly share code, notes, and snippets.

@aplund
Created April 25, 2023 00:13
Show Gist options
  • Save aplund/038cfe8914f4990f5773a4c0f939d478 to your computer and use it in GitHub Desktop.
Save aplund/038cfe8914f4990f5773a4c0f939d478 to your computer and use it in GitHub Desktop.
$ nix-store -l /nix/store/ilcg0dz9bx2rwqk16bdychg3ybr4g5ha-avr-libc-2.1.0.drv
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/5spxikf096jlhbngq9h8j7ckdxfwr0zp-avr-libc-2.1.0.t>
source root is avr-libc-2.1.0
setting SOURCE_DATE_EPOCH to timestamp 1643411060 of file avr-libc-2.1.0/avr-libc.spec
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
configure flags: --disable-dependency-tracking --prefix=/nix/store/q5alpq7d210ahag7n6>
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking if configuring for cross compile... no
configure: WARNING:
configure: WARNING: AVR-LIBC must be built using an avr cross-compiler.
configure: WARNING: Try configuring with:
configure: WARNING: "./configure --build=`./config.guess` --host=avr"
configure: WARNING:
configure: error: aborting configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment