我使用arm-bcm2708工具链进行交叉编译.
现在我想构建debian包.
Run Code Online (Sandbox Code Playgroud)$ dpkg-buildpackage -rfakeroot -us -uc
我收到了错误
Run Code Online (Sandbox Code Playgroud)... (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软件包呢?