bcm4329: Unknown symbol _GLOBAL_OFFSET_TABLE_
After googling a bit, I found a similar issue [1] (regarding fuse) where an user commented:
> This indicates the module was built -fPIC (or more likely -fPIE), which it
> shouldn't have been.
Is this the case too?
I'm running stock Android 2.2.2 with (patched) kernel 2.6.32.9 and NDK r5.
Any hints?
Thanks
Alessio
> On Tuesday 25 Jan 2011 21:50:32 Alessio Bianchi wrote:
>> Hi, I used the NDK toolchain (arm-linux-androideabi-*) to build a custom
>> kernel for the Nexus One. The kernel compiled and works perfectly on the
>> device, but when I try to insert the bcm4329 kernel module for the
>> wireless interface, I get the following error in dmesg:
>>
>> bcm4329: Unknown symbol _GLOBAL_OFFSET_TABLE_
>>
>
> I get the same thing, 'arm-eabi-4.4.0/bin/arm-eabi-' seems to work fine though.
Confirmed. Additionally, I'm getting this issue with external modules too.
I get the same thing, 'arm-eabi-4.4.0/bin/arm-eabi-' seems to work fine though.
Regards
--
Steven Coutts
ste...@couttsnet.com
I also have this problem with
CROSS_COMPILE=/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-
And 4.4.0 was removed because it was deprecated.
Has anyone found a solution?