Created
June 19, 2018 02:14
-
-
Save wolfspider/087cf2a2c12c3fcc74ff467241b78a9f to your computer and use it in GitHub Desktop.
ARM64 build output
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
| (xenial)ackiosk@localhost:~/Documents/foundationdb$ make | |
| Checking hgVersion.h | |
| Compiling flow/version.cpp | |
| /usr/bin/g++ | |
| Archiving lib/libflow.a | |
| /usr/bin/g++ | |
| Linking bin/fdbserver | |
| Stripping bin/fdbserver | |
| !!! WARNING: DEPENDENCY ON NEWER LIBC DETECTED !!! | |
| !!! WARNING: UNKNOWN SHARED OBJECT DEPENDENCY DETECTED: ld-linux-aarch64.so.1 !!! | |
| /usr/bin/g++ | |
| Linking bin/fdbbackup | |
| Stripping bin/fdbbackup | |
| !!! WARNING: DEPENDENCY ON NEWER LIBC DETECTED !!! | |
| !!! WARNING: UNKNOWN SHARED OBJECT DEPENDENCY DETECTED: ld-linux-aarch64.so.1 !!! | |
| /usr/bin/g++ | |
| Linking bin/fdbcli | |
| Stripping bin/fdbcli | |
| !!! WARNING: DEPENDENCY ON NEWER LIBC DETECTED !!! | |
| !!! WARNING: UNKNOWN SHARED OBJECT DEPENDENCY DETECTED: ld-linux-aarch64.so.1 !!! | |
| Assembling bindings/c/fdb_c.g.S | |
| bindings/c/fdb_c.g.S: Assembler messages: | |
| bindings/c/fdb_c.g.S:1: Error: unknown pseudo-op: `.intel_syntax' | |
| bindings/c/fdb_c.g.S:36: Error: operand 1 should be an integer register -- `mov r11,qword ptr[fdb_api_ptr_fdb_future_get_keyvalue_array@GOTPCREL+rip]' | |
| bindings/c/fdb_c.g.S:37: Error: operand 1 should be an integer register -- `mov r11,qword ptr[r11]' | |
| bindings/c/fdb_c.g.S:38: Error: unknown mnemonic `jmp' -- `jmp r11' | |
| bindings/c/fdb_c.g.S:42: Error: operand 1 should be an integer register -- `mov r11,qword ptr[fdb_api_ptr_fdb_transaction_get_key@GOTPCREL+rip]' | |
| bindings/c/fdb_c.g.S:43: Error: operand 1 should be an integer register -- `mov r11,qword ptr[r11]' | |
| bindings/c/fdb_c.g.S:44: Error: unknown mnemonic `jmp' -- `jmp r11' | |
| bindings/c/fdb_c.g.S:48: Error: operand 1 should be an integer register -- `mov r11,qword ptr[fdb_api_ptr_fdb_future_get_error@GOTPCREL+rip]' | |
| bindings/c/fdb_c.g.S:49: Error: operand 1 should be an integer register -- `mov r11,qword ptr[r11]' | |
| bindings/c/fdb_c.g.S:50: Error: unknown mnemonic `jmp' -- `jmp r11' | |
| bindings/c/fdb_c.g.S:54: Error: operand 1 should be an integer register -- `mov r11,qword ptr[fdb_api_ptr_fdb_transaction_get_range_selector@GOTPCREL+rip]' | |
| bindings/c/fdb_c.g.S:55: Error: operand 1 should be an integer register -- `mov r11,qword ptr[r11]' | |
| bindings/c/fdb_c.g.S:56: Error: unknown mnemonic `jmp' -- `jmp r11' | |
| bindings/c/fdb_c.g.S:60: Error: operand 1 should be an integer register -- `mov r11,qword ptr[fdb_api_ptr_fdb_transaction_get@GOTPCREL+rip]' | |
| bindings/c/fdb_c.g.S:61: Error: operand 1 should be an integer register -- `mov r11,qword ptr[r11]' | |
| bindings/c/fdb_c.g.S:62: Error: unknown mnemonic `jmp' -- `jmp r11' | |
| bindings/c/fdb_c.g.S:66: Error: operand 1 should be an integer register -- `mov r11,qword ptr[fdb_api_ptr_fdb_setup_network@GOTPCREL+rip]' | |
| bindings/c/fdb_c.g.S:67: Error: operand 1 should be an integer register -- `mov r11,qword ptr[r11]' | |
| bindings/c/fdb_c.g.S:68: Error: unknown mnemonic `jmp' -- `jmp r11' | |
| bindings/c/fdb_c.g.S:72: Error: operand 1 should be an integer register -- `mov r11,qword ptr[fdb_api_ptr_fdb_future_is_error@GOTPCREL+rip]' | |
| bindings/c/fdb_c.g.S:73: Error: operand 1 should be an integer register -- `mov r11,qword ptr[r11]' | |
| bindings/c/fdb_c.g.S:74: Error: unknown mnemonic `jmp' -- `jmp r11' | |
| bindings/c/fdb_c.g.S:78: Error: operand 1 should be an integer register -- `mov r11,qword ptr[fdb_api_ptr_fdb_transaction_set_option@GOTPCREL+rip]' | |
| bindings/c/fdb_c.g.S:79: Error: operand 1 should be an integer register -- `mov r11,qword ptr[r11]' | |
| bindings/c/fdb_c.g.S:80: Error: unknown mnemonic `jmp' -- `jmp r11' | |
| bindings/c/fdb_c.g.S:84: Error: operand 1 should be an integer register -- `mov r11,qword ptr[fdb_api_ptr_fdb_transaction_get_range@GOTPCREL+rip]' | |
| bindings/c/fdb_c.g.S:85: Error: operand 1 should be an integer register -- `mov r11,qword ptr[r11]' | |
| bindings/c/fdb_c.g.S:86: Error: unknown mnemonic `jmp' -- `jmp r11' | |
| bindings/c/generated.mk:95: recipe for target '.objs/bindings/c/fdb_c.g.S.o' failed | |
| make: *** [.objs/bindings/c/fdb_c.g.S.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment