Skip to content

Instantly share code, notes, and snippets.

@develCuy
Created July 9, 2020 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save develCuy/d97e8dff636122ba66f470664676b6ad to your computer and use it in GitHub Desktop.
Save develCuy/d97e8dff636122ba66f470664676b6ad to your computer and use it in GitHub Desktop.
Devcoin wallet compile output - try 9
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/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"
...failed 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...
gcc.compile.asm bin.v2/libs/context/build/gcc-7.3/release/link-static/target-os-windows/threading-multi/asm/jump_x86_64_sysv_elf_gas.o
libs/context/src/asm/jump_x86_64_sysv_elf_gas.S: Assembler messages:
libs/context/src/asm/jump_x86_64_sysv_elf_gas.S:29: Warning: .type pseudo-op used outside of .def/.endef: ignored.
libs/context/src/asm/jump_x86_64_sysv_elf_gas.S:29: Error: junk at end of line, first unrecognized character is `j'
libs/context/src/asm/jump_x86_64_sysv_elf_gas.S:77: Warning: .size pseudo-op used outside of .def/.endef: ignored.
libs/context/src/asm/jump_x86_64_sysv_elf_gas.S:77: Error: junk at end of line, first unrecognized character is `j'
libs/context/src/asm/jump_x86_64_sysv_elf_gas.S:80: 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/build/gcc-7.3/release/link-static/target-os-windows/threading-multi/asm/jump_x86_64_sysv_elf_gas.o" "libs/context/src/asm/jump_x86_64_sysv_elf_gas.S"
...failed gcc.compile.asm bin.v2/libs/context/build/gcc-7.3/release/link-static/target-os-windows/threading-multi/asm/jump_x86_64_sysv_elf_gas.o...
gcc.compile.c++ bin.v2/libs/container/build/gcc-7.3/release/link-static/target-os-windows/threading-multi/unsynchronized_pool_resource.o
gcc.compile.asm bin.v2/libs/context/build/gcc-7.3/release/link-static/target-os-windows/threading-multi/asm/ontop_x86_64_sysv_elf_gas.o
libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S: Assembler messages:
libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S:29: Warning: .type pseudo-op used outside of .def/.endef: ignored.
libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S:29: Error: junk at end of line, first unrecognized character is `o'
libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S:80: Warning: .size pseudo-op used outside of .def/.endef: ignored.
libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S:80: Error: junk at end of line, first unrecognized character is `o'
libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S:83: 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/build/gcc-7.3/release/link-static/target-os-windows/threading-multi/asm/ontop_x86_64_sysv_elf_gas.o" "libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S"
...failed gcc.compile.asm bin.v2/libs/context/build/gcc-7.3/release/link-static/target-os-windows/threading-multi/asm/ontop_x86_64_sysv_elf_gas.o...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment