Results 1 to 6 of 6
when i use the make command i get the error
]# make oldconfig
make[1]: *** No rule to make target `missing-syscalls'. Stop.
make: *** [prepare0] Error 2...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-30-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 4
Problem Compiling the Kernel
when i use the make command i get the error
]# make oldconfig
make[1]: *** No rule to make target `missing-syscalls'. Stop.
make: *** [prepare0] Error 2
- 01-02-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,152
Are you sure you got the kernel source tree? What happens when you run make menuconfig?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 01-03-2011 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 4
When i use the make menuconfig command i get the screen for changing the modules that i need to include or not.... Then it says to save and when the configuration is saved and when i type "make" it throws the above error
- 01-03-2011 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,152
Then I have to think that you are missing some parts of the kernel source tree for your platform/architecture.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 01-03-2011 #5Just Joined!
- Join Date
- Dec 2010
- Posts
- 4
No rule to make target `missing-syscalls'
what does this mean ???
what target is it talking about???
and what architecture may it support....
i actually modified the original code that come with the distro as root... i was not working on the other copy....
However when i downloaded the new source code from the kernel.org and then made changes using the "make menucoinfig" command and then recompiled it didnt throw any errors........
i think it has nothing to do with the architecture...
- 01-03-2011 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,152
Well, the system calls are associated with the architecture you are building for. However, since the sources from kernel.org configured and built without errors, my assumption about missing souce pieces is still the most likely issue. IE, the sources you got with the distro were likely incomplete. Did it build before you made changes? But then not after?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
