The firmware is cross-compiled, but the build system ends up using 'objcopy' instead of 'xtensa-elf-objcopy' by default. Force it to use the right one. --- source/target_firmware/configure 2014-10-28 20:57:26.834436561 +0100 +++ source/target_firmware/configure 2014-10-28 20:57:29.666436530 +0100 @@ -11,6 +11,7 @@ mkdir -p build cat > "$TOOLCHAIN_FILE" <
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/base32.scm
AgeCommit message (Expand)Author
2019-02-05status: Keep track of the current build phase....Ludovic Courtès
2019-01-29status: Keep track of build completion as reported by build tools....Ludovic Courtès
2019-01-29status: Record more information about builds....Ludovic Courtès
2019-01-09maint: Remove 'cond-expand' forms for Guile 2.0....Ludovic Courtès
2018-10-16ui: Fix port-buffering with guile@2.0....Eric Bavier
2018-10-15status: Build upon multiplexed build output....Ludovic Courtès
2018-10-09status: Gracefully handle invalid UTF-8 in build logs....Ludovic Courtès
2018-09-27Add (guix status) and use it for pretty colored output....Ludovic Courtès