Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Assembler 'make' errors on Mac OS X
2015-06-20, 23:26
Post: #5
RE: Assembler 'make' errors on Mac OS X
Did you ever solve this problem?

I am attempting to build the software located at this address: https://github.com/nineties/amber

Code:
cd rowl0; /Applications/Xcode.app/Contents/Developer/usr/bin/make
as main.s -o main.o --32
FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand '-' flag!
make[1]: *** [main.o] Error 1
make: *** [all] Error 2

I'm taking a look at the flags that 'as' uses, because even when I attempt to do something simple like:

Code:
$ as --help

I get

Code:
FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand '-' flag!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Assembler 'make' errors on Mac OS X - mikedesu - 2015-06-20 23:26



User(s) browsing this thread: 1 Guest(s)