This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: can't resolve symbol '_Unwind_Backtrace'
- From: Andrew Haley <aph at redhat dot com>
- To: ffileppo <ffileppo at libero dot it>
- Cc: java <java at gcc dot gnu dot org>
- Date: Mon, 21 Apr 2008 10:35:04 +0100
- Subject: Re: can't resolve symbol '_Unwind_Backtrace'
- References: <JZNZP7$957D3C8A2A44621DB4217B096975E24B@libero.it>
ffileppo wrote:
> Hi,
>
> I'm getting this error when I try to run a gcj exe on my target (arm-linux, cpu PXA270):
>
> ./a.out: can't resolve symbol '_Unwind_Backtrace'
Hmm, doesn't look like armel.
Which ABI is this? New or old ARM ABI? What version of gcc?
The me what `uname -a' returns.
Andrew.