While trying to compile the linux-2.6.36.1 kernel, I face this problem:-
make: ygcc: Command not found
On a website, I found this solution:-
ln -s /usr/bin/gcc ygcc
But it didn’t work for me.
My GCC version is: 4.4.1
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Double check that you made sure to make menuconfig (or xconfig) it seems that some variables aren’t set correctly.