From: Zhu Yi <yi...@in...> - 2006-09-01 01:56:41
|
On Thu, 2006-08-31 at 12:15 +0000, Mingyur Koblensky wrote: > i've successfully compiled ieee80211-1.2.15 with my kernel 2.6.15.4 , > after i've compiled again the same kernel without changing nothing with > gcc 4.1 (instead of 3.3 slack precompiled), > but when i'm going to make ieee80211-1.2.15 i get this error : > > root@darkstar:/opt1/ieee80211-1.2.15# make > Checking in /lib/modules/2.6.15.4 for ieee80211 components... > make -C /lib/modules/2.6.15.4/build M=/opt1/ieee80211-1.2.15 modules > make[1]: Entering directory `/usr/src/linux-2.6.15.4' > CC [M] /opt1/ieee80211-1.2.15/ieee80211_module.o > > /bin/sh: scripts/genksyms/genksyms: No such file or directory Do you have /lib/modules/2.6.15.4/build/scripts/genksyms/genksyms? It's a tool your kernel provided. I'm not sure it's related to gcc 3.3 or 4.1. Thanks, -yi |