我在我的feeds.conf中有src-link mypackages /home/onur/Desktop/OpenWRT/openwrt/mypackages,"helloworld“C程序在/openwrt/helloworld目录下编译,下面是我的Makefile: include $(TOPDIR)/rules.mk# Name, version and release number
#variable
我正试图使用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’。