Re: [PATCH v2 2/2] target/arm: Fix compile error.

2020-07-30 Thread Kaige Li
On 07/31/2020 04:45 AM, Peter Maydell wrote: On Thu, 30 Jul 2020 at 12:58, Kaige Li wrote: When I compile qemu with such as: git clone https://git.qemu.org/git/qemu.git cd qemu git submodule init git submodule update --recursive ./configure make There is error log: /home/LiKaige/qemu/target

Re: [PATCH v2 2/2] target/arm: Fix compile error.

2020-07-30 Thread Peter Maydell
On Thu, 30 Jul 2020 at 14:17, Philippe Mathieu-Daudé wrote: > Again, what compiler / version are you using? My guess is you are > using an old GCC, and I wonder if it is still supported. configure complains if you use a gcc so old we don't support it (our current minimum is GCC 4.8; Kaige is usin

Re: [PATCH v2 2/2] target/arm: Fix compile error.

2020-07-30 Thread Peter Maydell
On Thu, 30 Jul 2020 at 12:58, Kaige Li wrote: > > When I compile qemu with such as: > > git clone https://git.qemu.org/git/qemu.git > cd qemu > git submodule init > git submodule update --recursive > ./configure > make > > There is error log: > > /home/LiKaige/qemu/target/arm/translate-a64.c: In f

Re: [PATCH v2 2/2] target/arm: Fix compile error.

2020-07-30 Thread Philippe Mathieu-Daudé
On 7/30/20 1:57 PM, Kaige Li wrote: > When I compile qemu with such as: > > git clone https://git.qemu.org/git/qemu.git > cd qemu > git submodule init > git submodule update --recursive > ./configure > make Again, timeless information is not useful. > > There is error log: > > /home/LiKaige/qe

[PATCH v2 2/2] target/arm: Fix compile error.

2020-07-30 Thread Kaige Li
When I compile qemu with such as: git clone https://git.qemu.org/git/qemu.git cd qemu git submodule init git submodule update --recursive ./configure make There is error log: /home/LiKaige/qemu/target/arm/translate-a64.c: In function ‘disas_ldst’: /home/LiKaige/qemu/target/arm/translate-a64.c:33