[chromium-dev] Building chromium for arm -changes and errors

2009-12-18 Thread Sofia Tahseen
Hi All, I did a gclient sync and I have revision 34874. I am using arm-2009q3 toolchain. When I tried to build against the same library and I am erroring out ...I did a V=1 ...Any inputs are highly appreciated.

Re: [chromium-dev] cross compile err: strict-aliasing

2009-12-18 Thread Sofia Tahseen
Hi Richard, You will just have to create a link in sys-root/usr/lib ln -s libstdc++.so.6 libstdc++.so ln -s ../../lib/libgcc_s.so.1 libgcc_s.so Incase you dont find the corresponding .so.* then that means you are missing the corresponding packages. So you will have to install the packages

Re: [chromium-dev] Re: Building chromium for arm--erroring out

2009-12-15 Thread Sofia Tahseen
...@chromium.org wrote: On Mon, Dec 14, 2009 at 1:30 PM, Sofia Tahseen sofia.tahs...@gmail.comwrote: Hi Antoine/All, This is what I did: export GYP_DEFINES=target_arch=arm sysroot=~/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sys-root disable_nacl=1 use_system_ffmpeg=1 gclient runhooks

Re: [chromium-dev] Re: Building chromium for arm--erroring out

2009-12-15 Thread Sofia Tahseen
Has anyone been able to successfully build chromium for arm after doing a gclient sync(meaning on the latest source code) ???Can someone please verify this ? On Tue, Dec 15, 2009 at 11:19 AM, Sofia Tahseen sofia.tahs...@gmail.comwrote: Hi All, I have not touched sysroot at all. The only

Re: [chromium-dev] Re: Building chromium for arm--erroring out

2009-12-14 Thread Sofia Tahseen
Labour pi...@chromium.org wrote: On Fri, Dec 11, 2009 at 3:28 PM, Sofia Tahseen sofia.tahs...@gmail.comwrote: Hi Joel/Erik/All, I don't think armv5 is an issue. Reason being I used the jaunty armv5 libraries to build chrome. I tried to debug the issue with gdb. gdb chrome GNU gdb 6.8

Re: [chromium-dev] Re: Building chromium for arm--erroring out

2009-12-14 Thread Sofia Tahseen
Yes it was erroring out at the same point S32A_Opaque_BlitRow32_neon...but I had not done gclient runhooks --force...Now I am re-doing it...Lets wait and see how this works. On Mon, Dec 14, 2009 at 1:07 PM, Erik Corry erik.co...@gmail.com wrote: 2009/12/14 Sofia Tahseen sofia.tahs

Re: [chromium-dev] Re: Building chromium for arm--erroring out

2009-12-11 Thread Sofia Tahseen
any crashes. Key : In order to run chromium we need to set the neon in the kernel configuration. Regards, Sofia On Fri, Dec 11, 2009 at 2:27 AM, Erik Corry erik.co...@gmail.com wrote: 2009/12/10 Sofia Tahseen sofia.tahs...@gmail.com: You are so right, Joel... I corrected my .so and now I

[chromium-dev] Re: Building chromium for arm--erroring out

2009-12-09 Thread Sofia Tahseen
7, 2009 at 4:00 PM, Sofia Tahseen sofia.tahs...@gmail.comwrote: Hi All, I am using the codesourcery toolchain to compile http://www.codesourcery.com/sgpp/lite/arm/portal/release644 --- arm-2008q3 I will delete everything and do gclient sync again... The following are the steps I use

[chromium-dev] Re: Building chromium for arm--erroring out

2009-12-07 Thread Sofia Tahseen
On Dec 7, 5:13 pm, Antoine Labour pi...@chromium.org wrote: On Mon, Dec 7, 2009 at 2:50 PM, SOFIA TAHSEEN dnk...@motorola.com wrote: Hi Antoine/Joel, When I try to build using the following make command I get the error as below...Have you seen this earlier : make -r -j3 BUILDTYPE=Release