Makefile:8167 #12272

issue demeter52 opened this issue on January 25, 2018
  1. demeter52 commented at 10:44 PM on January 25, 2018: none

    When I try to cross compile for Windows on Kubuntu 16.04 I keep getting the following error:

    Making all in src make[1]: Entering directory '/home/zsolti/Dokumentumok/bitcoin/src' make[2]: Entering directory '/home/zsolti/Dokumentumok/bitcoin/src' make[3]: Entering directory '/home/zsolti/Dokumentumok/bitcoin' make[3]: Leaving directory '/home/zsolti/Dokumentumok/bitcoin' make[3]: Entering directory '/home/zsolti/Dokumentumok/bitcoin/src/secp256k1' make[3]: Leaving directory '/home/zsolti/Dokumentumok/bitcoin/src/secp256k1' CXX bitcoind-bitcoind.o Makefile:8167: recipe for target 'bitcoind-bitcoind.o' failed make[2]: Leaving directory '/home/zsolti/Dokumentumok/bitcoin/src' Makefile:9419: recipe for target 'all-recursive' failed make[1]: Leaving directory '/home/zsolti/Dokumentumok/bitcoin/src' Makefile:747: recipe for target 'all-recursive' failed

  2. demeter52 renamed this:
    Issue #8167
    Makefile:8167
    on Jan 25, 2018
  3. MarcoFalke commented at 3:13 AM on January 26, 2018: member

    Please provide the commit you are compiling and the exact command line to compile. (If you switch between releases you might have to ./autogen.sh && ./configure again)

  4. MarcoFalke added the label Questions and Help on Jan 26, 2018
  5. demeter52 commented at 11:11 AM on January 26, 2018: none

    I try to compile the following commit: commit 2ae7cf8ef5be67e085abc1b1dc71bc44865a71b3 Merge: 16bac24 bde8bcd Author: Wladimir J. van der Laan laanwj@gmail.com Date: Thu Jan 25 19:05:49 2018 +0100

    To compile I use the follwing commands (source:https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md): PATH=$(echo "$PATH" | sed -e 's/:/mnt.*//g') # strip out problematic Windows %PATH% imported var cd depends make HOST=x86_64-w64-mingw32 cd .. ./autogen.sh # not required when building from tarball CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/ make

  6. MarcoFalke added the label Build system on Jan 26, 2018
  7. demeter52 commented at 9:40 PM on January 26, 2018: none

    I've just tried to compile for 32-bit version of Windows and it succeeded without any error, so it seems to me that the error above is related to the bug in the 64 bit Mingw-w64 cross compiler packaged for WSL/Ubuntu Xenial 16.04 .

  8. demeter52 closed this on Jan 27, 2018

  9. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-26 06:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me