Displaying 2 results from an estimated 2 matches for "iosasm_clang".
2013 Feb 19
0
[LLVMdev] ARM assembler's syntax in clang
...hain):
Undefined symbols for architecture armv7:
"_add_gas", referenced from:
_main in main_ios_clang.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
I find after add '_' to add_gas label in iosasm_clang.s(change all add_gas
to _add_gas) will get rid of this error, but this will raise error(can't
find symbol 'add_gas' when linking) in gcc tool chain. I don't know whether
it's llvm's feature or not. Thanks for any help!
=============file: main.c=============================...
2013 Feb 14
2
[LLVMdev] ARM assembler's syntax in clang
Thanks, Renato.
I'm actually porting a project which is based on GAS to iOS platform. I'll report my result.
Best regards!
ashi
On Feb 13, 2013, at 6:20 PM, Renato Golin <renato.golin at linaro.org> wrote:
> I don't think there is such a document...
>
> There isn't a 1:1 compatibility assurance with any syntax, including the UAL and GAS, but there is good