Hi All,
While installing the driver by insmod cmd. i am getting the above error, Unknown Synbol:__gp_disp,
I have added ``-fno-pic -mno-abicalls'' option in the make file as
$(BCM_OBJ_DIR)/%.o: %.c
@echo '$(CC) -c $(notdir $<)'
@$(CC) -fno-pic -mno-abicalls -MMD -c $(CFLAGS) $< -o $@
I tried by adding those symbols in the CFLAGS
CFLAGS += -fno-pic -mno-abicalls.
But it didn't help my cause.
Could anybody plz look in to the error and reply?
Thanks in advance
--
Thanks & Regards,
kaka