Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Change driver format: not stripped to stripped

May 6, 2012 7:54PM PDT

Hello,

I have a driver which has the following format:

"ELF 32-bit LSB shared object, ARM, version 1(SYSV), dynamically linked, not stripped"

and I want to change the format to the following one:

"ELF 32-bit LSB shared object, ARM, version 1(SYSV), dynamically linked, stripped"

How can I do that? The driver is for a Android device, which is based on a smaller Linux distribution.

Insmod with the not stripped driver aborts. All other drivers on device have the format stripped.

Discussion is locked