strip flt how?

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

Reply to
evan william
Loading thread data ...

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:     damion@snapgear.com
 Click to see the full signature
Reply to
Damion de Soto

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.