Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36558 - Make instructions incorrect
Summary: Make instructions incorrect
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: User-Mode Linux Guide (show other bugs)
Hardware: All All
: Highest major (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-26 19:28 UTC by Brett I. Holcomb
Modified: 2003-12-26 21:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brett I. Holcomb 2003-12-26 19:28:11 UTC
The UserMode Guide says to do this.

# emerge sys-kernel/usermode-sources
# cd /usr/src/uml/linux
# make menuconfig ARCH=um
# make linux ARCH=um
# cp linux /usr/local/bin/linux

However, make linux ARCH=i386 gives a Rule not found for target.  Using 

make vmlinux ARCH=um allows the make to run.
Comment 1 Brett I. Holcomb 2003-12-26 21:15:04 UTC
Never mind.  I went back through some bug reports on uml - again! - and found that arch must be um.   I thought it was supposed to be mine arch!