https://forum.openwrt.org/viewtopic.php?id=15195

Hi all ,
anybody out there who are familiar with makefiles ?
sorry for asking , if i for example write in the makefile for a package the following lines :
(eval(eval (call BuildPackage,bridge))
the binaries will be automatically stripped before they are packed in to the *.ipk package ,
so my question is how can i disable the stripping of the binaries before they go into the *.ipk package ?
i know , it´s a little bit crazy question , the reason for this question is , i am working on a package source of a library , everything is compiled right , and before the libraries go in to the *.ipk package , they are automatically stripped , i don’t want that , because after stripping my libraries are destroyed , strip removes too much code , anybody know how to disable stripping ?

thank you for reading this
Have a nice day
回复:
make package/foo/{clean,compile} V=99 STRIP=/bin/true

也就是说如果默认使用strip破坏了你的程序、库,可以使用STRIP=/bin/true来取消strip操作,直接在Makefile中定义也是可以的

openwrt取消strip 软件包相关推荐

  1. 【智能路由器】openwrt创建用户软件包

    [智能路由器]系列文章连接 http://blog.csdn.net/u012819339/article/category/5803489 openwrt根目录 先看看openwrt初次编译好后的目 ...

  2. OpenWrt增加package软件包

    前言: 目前手上有一款产品需要做部分维护工作,它是基于OpenWrt开发的,也就是Linux,只不过原来的维护工作主要是C逻辑层,本次任务需要重新开辟一个package来独立执行整个任务逻辑,避免嵌套 ...

  3. linux openwrt插件,OpenWrt添加软件包(一)

    OpenWrt是一个比较完善的嵌入式Linux开发平台,人们可以在其基础上增加软件包,以扩大其应用范围.OpenWrt在增加软件方面使用极其方便,按照OpenWrt的约定就可以很简单完成. 加入的软件 ...

  4. OpenWRT基本知识整理

    转载自:http://www.liwangmeng.com/openwrt%E5%9F%BA%E6%9C%AC%E7%9F%A5%E8%AF%86%E5%BD%92%E7%BA%B3/ 目录: 1.O ...

  5. OpenWRT 添加第三方库

    简介 在OpenWRT 中,它已经包含许多开源库,在make menuconfig -> Libraries 中可以看到,有很多库都已经添加了. 当要用的库在OpenWRT里找不到时,就需要自己 ...

  6. openwrt安装oracle,Openwrt安装软件的方法-tomcat 随笔小记-install ubuntu 12.04 in virtualbox_169IT.COM...

    Openwrt安装软件 简介 Openwrt是个很自由的开源路由器系统,软件包支持几千个,功能很强大! 安装的方法主要有两种,telnet或者ssh连接后台安装和 页面安装. 下面的所有步骤的前提是当 ...

  7. Linux / OpenWRT / 目录功能说明

    一.目录树 注意,上图中: 蓝色是原始文件的目录结构. 红色是编译之后的目录结构. 二.原始目录 1.config 存放着整个系统的配置文件. 2.include openwrt 的 Makefile ...

  8. 如何使用APTonCD备份和还原已安装的Ubuntu软件包

    APTonCD is an easy way to back up your installed packages to a disc or ISO image. You can quickly re ...

  9. Linux 命令之 apt-mark -- 对 APT 软件包设置标记

    文章目录 一.命令介绍 二.常用命令 三.命令示例 (一)将软件包标记为 unhold 一.命令介绍 apt-mark 可以对软件包设置标记,列出或过滤拥有某个标记的软件包. 二.常用命令 命令 说明 ...

最新文章

  1. linux内核线程创建销毁机制
  2. java hashtable排序_java中哈希表中有迭代器模式的实现,可以认为其是顺序表吗?...
  3. 传输层TCP/UDP协议
  4. mysql创建数据库并且指定utf-8编码
  5. Hi3516A开发--安装交叉编译器
  6. springboot2.5.0 整合 redis 配置详解
  7. .NET Core on K8S 学习与实践系列文章索引 (更新至20191116)
  8. 【GPU编程】The Cg Runtime:OpenGL中调用Cg程序
  9. 后视摄像头_鸡肋还是“真香”?流媒体后视镜到底值不值冲?
  10. oracle deul,C#引用传递
  11. Eclipse 导入项目到git@osc中
  12. 上海智能网联汽车规模化示范应用启动 滴滴上线自动驾驶服务
  13. ZeroMQ API简介
  14. 【渝粤教育】国家开放大学2018年秋季 1374T班级管理 参考试题
  15. 如何将exe文件在linux下执行,如何轻松的在Linux中运行Windows的.exe文件
  16. 【计算机组成原理】数据通路
  17. 基于JavaWEB+MySQL的房屋租赁网站管理系统
  18. Mybatis 中事务提交方式
  19. 共享计算机怎么连,电脑如何连接共享文件
  20. 【复杂网络】当机器学习遇上复杂网络:解析微信朋友圈 Lookalike 算法

热门文章

  1. 对于南京“1·6”抢劫案嫌疑人为什么警方那么肯定是7起抢劫案的同一人作案呢?
  2. css定位叠放次序:z-index
  3. 什么是Digicert?
  4. 如何选择适合的虚拟主机搭建博客
  5. 第二十六篇 -- 学习第四十天打卡20190803
  6. 代码整洁之道培训总结
  7. 数据挖掘-客户倾向分析
  8. 第十三届蓝桥杯C++B组国赛E题——出差 (AC)
  9. 如何优雅的处理错误逻辑
  10. 17. STM32——SPI硬件