gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Unhandled R_ARM_MOVW_ABS_NC reloc


From: Jerry James
Subject: Re: [Gcl-devel] Unhandled R_ARM_MOVW_ABS_NC reloc
Date: Wed, 9 Jan 2013 15:04:51 -0700

On Wed, Jan 9, 2013 at 11:25 AM, Jerry James <address@hidden> wrote:
> I have made a list of instructions on how to setup an ARM virtual
> machine that illustrates the problem:
> http://software.jamezone.org/HOWTO/gcl-arm.html.  Hopefully that
> helps.  Regards,

Following my own recipe, I added the patch you suggested earlier in
this thread.  That (plus the reloc-type patch I sent earlier today),
resulted in this:

Finished compiling /root/rpmbuild/BUILD/gcl-2.6.8/unixport/../pcl/gcl_pcl_pkg.o.
Loading binary of GCL_PCL_PKG...
Unknown reloc type 44

Error: The assertion tp&~tp on line 181 of sfaslelf.c in function
relocate failed
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by OR.
Broken at LOAD.  Type :H for Help.
>>make[1]: *** [gcl_pcl_boot.c] Error 255
make[1]: Leaving directory `/root/rpmbuild/BUILD/gcl-2.6.8/pcl'
make: *** [unixport/saved_pcl_gcl] Error 2

Reloc type 44 is R_ARM_MOVT_ABS.  If you could please suggest code for
that case, too, I'll give it a try.  Thank you,
--
Jerry James
http://www.jamezone.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]