我正试图使用OpenWRT提供的工具链交叉编译MIPS体系结构的包。skipping incompatible /home/user/package/zlib/zlib-1.2.8/libz.so when searching for -lz
在本例中,zlib已经为MIPS交叉编译,但make使用的是'/usr/bin/ld‘而不是'mipsel-openwrt-linux-ld’。
我正在尝试用openwrt为Raspberry Pi 3B编译Helloworld。-1$ make V=99make[1]: Entering directory «/home/user/OpenWrt-SDK-Linux-i686-1»-1/package»
Makefile:3: /home/user/OpenWrt-SDK-Linux-i686-1/
我正试图为mips设备编译一个简单的驱动程序示例。/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin/mips-openwrt-linux-uclibc在服用完之后,我看到我使用了第一个Makefile,但是我没有运行make default,而是运行了:
make ARCH=mips CROSS_COMPILE=~/openwrt2/<