LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Compiling uClinux kernel (https://www.linuxquestions.org/questions/linux-from-scratch-13/compiling-uclinux-kernel-778802/)

dpeterson3 12-29-2009 10:33 PM

Compiling uClinux kernel
 
First time compiling an embeded kernel. I get through configuration just fine but keep getting this error
Code:

cp: cannot create regular file `vendors/Ralink/RT3052/config/8M_32M_config.linux-2.6.21.x': No such file or directory
I tried at root and me, and get the message either way. This is for a Belkin N+ router (F5D8235-4 v2010). That shouldn't matter because I am just running the config. I am sure I am doing something stupid. Thanks in advance.

dpeterson3 12-30-2009 07:31 AM

I was right. It was something stupid. I forgot to run make clean before trying againg. After running clean my error went away. Now I am running into an error
Quote:

arch/mips/rt2880/irq.c:262: error: `SURFBOARDINT_PCM' undeclared (first use in this function)
I can't figure out why. I tracked down where SURFBOART_PCM is defined and it is in an h file in which some other variables are defined. It can find the others. I have checked spelling and syntax. They are both correct. These are premade files. I shouldn't get this issue.


All times are GMT -5. The time now is 06:21 AM.