This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: can't resolve symbol '_Unwind_Backtrace'


> ffileppo wrote:
>
> > 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'
>
> Wild guess, but did you forget to install/copy libgcc_s.so to the
> target?
>
> Brian
>

Hi,

I tried adding libgcc_s.so to the target, now I'm getting this error when running a.out:

terminate called without an active exception
Aborted

Any ideas?

Are there any libraries that I should copy to the target apart from libgcj and libgcc_s?

Thank you,

Francesco


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]