Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

CodeSourcerys GLIBC is big, because it contains debugging information. How can I make it smaller?

0
Posted

CodeSourcerys GLIBC is big, because it contains debugging information. How can I make it smaller?

0

CodeSourcery’s GLIBC contains debugging symbols so that you can more easily debug programs linked against the C library. If you are burning GLIBC into flash, or otherwise need to save space, you can use: m68k-linux-gnu –strip-debug /path/to/lib/libc.so.6 to remove debugging information. A similar command can be used to remove debugging information from other shared objects, such as libm.so.6.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123