* make: *** No rule to make target 'i386/fp87.c', needed by 'i386/fp87.o'. Stop.
@ 2023-12-07 11:20 Liu Jaloo
2023-12-07 11:31 ` Peter Maydell
0 siblings, 1 reply; 3+ messages in thread
From: Liu Jaloo @ 2023-12-07 11:20 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 420 bytes --]
qemu checkout tag "initial" version, then
$ make
report error, like this:
make: *** No rule to make target 'i386/fp87.c', needed by 'i386/fp87.o'.
Stop.
How or where can I get the resource about folder "i386", just like OBJS in
Makefile
OBJS= i386/fp87.o i386/interp_main.o i386/interp_modrm.o
i386/interp_16_32.o \
i386/interp_32_16.o i386/interp_32_32.o i386/emu-utils.o \
i386/dis8086.o i386/emu-ldt.o
[-- Attachment #2: Type: text/html, Size: 600 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: make: *** No rule to make target 'i386/fp87.c', needed by 'i386/fp87.o'. Stop.
2023-12-07 11:20 make: *** No rule to make target 'i386/fp87.c', needed by 'i386/fp87.o'. Stop Liu Jaloo
@ 2023-12-07 11:31 ` Peter Maydell
2023-12-08 0:47 ` Liu Jaloo
0 siblings, 1 reply; 3+ messages in thread
From: Peter Maydell @ 2023-12-07 11:31 UTC (permalink / raw)
To: Liu Jaloo; +Cc: qemu-devel
On Thu, 7 Dec 2023 at 11:20, Liu Jaloo <liu.jaloo@gmail.com> wrote:
>
> qemu checkout tag "initial" version, then
> $ make
>
> report error, like this:
> make: *** No rule to make target 'i386/fp87.c', needed by 'i386/fp87.o'. Stop.
>
> How or where can I get the resource about folder "i386", just like OBJS in Makefile
>
> OBJS= i386/fp87.o i386/interp_main.o i386/interp_modrm.o i386/interp_16_32.o \
> i386/interp_32_16.o i386/interp_32_32.o i386/emu-utils.o \
> i386/dis8086.o i386/emu-ldt.o
What version of QEMU are you trying to build? These lines
have not been in Makefile since 2003 !
If you're deliberately trying to build a very old version of
QEMU, then you are on your own for that. You'll probably
find it does not compile at all on a modern Linux with a
modern C compiler.
thanks
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: make: *** No rule to make target 'i386/fp87.c', needed by 'i386/fp87.o'. Stop.
2023-12-07 11:31 ` Peter Maydell
@ 2023-12-08 0:47 ` Liu Jaloo
0 siblings, 0 replies; 3+ messages in thread
From: Liu Jaloo @ 2023-12-08 0:47 UTC (permalink / raw)
To: Peter Maydell; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]
Thanks, I'll check it out.
it does be a very old version, almost the first version of QEMU
$ git checkout initial -b initial
I will try it on my own, thanks a lot.
On Thu, Dec 7, 2023 at 7:32 PM Peter Maydell <peter.maydell@linaro.org>
wrote:
> On Thu, 7 Dec 2023 at 11:20, Liu Jaloo <liu.jaloo@gmail.com> wrote:
> >
> > qemu checkout tag "initial" version, then
> > $ make
> >
> > report error, like this:
> > make: *** No rule to make target 'i386/fp87.c', needed by
> 'i386/fp87.o'. Stop.
> >
> > How or where can I get the resource about folder "i386", just like OBJS
> in Makefile
> >
> > OBJS= i386/fp87.o i386/interp_main.o i386/interp_modrm.o
> i386/interp_16_32.o \
> > i386/interp_32_16.o i386/interp_32_32.o i386/emu-utils.o \
> > i386/dis8086.o i386/emu-ldt.o
>
> What version of QEMU are you trying to build? These lines
> have not been in Makefile since 2003 !
>
> If you're deliberately trying to build a very old version of
> QEMU, then you are on your own for that. You'll probably
> find it does not compile at all on a modern Linux with a
> modern C compiler.
>
> thanks
> -- PMM
>
[-- Attachment #2: Type: text/html, Size: 1709 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-08 0:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 11:20 make: *** No rule to make target 'i386/fp87.c', needed by 'i386/fp87.o'. Stop Liu Jaloo
2023-12-07 11:31 ` Peter Maydell
2023-12-08 0:47 ` Liu Jaloo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).