For some reason the -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON is required on the first cmake command to avoid error messages.
Depends on D14065
Differential D14064
guix: use proper compiler in cmake toolchain PiRK on Jun 15 2023, 12:55. Authored by
Details
For some reason the -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON is required on the first cmake command to avoid error messages. Depends on D14065 contrib/guix/guix-build Check that it now use the correct cross-compiler to compile Bitcoin ABC. This is now almost working, down to one wrong symbol (pthread_sigmask) found by symbol-check in bitcoin-qt
Diff Detail
Event Timeline
Comment Actions rename CROSS_GCC -> CROSS_GCC_ROOT |