【问题标题】:Add tcpsvd to busybox when build toolchain构建工具链时将 tcpsvd 添加到 busybox
【发布时间】:2020-08-18 16:53:08
【问题描述】:

当我为嵌入式 linux 构建工具链时,我也构建了busybox。

如何将tcpsvd 添加到我的busybox?

【问题讨论】:

    标签: linux cross-compiling buildroot toolchain


    【解决方案1】:

    这在Buildroot用户手册Chapter 7. Configuration of other components中有记载:使用make busybox-menuconfig进入Busybox配置菜单,然后进入Networking Utilities并启用tcpsvd

    手册的9.4. Storing the configuration of other components 部分记录了如何使您的自定义配置永久化。

    【讨论】:

    • 谢谢,请告诉我如何将ltracegdb-server 添加到此工具链中?
    • ltrace 不是由 busybox 提供的。在 Buildroot 菜单中寻找它(make menuconfig 是你的朋友)。 gdb-server 更复杂,但手册对此有解释。是的,你真的应该阅读手册。
    • 我确实搜索过,但没有找到如何使用make menuconfig 获取 ltrace 有没有办法在那里搜索?而不是手动搜索?
    • 它不应该通过导航菜单找到,它是一个目标包,它用于调试。但您也可以搜索:menuconfig 中的每个菜单都有一个帮助文本,就在标题行下方。
    • 哦,Buildroot 手册也解释了这一点:“在 menuconfig 中,通过按 / 调用搜索工具”(nightly.buildroot.org/manual.html#configure)
    猜你喜欢
    • 1970-01-01
    • 2022-11-13
    • 1970-01-01
    • 2012-03-27
    • 1970-01-01
    • 1970-01-01
    • 2014-01-03
    • 1970-01-01
    • 2017-01-31
    相关资源
    最近更新 更多