Quote (bufalo @ April 14 2006,07:06) | strange i also get the cc error in make. |
Well, I managed to compile the driver but it still doesn't work. I changed the line of the Makefile from "CC := cc" to "CC := gcc" and then I could get it to compile. It still wouldn't work though and now, if I run "ifconfig -a" the shell seems to hang. I get no output and ctrl-c doesn't work. Maybe I messed up?
I used the Makefile from Ralink for a 2.4.x kernel. Could that be causing the problems, since DSL is patched with parts of the 2.6 kernel? I also used "kernelsource.dsl" which may not have everything I need. Configure couldn't find the Makefile for linux so I added a link to linux/Documentation/DocBook/Makefile. Well, it was enough to get the driver to compile, but looks like it's not enough to get it to work. But the fact that ifconfig hangs doesn't bode well  |