Thank you so much,
I'll use those methods.
Chan Kim
> -Original Message-
> From: Peter Maydell
> Sent: Tuesday, January 26, 2021 6:40 PM
> To: Chan Kim
> Cc: qemu-discuss
> Subject: Re: file permission error during make after source change
>
> On Tue,
On Tue, 26 Jan 2021 at 02:48, wrote:
>
> I found just ‘sudo make’ solves it…
That's not ideal. (Probably the 'sudo make install' decided to rebuild
some files, which then were owned by root so a non-root 'make'
cannot overwrite them.)
If you do a 'sudo make distclean' that should get rid of the
I found just 'sudo make' solves it.
Chan Kim
From: c...@etri.re.kr
Sent: Tuesday, January 26, 2021 11:42 AM
To: 'qemu-discuss'
Subject: file permission error during make after source change
Hello,
I added a debug print code in the source (5.1.0) in hw/arm/virt.c an
Hello,
I added a debug print code in the source (5.1.0) in hw/arm/virt.c and tried
'make',
But it gives me error telling me some files are not writable.
I found those files under aarch64-softmmu and trace are not writeable for
normal user.
For example aarch64-softmmu/config-devices.mak.old and