Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

command make

Status
Not open for further replies.

bateman23

Programmer
Mar 2, 2001
145
DE
I want to compile a new kernel and so type
"make xconfig".
but everytime there is an error-message:
"no rule to make target 'xconfig'. Stop"

What's wrong?

bateman23
 
Are you in the uppermost directory of the source code? Ie, if you are trying to build the 2.4.6 kernel and you untarred it it /usr/src -- untarring the source code creates a directory /usr/src/linux, cd into '/usr/src/linux' and execute your 'make xconfig'.

If you are in this directory and it still doesn't work, try 'make menuconfig', your source tree might have gotten corrupt in some way. If you can do one and not the other, I suggest redownloading the source, untar it again and start from scratch, something is horribly wrong.

Hope this helps,
Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top