linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] FAQ: 2.6.9 - why "make linux ARCH=um" fails?
@ 2004-10-22 17:29 BlaisorBlade
       [not found] ` <6343.1099436425@marajade.sandelman.ottawa.on.ca>
  0 siblings, 1 reply; 3+ messages in thread
From: BlaisorBlade @ 2004-10-22 17:29 UTC (permalink / raw)
  To: User Mode Linux User, user-mode-linux-devel

Q: Why does "make linux ARCH=um" fail?
R: Just use "make vmlinux ARCH=um", which creates the "vmlinux" binary, which 
is what you must use.

Or even simply do "make ARCH=um", which is the same as:
make vmlinux modules ARCH=um

* Q: Why did you do this change?
R: This is the result of a change which allows /proc/kallsyms to work, 
allowing UML to print stack traces on panic.

* Q: Why did not you added a notice about "make linux ARCH=um"?
R: I did that, only it was merged after 2.6.9.

* Q: What did you do?
R: within next version, each time you do "make linux ARCH=um", a hardlink is 
created from linux to vmlinux. I.e. they are two copies of the same file, 
sharing the content. If you do a "make vmlinux ARCH=um", instead of leaving a 
stale linux file with the old content, or relinking it, we simply remove the 
vmlinux file. It is assumed that if you do "make vmlinux ARCH=um", you 
already know of this change.

* Q: Why didn't you do simply "mv vmlinux linux"?
R: because that way another "make linux" would relink again the files.

Bye
-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-21 16:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22 17:29 [uml-devel] FAQ: 2.6.9 - why "make linux ARCH=um" fails? BlaisorBlade
     [not found] ` <6343.1099436425@marajade.sandelman.ottawa.on.ca>
2004-11-03 16:18   ` [uml-devel] mm->dumpable issue (was: Re: /proc/mm patches) Blaisorblade
2004-11-20 19:58     ` Michael Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox