Hello,
I'm trying to build the RT2070 USB WiFi module's driver for MVL4.0.1 (kernel 2.6.10) for DM355. All the necessary files get compiled until the last part where the linker tries to generate the rt2070sta.ko kernel module.
I tried this with the toolchain that comes with MVL4.0.1 (gcc version 3.4.3, ld version 2.15.94 20041215), and the error I got was:
CC [M] /home/kapil/Work/RT3070_LinuxSTA_V2.3.0.1_20100208/os/linux/../../common/rtmp_mcu.o
LD [M] /home/kapil/Work/RT3070_LinuxSTA_V2.3.0.1_20100208/os/linux/rt2070sta.o
Building modules, stage 2.
MODPOST
LD [M] /home/kapil/Work/RT3070_LinuxSTA_V2.3.0.1_20100208/os/linux/rt2070sta.ko
arm_v5t_le-ld: Segmentation fault
make[2]: *** [/home/kapil/Work/RT3070_LinuxSTA_V2.3.0.1_20100208/os/linux/rt2070sta.ko] Error 139
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/kapil/Work/netFox_kernel2.6.10'
make: *** [LINUX] Error 2