Re: Makefile has local changes that will be overwritten

2021-02-02 Thread Warner Losh
On Tue, Feb 2, 2021, 2:27 AM Greg Kurz wrote: > On Mon, 1 Feb 2021 10:30:25 -0500 > Programmingkid wrote: > > > > > > > > On Feb 1, 2021, at 9:52 AM, Peter Maydell > wrote: > > > > > > On Mon, 1 Feb 2021 at 14:49, Dan Streetman > wrote: > > >> > > >> On Mon, Feb 1, 2021 at 9:23 AM

Re: Makefile has local changes that will be overwritten

2021-02-02 Thread Greg Kurz
On Mon, 1 Feb 2021 10:30:25 -0500 Programmingkid wrote: > > > > On Feb 1, 2021, at 9:52 AM, Peter Maydell wrote: > > > > On Mon, 1 Feb 2021 at 14:49, Dan Streetman wrote: > >> > >> On Mon, Feb 1, 2021 at 9:23 AM Programmingkid > >> wrote: > >>> > >>> When trying to build QEMU I see this

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 11:04 AM, Stefan Weil wrote: > > Am 01.02.21 um 16:36 schrieb Programmingkid: > >> Thank you for the suggestion. I tried it but didn't seem to help. I should >> report this is what I see when I try to build QEMU: >> Disabling PIE due to missing toolchain support >>

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 10:46 AM, Daniel P. Berrangé wrote: > > On Mon, Feb 01, 2021 at 09:23:24AM -0500, Programmingkid wrote: >> When trying to build QEMU I see this error: >> >> error: Your local changes to the following files would be overwritten by >> checkout: >> Makefile >> Please

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Stefan Weil
Am 01.02.21 um 16:36 schrieb Programmingkid: Thank you for the suggestion. I tried it but didn't seem to help. I should report this is what I see when I try to build QEMU: Disabling PIE due to missing toolchain support error: Your local changes to the following files would be overwritten by

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Daniel P . Berrangé
On Mon, Feb 01, 2021 at 09:23:24AM -0500, Programmingkid wrote: > When trying to build QEMU I see this error: > > error: Your local changes to the following files would be overwritten by > checkout: > Makefile > Please commit your changes or stash them before you switch branches. >

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 9:58 AM, Stefan Weil wrote: > > Am 01.02.21 um 15:23 schrieb Programmingkid: > >> When trying to build QEMU I see this error: >> >> error: Your local changes to the following files would be overwritten by >> checkout: >> Makefile >> Please commit your changes or

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 9:52 AM, Peter Maydell wrote: > > On Mon, 1 Feb 2021 at 14:49, Dan Streetman wrote: >> >> On Mon, Feb 1, 2021 at 9:23 AM Programmingkid >> wrote: >>> >>> When trying to build QEMU I see this error: >>> >>> error: Your local changes to the following files would be

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Dan Streetman
On Mon, Feb 1, 2021 at 10:07 AM Programmingkid wrote: > > > > > On Feb 1, 2021, at 9:48 AM, Dan Streetman wrote: > > > > On Mon, Feb 1, 2021 at 9:23 AM Programmingkid > > wrote: > >> > >> When trying to build QEMU I see this error: > >> > >> error: Your local changes to the following files

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Peter Maydell
On Mon, 1 Feb 2021 at 14:58, Stefan Weil wrote: > Running ./configure is no longer supported. Yes it is; it is a convenience wrapper for "do the configure and make in a subdirectory named 'build' which we create for you". thanks -- PMM

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 9:48 AM, Dan Streetman wrote: > > On Mon, Feb 1, 2021 at 9:23 AM Programmingkid > wrote: >> >> When trying to build QEMU I see this error: >> >> error: Your local changes to the following files would be overwritten by >> checkout: >>Makefile >> Please commit

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Stefan Weil
Am 01.02.21 um 15:23 schrieb Programmingkid: When trying to build QEMU I see this error: error: Your local changes to the following files would be overwritten by checkout: Makefile Please commit your changes or stash them before you switch branches. Aborting What I do to see this

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Peter Maydell
On Mon, 1 Feb 2021 at 14:49, Dan Streetman wrote: > > On Mon, Feb 1, 2021 at 9:23 AM Programmingkid > wrote: > > > > When trying to build QEMU I see this error: > > > > error: Your local changes to the following files would be overwritten by > > checkout: > > Makefile > > Please commit

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Dan Streetman
On Mon, Feb 1, 2021 at 9:23 AM Programmingkid wrote: > > When trying to build QEMU I see this error: > > error: Your local changes to the following files would be overwritten by > checkout: > Makefile > Please commit your changes or stash them before you switch branches. > Aborting > >

Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
When trying to build QEMU I see this error: error: Your local changes to the following files would be overwritten by checkout: Makefile Please commit your changes or stash them before you switch branches. Aborting What I do to see this error: ./configure --target-list=i386-softmmu I