Hello , I am trying the built chrome browser for the ARM platform by
following the link
http://code.google.com/p/chromium/wiki/LinuxChromiumArm
There is no problem with compilation with the BUILDTYPE= Release , but
for the Debug build it is failing while linking the Chrome exe wih the
following error message:
/arm-v7a8v2r2-linux-gnueabi/bin/ld: Errors encountered processing file
out/Debug/obj.target/third_party/ots/../../ots/third_party/ots/src/
loca.o
/arm-v7a8v2r2-linux-gnueabi/bin/ld: Errors encountered processing file
out/Debug/obj.target/third_party/libjingle/../../libjingle/third_party/
libjingle/source/talk/base/proxydetect.o
/arm-v7a8v2r2-linux-gnueabi/bin/ld: failed to set dynamic section
sizes: Memory exhausted
Do any one have any idea in this regard.
Thanks