On Sun, 2002-01-20 at 17:33, Mark Crichton wrote:
> I have put together the gcc-2.95.3 setup that's on
> ftp.arm.linux.org.uk, and it apparently works fairly well.  However,
> one bit of my code is having problems.  I'm getting R_ARM_PC24
> references in an .so I'm building.
> 
> Looking at the logs from the build, the strange thing is that it is
> using -fPIC to compile the code...which is just flat out odd. 

Most likely it is linking in some static library that was compiled PDC.
If this is mozilla you probably want to start by looking for things like
libiberty.

If you install a fairly recent version of glibc then the PC24 relocs
should be relatively harmless.

p.


_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to