* build related basic question
@ 2005-04-29 20:23 Aggarwal, Vikas (OFT)
2005-04-29 20:36 ` Christopher Clark
0 siblings, 1 reply; 3+ messages in thread
From: Aggarwal, Vikas (OFT) @ 2005-04-29 20:23 UTC (permalink / raw)
To: xen-devel
Hello,
Please tell me how I can just build a bzImage for xenU.
I am debugging my front-end driver, don't want to do the whole thing
--$make install-kernels, when I only added a single printk statement
inside my front-end driver for debug.
If I just try to do a $make inside my xenU kernel directory , it fails
complaining phys_to_machine_mapping_undeclare.
-vikas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: build related basic question
2005-04-29 20:23 build related basic question Aggarwal, Vikas (OFT)
@ 2005-04-29 20:36 ` Christopher Clark
0 siblings, 0 replies; 3+ messages in thread
From: Christopher Clark @ 2005-04-29 20:36 UTC (permalink / raw)
To: Aggarwal, Vikas (OFT); +Cc: xen-devel
cd linux-2.6.11-xenU
ARCH=xen make
and then dig out the bzimage from inside the tree
or in the directory above do:
ARCH=xen make kernels
and it should only rebuild what has changed (plus a couple of files)
and dump the new bzimage into dist/install/boot for you
c.
On 4/29/05, Aggarwal, Vikas (OFT) <Vikas.Aggarwal@oft.state.ny.us> wrote:
> Hello,
> Please tell me how I can just build a bzImage for xenU.
> I am debugging my front-end driver, don't want to do the whole thing
> --$make install-kernels, when I only added a single printk statement
> inside my front-end driver for debug.
>
> If I just try to do a $make inside my xenU kernel directory , it fails
> complaining phys_to_machine_mapping_undeclare.
>
> -vikas
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: build related basic question
@ 2005-04-30 6:43 Ian Pratt
0 siblings, 0 replies; 3+ messages in thread
From: Ian Pratt @ 2005-04-30 6:43 UTC (permalink / raw)
To: Aggarwal, Vikas (OFT), xen-devel
> Hello,
> Please tell me how I can just build a bzImage for xenU.
> I am debugging my front-end driver, don't want to do the
> whole thing --$make install-kernels, when I only added a
> single printk statement inside my front-end driver for debug.
at top level
make dist
> If I just try to do a $make inside my xenU kernel directory ,
> it fails complaining phys_to_machine_mapping_undeclare.
in the linux directory
make ARCH=xen dist
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-04-30 6:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-29 20:23 build related basic question Aggarwal, Vikas (OFT)
2005-04-29 20:36 ` Christopher Clark
-- strict thread matches above, loose matches on Subject: below --
2005-04-30 6:43 Ian Pratt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.