<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 15, 2012, at 12:49 PM, Andrew Pennebaker wrote:</div><blockquote type="cite"><div><div><div><font face="courier new, monospace">$ clang -c -o hello.o hello.s</font></div></div></div></blockquote><br></div><div>Try:</div><div><br></div><div><font class="Apple-style-span" face="Courier">$ clang -arch i386 -c -o hello.o hello.s</font></div><div><br></div><div>When I assembled it 32-bit instead of 64-bit, it worked fine.</div><div><br></div><div>Chip</div><div><br></div></body></html>