Ok ihave the kernel source all set up and ready. I fixed the autoconf.h error that hostap-driver was complaining about (make config in the kernel source directory) Now when i type make i get this
[Sun Jan 01 - 05:41 PM]:[/mnt/card/devel/hostap-driver-0.3.9]
{root@zaurus}$ make
make -C /lib/modules/2.4.18-rmk7-pxa3-embedix/build SUBDIRS=/mnt/card/devel/hostap-driver-0.3.9/driver/modules modules
make[1]: Entering directory `/mnt/card/devel/linux'
make -C /mnt/card/devel/hostap-driver-0.3.9/driver/modules CFLAGS="-D__KERNEL__ -I/mnt/card/devel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -mapcs -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -march=armv4 -mtune=strongarm1100 -mshort-load-bytes -msoft-float -DMODULE" MAKING_MODULES=1 modules
make[2]: Entering directory `/mnt/card/devel/hostap-driver-0.3.9/driver/modules'
arm-linux-gcc -D__KERNEL__ -I/mnt/card/devel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -mapcs -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -march=armv4 -mtune=strongarm1100 -mshort-load-bytes -msoft-float -DMODULE -DKBUILD_BASENAME=hostap -c -o hostap.o hostap.c
make[2]: arm-linux-gcc: Command not found
make[2]: *** [hostap.o] Error 127
make[2]: Leaving directory `/mnt/card/devel/hostap-driver-0.3.9/driver/modules'
make[1]: *** [_mod_/mnt/card/devel/hostap-driver-0.3.9/driver/modules] Error 2
make[1]: Leaving directory `/mnt/card/devel/linux'
make: *** [2.4] Error 2
Now im not sure of its complaining about not being able to find the "arm-linux-gcc" command because i cant find it, or is the arm-linux-gcc command not able to find
-D__KERNEL__ -I/mnt/card/devel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -mapcs -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -march=armv4 -mtune=strongarm1100 -mshort-load-bytes -msoft-float -DMODULE -DKBUILD_BASENAME=hostap -c -o hostap.o hostap.c
Looked and i cant find "arm-linux-gcc" anywhere in the /opt/native/arm/3.4.5-sa1100-softvfp dir.
VoiDeR