Hello, On Tuesday 09 August 2011 13:42:37 devendra.aaru wrote: > hello, > > > anyone know that there is a support to the backtrace function (in c > language) is present in openwrt ?
You can use gdb most of the time to get a backtrace. > > i am getting some compiler errors saying that execinfo.h not found. (in our > linux box it will be under /usr/include/). > i searched in staging_dir/i386/usr/include but not found any file of name > execinfo.h. This is unrelated to your first question. Just run the build with V=99 and see what are the compiler and c-preprocessor flags being used and check where such header should, which package should provide it etc ... -- Florian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
