search for: libtest_m2_1

Displaying 2 results from an estimated 2 matches for "libtest_m2_1".

Did you mean: libtest_m1_1
2013 Mar 08
0
[LLVMdev] ARM assembler's syntax in clang
...) $(CFLAG) test.c ./libtest_m2_2.dylib -o $@ test_d_m2_2:test.c libtest_m2_2.dylib $(CC) $(CFLAG) test.c ./libtest_m2_2.dylib -o $@ test_s_m1_1:test.c libtest_m1_1.a $(CC) $(CFLAG) $^ -o $@ test_s_m1_2:test.c libtest_m1_1.a $(CC) $(CFLAG) -mdynamic-no-pic $^ -o $@ test_s_m2_1:test.o libtest_m2_1.a $(CC) $(CFLAG) $^ -o $@ libtest_m1_1.dylib:table.o use_table_m1.o $(CC) -dynamiclib $(CFLAG) $^ -o $@ libtest_m1_2.dylib:table.o use_table_m1.o $(CC) -dynamiclib -Wl,-read_only_relocs,suppress $(CFLAG) $^ -o $@ libtest_m2_1.dylib:table.o use_table_m2.o $(CC) -dynamiclib $(CFLAG...
2013 Mar 07
2
[LLVMdev] ARM assembler's syntax in clang
Hi Ashi, > ld: illegal text-relocation to _data_table in table.o from foo in > use_table.o for architecture armv7 It looks like you're using iOS. I'm not familiar with the exact workings of that platform, but I think a similar message would occur in ELF-land. If iOS *is* comparable, your issue is that symbols in dynamically loaded objects can't (usually) be referenced directly