Post subject: qcc -N XXX versus strip Posted: Nov 09, 2007 - 06:24 AM
Guest
Hello, All!
Executing strip command on executable without any options, like "strip
executable", which was compiled with custom stack size via "qcc -N XXX",
restores stack size to its default value.
With best regards, Mike Gorchak. E-mail: mike@malva.ua
Colin Burgess
Post subject: Re: qcc -N XXX versus strip Posted: Nov 09, 2007 - 09:09 AM
Guest
That's understandable - strip removes any sections that are not marked ALLOC,
which includes the .note section that contains the stacksize notes.
Regards,
Colin
Mike Gorchak wrote:
Quote:
Hello, All!
Executing strip command on executable without any options, like "strip
executable", which was compiled with custom stack size via "qcc -N XXX",
restores stack size to its default value.
With best regards, Mike Gorchak. E-mail: mike@malva.ua
All logos and trademarks in this site are property of their respective owners. The comments are property of their posters. Powered by OpenQNX: The QNX Community Portal Site
QNX and the QNX logo are registered trademarks of QNX Software Systems.