-------- Original Message --------
Subject:        compile error "STRIP variable not set" with last commit
Date:   Mon, 27 Jul 2009 04:13:01 +0800
From:   Xiangfu Liu <xian...@qi-hardware.com>
To:     OpenWrt Development List <openwrt-devel@lists.openwrt.org>



Hi

I just merge the last openwrt commit to "openwrt-x-burst[1]"
but there is "STRIP variable not set" error, never show this 
error before merge. attch is the error message

give me some tip. very thanks.

[1] http://github.com/lindnermarek/openwrt-x-burst/commits/x-burst



-- 
http://www.qi-hardware.com
Best Regards
Xiangfu Liu


mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/CONTROL
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/dev
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/etc/crontabs
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/etc/rc.d
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/jffs
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/lib/firmware
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/mnt
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/proc
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/tmp
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/usr/lib
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/usr/bin
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/sys
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/www
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/root
ln -sf /proc/mounts 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/etc/mtab
rm -f 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/var
ln -sf /tmp 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/var
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/etc
ln -sf /tmp/resolv.conf /tmp/fstab /tmp/TZ 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/etc/
for conffile in 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/etc/config/*;
 do if [ -f "$conffile" ]; then grep "$conffile" 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/CONTROL/conffiles
 || echo 
"${conffile##/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst}"
 >> 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst/CONTROL/conffiles;
 fi done
mkdir -p 
/home/xiangfu/PanGu/openwrt-x-burst/bin/packages/target-mipsel_uClibc-0.9.30.1
find 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst
 -name 'CVS' -o -name '.svn' -o -name '.#*' | xargs -r rm -rf
NM="mipsel-openwrt-linux-uclibc-nm" STRIP="" 
STRIP_KMOD="mipsel-openwrt-linux-uclibc-strip --strip-unneeded 
--remove-section=.comment" 
/home/xiangfu/PanGu/openwrt-x-burst/scripts/rstrip.sh 
/home/xiangfu/PanGu/openwrt-x-burst/build_dir/linux-xburst/base-files/ipkg/base-files-xburst
rstrip.sh: strip command not defined (STRIP variable not set)
make[3]: *** 
[/home/xiangfu/PanGu/openwrt-x-burst/bin/packages/target-mipsel_uClibc-0.9.30.1/base-files-xburst_24-r17023_mipsel.ipk]
 Error 1
make[3]: Leaving directory 
`/home/xiangfu/PanGu/openwrt-x-burst/package/base-files'
make[2]: *** [package/base-files/compile] Error 2
make[2]: Leaving directory `/home/xiangfu/PanGu/openwrt-x-burst'
make[1]: *** 
[/home/xiangfu/PanGu/openwrt-x-burst/staging_dir/target-mipsel_uClibc-0.9.30.1/stamp/.package_compile]
 Error 2
make[1]: Leaving directory `/home/xiangfu/PanGu/openwrt-x-burst'
make: *** [world] Error 2


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to