Dear All,
I'm new to this forum and if i had opened this topic in wrong place place correct me.
I have some problems with compiling. Building of tools and toolchain went fine, but build process brakes at building package uclibc++. I have already tried running make package/symlinks and make prereq but it didn't help.
make[3] -C feeds/https_svn.openwrt.org_openwrt_packages_/libs/uclibc++ compile
Here are details i get with running make with V=99
make[3]: Entering directory `/home/vlada/openzoo/current/openwrt/feeds/https_svn.openwrt.org_openwrt_packages_/libs/uclibc++'
install -d -m0755 /bin /home/vlada/openzoo/current/openwrt/staging_dir/arm/usr/include/uClibc++ /home/vlada/openzoo/current/openwrt/staging_dir/arm/usr/lib
install -m0755 /home/vlada/openzoo/current/openwrt/build_dir/arm/uClibc++-0.2.2/ipkg-install/usr/bin/g++-uc /bin/
install: cannot create regular file `/bin/g++-uc': Permission denied
make[3]: *** [/home/vlada/openzoo/current/openwrt/staging_dir/arm/stamp/.uclibc++_installed] Error 1
make[3]: Leaving directory `/home/vlada/openzoo/current/openwrt/feeds/https_svn.openwrt.org_openwrt_packages_/libs/uclibc++'
make[2]: *** [package/libs/uclibc++/compile] Error 2
Is this some bug in build scripts? Maybe someone knows a quick workaround for this ..