【发布时间】:2014-03-01 03:32:05
【问题描述】:
我使用 arm-bcm2708 工具链进行交叉编译。
现在我想构建 debian 包。
$ dpkg-buildpackage -rfakeroot -us -uc
我有错误
... (ELF format: 'elf32-littlearm'; RPATH: '') dpkg-shlibdeps: error: cannot continue due to the error above Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH.
我不想在 pi 上构建它。那么如何在 PC 上交叉编译一个 RPi debian 包呢?
【问题讨论】:
标签: debian raspberry-pi cross-compiling