* Unknown Synbol:__gp_disp
@ 2007-10-30 9:00 kaka
2007-10-30 9:15 ` kaka
0 siblings, 1 reply; 3+ messages in thread
From: kaka @ 2007-10-30 9:00 UTC (permalink / raw)
To: linux-mips, uclinux-dev, linux-fbdev-users
[-- Attachment #1: Type: text/plain, Size: 503 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 746 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Unknown Synbol:__gp_disp
2007-10-30 9:00 Unknown Synbol:__gp_disp kaka
@ 2007-10-30 9:15 ` kaka
2007-10-31 10:21 ` sathesh babu
0 siblings, 1 reply; 3+ messages in thread
From: kaka @ 2007-10-30 9:15 UTC (permalink / raw)
To: linux-mips, uclinux-dev, linux-fbdev-users
[-- Attachment #1: Type: text/plain, Size: 503 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 766 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Unknown Synbol:__gp_disp
2007-10-30 9:15 ` kaka
@ 2007-10-31 10:21 ` sathesh babu
0 siblings, 0 replies; 3+ messages in thread
From: sathesh babu @ 2007-10-31 10:21 UTC (permalink / raw)
To: kaka, linux-mips, uclinux-dev, linux-fbdev-users
[-- Attachment #1: Type: text/plain, Size: 810 bytes --]
Hi,
Please use "-mno-pic -mno-abicalls -G 0" cflags along with kernel cflags to build the your module.
Regards,
Sathesh
kaka <share.kt@gmail.com> wrote:
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
---------------------------------
Bring your gang together - do your thing. Start your group.
[-- Attachment #2: Type: text/html, Size: 1424 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-31 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 9:00 Unknown Synbol:__gp_disp kaka
2007-10-30 9:15 ` kaka
2007-10-31 10:21 ` sathesh babu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox