Skip to content

Commit 974f0bf

Browse files
committed
depends: Mention RISC-V known compilation issue with gcc-7.3.x
1 parent 0d1f38c commit 974f0bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

depends/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ For linux RISC-V 64-bit cross compilation (there are no packages for 32-bit):
4949

5050
sudo apt-get install curl g++-riscv64-linux-gnu binutils-riscv64-linux-gnu
5151

52+
RISC-V known issue: gcc-7.3.0 and gcc-7.3.1 result in a broken `test_bitcoin` executable (see https://github.com/bitcoin/bitcoin/pull/13543),
53+
this is apparently fixed in gcc-8.1.0.
54+
5255
Dependency Options:
5356
The following can be set when running make: make FOO=bar
5457

0 commit comments

Comments
 (0)