<div dir="ltr">Hi, all.<br>I've some arm assembly code based on GNU as syntax, which can be compiled under Ubuntu by <span class=""><em>gcc</em>-<em>arm-linux-gnueabi</em> tool. Now I want to add support for iOS to my code, but I failed under Xcode 4.3. I find the clang 3.1 in Xcode doesn't parse my code, such as the comment in my code is after '@', the assemble directive '.text' and so on. Later, I find Clang's integrated assembler is </span>Unified Syntax only, which is different from GNU as' syntax. How can I make clang process my code without changing my code? Thanks!<br>
<br>Best regards!<br>ashi<br></div>