Hi,
When i Try run this config :
./configure --disable-app-fuzzer --disable-app-performance --disable-app-sniffer --enable-app-tunnel --disable-app-stats --disable-doc --disable-doc-man --enable-local --enable-userlevel --enable-wifi --host=mips-unknown-elf --build=mips --prefix=/home/peter/openwrt/trunk/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/ --with-linux=/home/peter/openwrt/trunk/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/linux
in processes of confining show me this error
Can't find Linux System.map file /nonexistent_file,
so I won't compile the linuxmodule driver.
(You may need the --with-linux=DIR and/or --with-linux-map=MAP options.)
$make
../../lib/error.cc: In static member function ‘static String ErrorHandler::vxformat(int, const char*,__va_list_tag*)’:../../lib/error.cc:729:52: error: cannot convert ‘__va_list_tag**’ to ‘__va_list_tag (*)[1]’ in argument passingstrstore = item->hook(flags, VA_LIST_REF(val));^Makefile:68: recipe for target 'error.bo' failedmake[2]: *** [string.bo] Error 1make[2]: Leaving directory /home/peter/openwrt/trunk/click/tools/lib'make[1]: *** [lib] Error 2make[1]: Leaving directory /home/peter/openwrt/trunk/click/tools 'make: *** [tools] Error 2
Hi, When i Try run this config :
./configure --disable-app-fuzzer --disable-app-performance --disable-app-sniffer --enable-app-tunnel --disable-app-stats --disable-doc --disable-doc-man --enable-local --enable-userlevel --enable-wifi --host=mips-unknown-elf --build=mips --prefix=/home/peter/openwrt/trunk/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/ --with-linux=/home/peter/openwrt/trunk/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/linux
in processes of confining show me this error
$make
../../lib/error.cc: In static member function ‘static String ErrorHandler::vxformat(int, const char*,
__va_list_tag*)’:
../../lib/error.cc:729:52: error: cannot convert ‘__va_list_tag**’ to ‘__va_list_tag (*)[1]’ in argument passing
strstore = item->hook(flags, VA_LIST_REF(val));
^
Makefile:68: recipe for target 'error.bo' failed
make[2]: *** [string.bo] Error 1
make[2]: Leaving directory /home/peter/openwrt/trunk/click/tools/lib'
make[1]: *** [lib] Error 2
make[1]: Leaving directory /home/peter/openwrt/trunk/click/tools '
make: *** [tools] Error 2