pmisch
  
 
  
 
 
Group: Awaiting Authorisation 
Posts: 18 
Joined: May 2006 | 
  | 
Posted: Dec. 05 2007,14:22 | 
   | 
 
 
  
OK,  I followed your advices: Installed Kernelsource 2.4.31, installed compiler gcc1-with-libs (and later tried also compile-3.3.5.uci) -  then adjusted Makefile of my module (RT61 WLAN PCMCIA card)  - then ran <./Configure> successfully. 
  Then <make> and got the error: 
  gcc -D -I/usr/src/linux-2.4.31/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.31/include/linux/modversions.h -DAGGREGATION_SUPPORT -DWMM_SUPPORT -Wall -Wstrict-prototypes -Wno-trigraphs   -c -o rtmp_main.o rtmp_main.c <command line>:138471553:59592: /usr/src/linux-2.4.31/include/linux/modversions.h: No such file or directory
  Looked into /usr/src/linux-2.4.31/include/linux and indeed it is full of files, but there is no <modversions.h>  
  GRRR: In DSL3.4 it was present   :-( 
  Now I will try to take the old kernel-source and copy the missing file(s) over to the new kernel-source. If this works I will try to strip the huge kernel.source down to a size according to the old one (3 MB).  If this is successful I will publish the kernel-source-2.4.31 as zip-file. 
  Peter 
 |