trying to compile the openwrt image builder for my ASUS produced
this:

...
cp -fpR
/home/rpjday/openwrt/trunk/staging_dir/toolchain-mipsel_gcc-4.3.3_uClibc-0.9.30/bin
  <---------
/home/rpjday/openwrt/trunk/build_dir/target-mipsel_uClibc-0.9.30/OpenWrt-ImageBuilder-brcm47xx-for-Linux-i686/staging_dir/host/
cp: cannot stat
`/home/rpjday/openwrt/trunk/staging_dir/toolchain-mipsel_gcc-4.3.3_uClibc-0.9.30/bin':
No such file or directory
make[3]: ***
[/home/rpjday/openwrt/trunk/bin/OpenWrt-ImageBuilder-brcm47xx-for-Linux-i686.tar.bz2]
Error 1
make[3]: Leaving directory
`/home/rpjday/openwrt/trunk/target/imagebuilder'
make[2]: *** [target/imagebuilder/install] Error 2
make[2]: Leaving directory `/home/rpjday/openwrt/trunk'
make[1]: ***
[/home/rpjday/openwrt/trunk/staging_dir/target-mipsel_uClibc-0.9.30/stamp/.target_install]
Error 2
make[1]: Leaving directory `/home/rpjday/openwrt/trunk'
make: *** [world] Error 2


  that's because there is no "bin" directory under there, it's only:

$ ls
info.mk  lib  sbin  stamp  usr
$

  to get around that, i simply used "mkdir" to create an empty "bin"
dir in that directory and the build completed.

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================
_______________________________________________
openwrt-users mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to