I am not sure at what level the memory constraint hits you. You can start off with doing a ulimit -a in order to figure out what your current process (and thus the build process) can consume.
If that looks ok, you can run top and keep an eye on available memory and swap at the top as the build progresses. dmesg may also give you a kernel level hint on what is going on. Hope that this helps. /Magnus F. ------------------- *System Architect - Open Software Initiative**Jaguar Land Rover* Email: mfe...@jaguarlandrover.com Cell: +1 949 294 7871 Skype: magnusfeuer US: One World Trade Center, 121 SW Salmon St, 11th Floor, Portland, Oregon, 97204 ------------------- Business Details: Jaguar Land Rover Limited Registered Office: Abbey Road, Whitley, Coventry CV3 4LF Registered in England No: 1672070 ------------------- This e-mail and any attachments contain confidential information for a specific individual and purpose. The information is private and privileged and intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient, please e-mail us immediately. We apologize for any inconvenience caused but you are hereby notified that any disclosure, copying or distribution or the taking of any action in reliance on the information contained herein is strictly prohibited. This e-mail does not constitute an order for goods or services unless accompanied by an official purchase order. On 25 June 2014 07:39, Sarath Singapati <sarath.singap...@gmail.com> wrote: > Hello, > > I get Tizen build linker error when building the RPM in the GBS chroot. It > fails with error: /usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld: > failed to set dynamic section sizes: Memory exhausted > > Host machine is 64 bit ubuntu 12.04 > > Then I tried with -Wl,--no-keep-memory' & '-fuse-ld=gold linker flags, > but this is also failed with > /usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld: cannot size stub > section: Memory exhausted > > > Any ideas on this? > > Thank you very much > Sarath > > _______________________________________________ > Application-dev mailing list > Application-dev@lists.tizen.org > https://lists.tizen.org/listinfo/application-dev > >
_______________________________________________ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev