trying to compile Attitude Adjustment from sources, and this error shows up after "make menuconfig"


/home/user/openwrt/scripts/kconfig.pl  + /home/user/openwrt/target/linux/generic/config-3.3 /home/user/openwrt/target/linux/ar71xx/config-3.3 > /home/user/openwrt/build_dir/linux-ar71xx_generic/linux-3.3.8/.config
export MAKEFLAGS= ;make -C /home/user/openwrt/build_dir/linux-ar71xx_generic/linux-3.3.8 -C /home/user/openwrt/build_dir/linux-ar71xx_generic/linux-3.3.8 HOSTCFLAGS="-O2 -I/home/user/openwrt/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="mips-openwrt-linux-uclibc-" ARCH="mips" KBUILD_HAVE_NLS=no CONFIG_SHELL="/bin/bash" V='' CC="mips-openwrt-linux-uclibc-gcc" menuconfig
make[3]: Entering directory '/home/user/openwrt/build_dir/linux-ar71xx_generic/linux-3.3.8'
/bin/sh: 1: mips-openwrt-linux-uclibc-gcc: not found
/bin/sh: 1: mips-openwrt-linux-uclibc-gcc: not found

  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/mconf
scripts/kconfig/mconf Kconfig
#
# configuration written to .config

Any suggestion where exactly "mips-openwrt-linux-uclibc-gcc" supposed to be ?

Where is it coming from ?

Do I need to download and install something else beside :

git clone -b attitude_adjustment git://github.com/openwrt/openwrt.git
git clone git://git.openwrt.org/12.09/packages.git
./scripts/feeds update –a
./scripts/feeds install –a

Thanks!