On 12-09-17 12:39 PM, Ian Lance Taylor wrote:
On Thu, Sep 13, 2012 at 1:00 PM, Diego Novillo <dnovi...@google.com> wrote:
On 2012-09-11 18:53 , Ian Lance Taylor wrote:
2012-09-11 Ian Lance Taylor <i...@google.com>
* Initial implementation.
OK.
Thanks for all the reviews. I have committed the libbacktrace library
to trunk. I will follow up with a patch to actually use it.
Please let me know about any build problems.
I'm hitting the following build issue
/bin/sh ./libtool --tag=CC --mode=compile i686-unknown-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I../../libbacktrace -I
../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I
../libgcc -I ../gcc/include -I ../../gcc/include -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror
-g -O2 -MT backtrace.lo -MD -MP -MF .deps/backtrace.Tpo -c -o
backtrace.lo ../../libbacktrace/backtrace.c
libtool: compile: i686-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I.
-I../../libbacktrace -I ../../libbacktrace/../include -I
../../libbacktrace/../libgcc -I ../libgcc -I ../gcc/include -I
../../gcc/include -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute
-Wcast-qual -Werror -g -O2 -MT backtrace.lo -MD -MP -MF
.deps/backtrace.Tpo -c ../../libbacktrace/backtrace.c -o backtrace.o
cc1: warnings being treated as errors
../../libbacktrace/backtrace.c: In function 'unwind':
../../libbacktrace/backtrace.c:69: warning: implicit declaration of
function '_Unwind_GetIPInfo'
make[3]: *** [backtrace.lo] Error 1
Regards,
Ryan Mansfield