newcastlecy / openwrt-hiwifi

Automatically exported from code.google.com/p/openwrt-hiwifi
1 stars 0 forks source link

求助:编译出错 #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
执行:
svn checkout http://openwrt-hiwifi.googlecode.com/svn/branches/openwrt-hc5761
sudo apt-get install build-essential subversion libncurses5-dev zlib1g-dev gawk 
gcc-multilib flex git-core gettext
make s_checkout_svn
cd openwrt-ramips
svn up -r41860
cp feeds.conf.default feeds.conf
./scripts/feeds update -a
./scripts/feeds install -a
make clean
make prereq -V=99
make tools/install -V=99
make toolchain/install -V=99
make menuconfig
上面全部ok
cd ..
make

出错:
rm -rf 
/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-rami
ps/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/root-ramips/tmp-samba36-s
erver
touch 
/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-rami
ps/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/root-ramips/stamp/.samba3
6-server_installed
if [ -f 
/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-rami
ps/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/pkginfo/samba36.default.i
nstall.clean ]; then rm -f 
/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-rami
ps/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/pkginfo/samba36.default.i
nstall 
/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-rami
ps/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/pkginfo/samba36.default.i
nstall.clean; fi; echo "samba36-server" >> 
/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-rami
ps/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/pkginfo/samba36.default.i
nstall
make[4]: Leaving directory 
`/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-ram
ips/package/network/services/samba36'
make[3]: Leaving directory 
`/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-ram
ips'
make[2]: *** 
[/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-ram
ips/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile] 
Error 2
make[2]: Leaving directory 
`/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-ram
ips'
make[1]: *** [world] 错误 2
make[1]:正在离开目录 
`/home/ubuntu/openwrt/googlecode-hiwifi-path/branches/openwrt-hc5761/openwrt-ram
ips'
make: *** [s_build_openwrt] 错误 2

What version of the product are you using? On what operating system?
OS:Ubuntu 14.04 x64

Please provide any additional information below.
之前用最新的trunk编译极1 HC_6361的rom,通过了。

Original issue reported on code.google.com by sink....@gmail.com on 16 Sep 2014 at 5:27

GoogleCodeExporter commented 9 years ago
多谢支持。请参考本项目首页的文档,按照说明编译。

Original comment by rss...@gmail.com on 20 Oct 2014 at 7:47