cc: Command not foundForum: HD Install Topic: cc: Command not found started by: fitzbean Posted by fitzbean on June 20 2005,19:14
I'm attempting to recompile the kernel - I'm getting an error at the point where I would "make bzImage" .. the error is that of the one in the title. I'm not sure why this is happening, I have gcc/g++ installed via the dsl package.. is there another compiler (cc?) needed to recompile the kernel? I'm confused.. all the other make commands up until this one worked.Thanks in advance! Brad Posted by roberts on June 20 2005,22:18
I believe all you would need to do is link cc to gccAs root do this ln -s /usr/bin/gcc /usr/bin/cc |