LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unexpected PLT reloc type 0x00 (https://www.linuxquestions.org/questions/linux-newbie-8/unexpected-plt-reloc-type-0x00-91632/)

kakultech 09-11-2003 09:23 AM

unexpected PLT reloc type 0x00
 
Dear Friends,
This mail is very urgent for me .I am cross compiling a Dynamic
library on RH Linux 7.2 using arm-linux-gcc.

It compiled successfully.But when I link it & execute the
application it gives the following error

'unexpected PLT reloc type 0x00'

Can any body help me what should i do..Its very very urgent for
me..

Sachin


I am using following way to make .so file

CC=arm-linux-gcc
CFLAGS=-g
all: abc.o bcd.o def.so

def.so:abc.o bcd.o
$(CC) -shared -o $@ $^

.c.o:
$(CC) -c $(CFLAGS) -fpic -o $a $<


All times are GMT -5. The time now is 07:33 PM.