This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./libtool --mode=link x86_64-w64-mingw32-gcc -O3 -o db_archive | |
db_archive.lo util_sig.lo libdb-5.3.la -lpthread | |
./libtool --mode=link x86_64-w64-mingw32-gcc -O3 -o db_checkpoint | |
db_checkpoint.lo util_log.lo util_sig.lo libdb-5.3.la -lpthread | |
libtool: link: x86_64-w64-mingw32-gcc -O3 -o .libs/db_archive .libs/db_archive.o .libs/util_sig.o ./.libs/libdb-5.3.dll.a -lpthread -L/usr/local/BerkeleyDB.5.3/lib | |
libtool: link: x86_64-w64-mingw32-gcc -O3 -o .libs/db_checkpoint .libs/db_checkpoint.o .libs/util_log.o .libs/util_sig.o ./.libs/libdb-5.3.dll.a -lpthread -L/usr/local/BerkeleyDB.5.3/lib | |
./libtool --mode=execute true db_archive | |
ls: cannot access 'db_archive': No such file or directory | |
./libtool --mode=link x86_64-w64-mingw32-gcc -O3 -o db_deadlock | |
db_deadlock.lo util_log.lo util_sig.lo libdb-5.3.la -lpthread |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libtool: link: x86_64-w64-mingw32-gcc -O3 -o .libs/db_archive .libs/db_archive.o .libs/util_sig.o ./.libs/libdb-5.3.dll.a -lpthread -L/usr/local/BerkeleyDB.5.3/lib | |
libtool: link: x86_64-w64-mingw32-ranlib .libs/libdb_cxx-5.3.a | |
libtool: link: Could not determine the host path corresponding to | |
libtool: link: `/home/test/Devcoin-win64/db-5.3.28/build_unix/.libs' | |
libtool: link: Continuing, but uninstalled executables may not work. | |
libtool: link: Could not determine the host path corresponding to | |
libtool: link: `/home/test/Devcoin-win64/db-5.3.28/build_unix/.libs:/usr/local/BerkeleyDB.5.3/lib:/usr/local/BerkeleyDB.5.3/bin' | |
libtool: link: Continuing, but uninstalled executables may not work. | |
libtool: link: ( cd ".libs" && rm -f "libdb_cxx-5.3.la" && ln -s "../libdb_cxx-5.3.la" "libdb_cxx-5.3.la" ) | |
rm -f libdb_cxx.a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Devcoin-win64/core/src$ make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic | |
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/username/Devcoin-win64/core/src/leveldb/include" -I"/home/username/Devcoin-win64/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/username/Devcoin-win64/core/src" -I"/home/username/Devcoin-win64/core/src"/obj -I"/home/username/Devcoin-build/boost_1_68_0" -I"/home/username/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/username/Devcoin-build/db-5.3.28/build_unix" -I"/home/username/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/username/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/auxpow.o auxpow.cpp | |
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WIN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic | |
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/username/Devcoin-build/core/src/leveldb/include" -I"/home/username/Devcoin-build/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/username/Devcoin-build/core/src" -I"/home/username/Devcoin-build/core/src"/obj -I"/home/username/Devcoin-build/boost_1_68_0" -I"/home/username/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/username/Devcoin-build/db-5.3.28/build_unix" -I"/home/username/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/username/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/auxpow.o auxpow.cpp | |
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/Devcoin-build/core/src$ make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic | |
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/username/Devcoin-build/core/src/leveldb/include" -I"/home/username/Devcoin-build/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/username/Devcoin-build/core/src" -I"/home/username/Devcoin-build/core/src"/obj -I"/home/username/Devcoin-build/boost_1_68_0" -I"/home/username/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/username/Devcoin-build/db-5.3.28/build_unix" -I"/home/username/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/username/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/auxpow.o auxpow.cpp | |
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/Devcoin-build/core/src$ make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic | |
/bin/sh ../share/genbuild.sh obj/build.h | |
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/username/Devcoin-build/core/src/leveldb/include" -I"/home/username/Devcoin-build/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/username/Devcoin-build/core/src" -I"/home/username/Devcoin-build/core/src"/obj -I"/home/username/Devcoin-build/boost_1_68_0" -I"/home/username/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/username/Devcoin-build/db-5.3.28/build_unix" -I"/home/username/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/username/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/bitcoinrpc.o bitcoinrpc.cpp | |
bitcoinrpc.cpp: In function ‘void StartRPCThreads()’: | |
b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test@test-VirtualBox:/home/Devcoin-build/core/src$ make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic | |
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/test/Devcoin-build/core/src/leveldb/include" -I"/home/test/Devcoin-build/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/test/Devcoin-build/core/src" -I"/home/test/Devcoin-build/core/src"/obj -I"/home/test/Devcoin-build/boost_1_68_0" -I"/home/test/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/test/Devcoin-build/db-5.3.28/build_unix" -I"/home/test/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/test/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/auxpow.o auxpow.cpp | |
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test@test-VirtualBox:/home/Devcoin-build/boost_1_68_0$ ./bootstrap.sh --without-icu | |
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2 | |
Unicode/ICU support for Boost.Regex?... disabled. | |
Generating Boost.Build configuration in project-config.jam... | |
Bootstrapping is done. To build, run: | |
./b2 | |
To adjust configuration, edit 'project-config.jam'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc.compile.asm bin.v2/libs/context/build/gcc-7.3/release/link-static/target-os-windows/threading-multi/asm/make_x86_64_sysv_elf_gas.o | |
libs/context/src/asm/make_x86_64_sysv_elf_gas.S: Assembler messages: | |
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:29: Warning: .type pseudo-op used outside of .def/.endef: ignored. | |
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:29: Error: junk at end of line, first unrecognized character is `m' | |
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:78: Warning: .size pseudo-op used outside of .def/.endef: ignored. | |
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:78: Error: junk at end of line, first unrecognized character is `m' | |
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:81: Error: junk at end of line, first unrecognized character is `-' | |
"x86_64-w64-mingw32-g++" -x assembler-with-cpp -m64 -mthreads -O3 -finline-functions -Wno-inline -Wall -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTEXT_SOURCE -DBOOST_DISABLE_ASSERTS -DNDEBUG -D_WIN32_WINNT=0x0601 -I"." -c -o "bin.v2/libs/context/b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S b/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S | |
index a25e81c..2d43d35 100644 | |
--- a/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S | |
+++ b/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S | |
@@ -26,7 +26,7 @@ | |
.text | |
.globl jump_fcontext | |
-.type jump_fcontext,@function | |
+#.type jump_fcontext,@function |