On 27/04/2019 16.19, Philippe Mathieu-Daudé wrote:
> When building with CONFIG_ISAPC=n and CONFIG_I440FX=y we get:
> 
>   $ make subdir-x86_64-softmmu
>   [...]
>   /usr/bin/ld: hw/i386/pc_piix.o: in function `pc_init1':
>   /source/qemu/hw/i386/pc_piix.c:261: undefined reference to `isa_ide_init'
>   /usr/bin/ld: /source/qemu/hw/i386/pc_piix.c:261: undefined reference to 
> `isa_ide_init'
>   collect2: error: ld returned 1 exit status
>   make[1]: *** [Makefile:204: qemu-system-x86_64] Error 1
> 
> This is because the I440FX device is a North Bridge, not a machine.

Really? I thought CONFIG_I440FX was there to configure the
"pc-i440fx-x.y" machine types?

 Thomas

Reply via email to