在完成Raspberry Pi 4的buildroot配置后,当我尝试运行make时,出现以下错误: mkdir -p /media/adrian/DyskB/buildroot/buildroot/output/build/glibc-2.31-49-g6f3459f9859a7b506c64fa1823769ab631072c6e/build
# Do the configuration
(cd /media/adrian/DyskB/buildroot/buildroot/output/build/glibc-2.31-49-g6f3459f9859a7b506c64fa1823769
我想在没有安装ssh的arm-linux (debian)目标上调试一个带有Eclipse的应用程序。
所以我使用了C/C++ Attach to Application方法。
当然,我已经用g3选项编译了应用程序,并在目标上复制了应用程序。
我已经在目标上启动了gdbserver。
当然,当我开始调试时(当然是使用跨gdb ),它通过TCP连接到gdbserver,它在应用程序的起始地址上停止,但它不加载源文件。
当我单击简历时,应用程序将正常启动。
如果我在本地调试它,一切当然都运行良好。
这里缺少什么来加载源文件?
我能提供什么有用的信息来猜测出了什么问题?
编辑
make all
B
我正在尝试为buildroot创建一个用于饮食飞溅的包,并添加了这些文件
Config.in
config BR2_PACKAGE_DIETSPLASH
bool "dietsplash"
help
dietsplash is an simple splash screen service for
embedded devices. It has support for animations.
dietsplash.mk
#######################################################
它似乎变得有点复杂了,所以首先是一些背景:
我需要编译在arm系统上运行的自包含程序,glibc版本通常在2.13到2.17之间。
在尝试运行这些程序时,我经常会遇到这样的错误:
dlopen: /lib/libc.so.6: version `GLIBC_2.26' not found (required by /tmp/_MEImvaIVL/libpython3.8.so.1.0)
(在本例中,我使用的是一个带有嵌入式python解释器的程序,它是用PyInstaller打包的)
我有一个工作流程来从源代码构建在这种情况下使用的python,并使用那个python来构建最终的包,所
我正在尝试在20.04xubuntu机器上构建CMake 3.15.5 (但我也尝试了18.04和20.10,结果相同)。
错误如下:
loading initial cache file /home/max/Lavori/nova/src/repos/dep-startup/buildroot-output/buildroot-2020.02.1/output/build/host-cmake-3.15.5/Bootstrap.cmk/InitialCacheFlags.cmake
-- The C compiler identification is GNU 9.3.0
-- The CX
下面的命令出现了一个错误:
> wget sources.buildroot.net
--2017-01-04 09:22:20-- http://sources.buildroot.net/
Resolving sources.buildroot.net (sources.buildroot.net)... failed: Name or service not known.
wget: unable to resolve host address ‘sources.buildroot.net’
我做了什么,
ping sources.buildroot.net给ping: un
我正在尝试为x86平台构建具有Qt支持的Buildroot,这是我得到的:
Creating qmake. Please wait...
make[1]: Entering directory `/home/userpc/Downloads/buildroot/output/build/qt-4.8.5/qmake'
make[1]: Leaving directory `/home/userpc/Downloads/buildroot/output/build/qt-4.8.5/qmake'
You have asked to use pkg-config and are
我正在遵循,我下载了tar.gz文件,但由于这个原因,我无法创建教程中提到的三个rpm二进制文件
sudo rpmbuild -tb --clean munge-0.5.12-11-g4699a9f.tar.gz
error: File /home/user1/Downloads/munge-0.5.12.tar.xz: No such file or directory
在home中,创建了/rpmbuild/SPEC/munge.spec。但我不知道该在哪里编辑。我提到了对的回答,它说要覆盖BUILDROOT目录的位置,不确定如何做到这一点,根据的回答,我们需要添加%install,所以
我正在尝试构建t2600g-28ts交换机的u引导和内置linux,以获得用于修改设备的引导加载器,我的下一个目标是闪烁OpenWRT。这是一个基于bcm53547的董事会,我已经尝试了以下构建说明,没有运气。我认为也许工具链是问题所在,所以我如何解决这个问题。任何帮助都将不胜感激..。
T 2600-28TS GPL代码
编译指令
1. All build targets are in "t2600g-28ts_gpl/tplink/buildroot-wolfhound2/" and "t2600g-28ts_gpl/ldk/XLDK_4.2.1/bootload