Re: can't resolve symbol '_Unwind_Backtrace'
Brian Dessent <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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