Created
May 3, 2015 15:38
-
-
Save 5HT/8f10191bf03d37653c0f to your computer and use it in GitHub Desktop.
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
$ as startup.S | |
startup.S:40:Expected comma after segment-name | |
startup.S:70:Unary operator ~ ignored because bad operand follows | |
startup.S:70:32-bit absolute addressing is not supported for x86-64 | |
startup.S:70:cannot do signed 4 byte relocation | |
startup.S:75:Can't relocate expression. Absolute 0 assumed. | |
startup.S:80:32-bit absolute addressing is not supported for x86-64 | |
startup.S:80:cannot do signed 4 byte relocation | |
startup.S:81:Unary operator ~ ignored because bad operand follows | |
startup.S:82:suffix or operands invalid for `push' | |
startup.S:85:FATAL:Symbol stack_data already defined. | |
$ pwd | |
/Users/5HT/depot/cloudozer/ling/core/arch/x86 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment