You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: