Re: [v8-users] Build error when cross compiling for ARM

2013-12-19 Thread Hendrik Greving
Sorry, should mean "thin archives". Regards On Dec 19, 2013 8:00 AM, "Hendrik Greving" wrote: > Thanks this worked. I also had to set LD to g++ (at least when using > codesourcery cross compilers), because of some invalid rpath option of the > linker in this toolchain. > > Should I file a bug so

Re: [v8-users] Build error when cross compiling for ARM

2013-12-19 Thread Hendrik Greving
Thanks this worked. I also had to set LD to g++ (at least when using codesourcery cross compilers), because of some invalid rpath option of the linker in this toolchain. Should I file a bug somewhere (for the icu issue)? It seems that invalid archives get generated (I tried setting AR to the cross

Re: [v8-users] Build error when cross compiling for ARM

2013-12-19 Thread Rodolph Perfetta
it seems related to i18n, try make arm.debug i18nsupport=off On 18 December 2013 18:19, Hendrik Greving wrote: > Hi I am getting the following build error. I am setting CXX/LINK to an ARM > cross compiler (on x86). I am compiling with make arm.debug. > > /net/pc69.smi.local/local_disk/hgreving/v

[v8-users] Build error when cross compiling for ARM

2013-12-18 Thread Hendrik Greving
Hi I am getting the following build error. I am setting CXX/LINK to an ARM cross compiler (on x86). I am compiling with make arm.debug. /net/pc69.smi.local/local_disk/hgreving/v8_arm/v8/out/arm.debug/obj.target/third_party/icu/libicui18n.a: could not read symbols: File format not recognized col