This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Merging Ti compat wireless source with linux kernel source - 3.0.2

Hi All,

This is my first post to this forum.

I want to merge the TI compat wireless source code with kernel source-3.0.2.

For that, i have replaced the include, net and drivers directory in kernel directory, from the same directory which are present in Ti compat wireless package.

After that i am passing "make ARCH=arm CROSS_COMPILE=path of my cross compiler uImage".

Initially i was getting missing files related issues, which i have sorted by copying it from kernel source include directory.

While doing the "make menuconfig", i am taking i am taking my wifi modules as "*", i.e statically build into the kernel.

I am able to build till "vmlinux.o" , but i am not able build the vmlinux, as i am facing some linking errors. I have attached the logs for ur reference:

net/built-in.o: In function `dev_proc_net_exit':
sysctl_net.c:(.text+0x101bc): undefined reference to `wext_proc_exit'
net/built-in.o: In function `dev_proc_net_init':
sysctl_net.c:(.text+0x10268): undefined reference to `wext_proc_init'
net/built-in.o: In function `dev_ioctl':
sysctl_net.c:(.text+0x16724): undefined reference to `wext_handle_ioctl'
net/built-in.o: In function `wireless_show':
sysctl_net.c:(.text+0x253c8): undefined reference to `get_wireless_stats'
net/built-in.o: In function `___cfg80211_scan_done':
sysctl_net.c:(.text+0x3c268): undefined reference to `wireless_send_event'
net/built-in.o: In function `cfg80211_michael_mic_failure':
sysctl_net.c:(.text+0x4b954): undefined reference to `wireless_send_event'
net/built-in.o: In function `__cfg80211_ibss_joined':
sysctl_net.c:(.text+0x4d620): undefined reference to `wireless_send_event'
net/built-in.o: In function `__cfg80211_connect_result':
sysctl_net.c:(.text+0x4eb3c): undefined reference to `wireless_send_event'
sysctl_net.c:(.text+0x4ec78): undefined reference to `wireless_send_event'
net/built-in.o:sysctl_net.c:(.text+0x4ecd4): more undefined references to `wireless_send_event' follow
make: *** [.tmp_vmlinux1] Error 1

Please help me in sorting this issue.

Regards,

Ravi Chobey