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: Brian Dessent <brian at dessent dot net>
- To: ffileppo <ffileppo at libero dot it>
- Cc: java <java at gcc dot gnu dot org>
- Date: Mon, 21 Apr 2008 07:45:41 -0700
- Subject: Re: can't resolve symbol '_Unwind_Backtrace'
- References: <JZOH5B$E16B9B3FE9E21498A07ACFA14FF8B84B@libero.it>
- Reply-to: java <java at gcc dot gnu dot org>
ffileppo wrote:
> Are there any libraries that I should copy to the target apart from libgcj and libgcc_s?
You need whatever libraries it's linked against. As a starting point,
try something like "arm-linux-uclibcgnueabi-readelf -d program | grep
NEEDED".
Brian