[android-porting] where is the arm implemention of tls

2009-08-03 Thread Ouyang Jiannan
hi, everyone, In bionic/libc/Android.mk we can see that x86 uses files pthread.c, pthread-timers.c ptrace.c and __get_tls.c in arm, it uses pthread.c.arm , pthread-timers.c.arm, ptrace.c.arm But I can't find these files or places which generate it So what's the arm support of TLS? Is there a reg

[android-porting] Re: apriori map error

2009-07-27 Thread Ouyang Jiannan
to edit it...is there some docs? On Mon, Jul 27, 2009 at 2:39 PM, zhtlancer zhtlan...@gmail.com wrote: The problem may be caused by apriori, check whether the apriori can run normally On Mon, Jul 27, 2009 at 11:59 AM, Ouyang Jiannan jallen@gmail.comwrote: hi, After set SHOW_COMMAND=true

[android-porting] Re: apriori map error

2009-07-27 Thread Ouyang Jiannan
I found that aprioir is a tool for prelink And I think unable this process won't influence the compiling process expect future performance... On Mon, Jul 27, 2009 at 2:46 PM, Ouyang Jiannan jallen@gmail.comwrote: I don't know what is this command for...and it seems that no documentation

[android-porting] Re: apriori map error

2009-07-26 Thread Ouyang Jiannan
hi, After set SHOW_COMMAND=true the output is Install : out/host/lunux-myarch/bin/apriori out/host/linux-myarch/bin/acp -fpt out/host/linux-myarch/obj/EXECUTABLS/apriori_intermediates/apriori out/host/linux-myarch/bin/apriori target Prelink:

[android-porting] Re: undefined reference to __stack_chk_fail error

2009-07-25 Thread Ouyang Jiannan
compiler binaries have it enabled by default. The corresponding functions are normally in libgcc.a, provided with your toolchain. If this is not the case, you will need to add something like -fno-stack-protector when compiling sources. On Fri, Jul 24, 2009 at 7:48 AM, Ouyang Jiannan jallen

[android-porting] Re: Port Bionic to a new CPU

2009-07-22 Thread Ouyang Jiannan
Thanks for your reply Now, our team has port linux kernel, gcc, glibc, binutils to our cpu, these are tools I'm using On Wed, Jul 22, 2009 at 3:05 PM, Neo zingafri...@yahoo.com wrote: On Jul 18, 8:34 pm, Jallen jallen@gmail.com wrote: Hi, everybody! I'm a newbee of android