strip flt how?

Nov 11, 2003 1 Replies

Hi



I've managed to compile samba for arm. Just one tiny Big problem left. How do I strip those big binaries? I can't use arm-elf-strip because it's elf2flt'ed. I can't strip all the object files before linking. (you can't link without symbols.) How do I strip an flt binary file? Or how do I intervene (strip it) before elf gets flt'ed?



Thanks



export CC=arm-elf-gcc export CFLAGS="-Wall -O2 -fomit-frame-pointer" export LD=arm-elf-gcc export LDFLAGS="-Wl,-elf2flt=\"-s32768\"" ./configure --target=arm-elf


evan william wrote: > How do I strip those big binaries? You can't

You don't.

flt files don't really contain any symbols to be stripped out, they're already stripped in their elf2flt conversion.

regards

-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Damion de Soto - Software Engineer email: snipped-for-privacy@snapgear.com SnapGear --- ph: +61 7 3435 2809 | Custom Embedded Solutions fax: +61 7 3891 3630 | and Security Appliances web:

formatting link
--- Free Embedded Linux Distro at
formatting link
---

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required