码迷,mamicode.com
首页 > 系统相关 > 详细

arm-linux-strip 的使用

时间:2019-06-29 10:58:23      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:strong   lin   str   rip   信息   使用   bsp   原来   arm   

3.2.1    1. 移除所有的符号信息 [arm@localhost gcc]#cp hello hello1

[arm@localhost gcc]#arm­linux­strip ­strip­all hello

­­strip­all: 是移除所有符号信息

[arm@localhost gcc]#ll

­rwxr­xr­x  1 arm root  2856  7 月  3 15:14 hello

­rwxr­xr­x  1 arm root 13682  7 月  3 15:13 hello1

被 strip 后的 hello 程序比原来的 hello1 程序要小很多。

 

2. 移除调试符号信息

[arm@localhost gcc]#arm­linux­strip ­g hello [arm@localhost gcc]#ll

­rwxr­xr­x  1 arm root  4501  7 月  3 15:17 hello

­rwxr­xr­x  1 arm root 13682  7 月  3 15:13 hello1

arm-linux-strip 的使用

标签:strong   lin   str   rip   信息   使用   bsp   原来   arm   

原文地址:https://www.cnblogs.com/fanweisheng/p/11105607.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!