projectacrn / acrn-hypervisor

Project ACRN hypervisor
BSD 3-Clause "New" or "Revised" License
1.13k stars 516 forks source link

config_tools: "make BOARD=nuc11tnbi5 SCENARIO=hybrid_rt" fail #6244

Closed Kunhui-Li closed 3 years ago

Kunhui-Li commented 3 years ago

Describe the bug "make BOARD=nuc11tnbi5 SCENARIO=hybrid_rt" fail

Platform nuc11tnbi5

Codebase branch: release_2.5 commit: 25fa3466c52ed7402662b98989bb6781648c6c6d (HEAD -> releas_2.5, tag: acrn-2021w25.5-180000p, origin/release_2.5)

Scenario hybrid_rt

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/projectacrn/acrn-hypervisor.git
  2. git checkout release_2.5
  3. make BOARD=nuc11tnbi5 SCENARIO=hybrid_rt

Expected behavior make it successfully.

Actually result Error: Scenario xml file validation failed: Error: vm:id=0,pci_devs,pci_dev: The 00:1d.2 is unkonw device of PCI

error log ssg-kvm@HP:acrn-hypervisor$ make BOARD=nuc11tnbi5 SCENARIO=hybrid_rt make[1]: Entering directory '/home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/hypervisor' Board XML is fetched from /home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/misc/config_tools/data/nuc11tnbi5/nuc11tnbi5.xml Scneario XML is configuration fetched from /home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/misc/config_tools/data/nuc11tnbi5/hybrid_rt.xml /home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/build/hypervisor/configs/allocation.xml generated /home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/build/hypervisor/configs/unified.xml generated /home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/build/hypervisor/configs/config.mk generated Board configurations for nuc11tnbi5 is generated successfully. Error: Scenario xml file validation failed: Error: vm:id=0,pci_devs,pci_dev: The 00:1d.2 is unkonw device of PCI make[1]: Leaving directory '/home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/hypervisor' make -C /home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/hypervisor BOARD=nuc11tnbi5 SCENARIO=hybrid_rt HV_OBJDIR=/home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/build/hypervisor RELEASE= make[1]: Entering directory '/home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/hypervisor' /home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/build/hypervisor/include/config.h generated Start pre-build static check ... make -C ../misc/hv_prebuild BOARD=nuc11tnbi5 SCENARIO=hybrid_rt TARGET_DIR=/home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/build/hypervisor/configs make[2]: Entering directory '/home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/misc/hv_prebuild' make[2]: No rule to make target '/home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/build/hypervisor/configs/scenarios/hybrid_rt/vm_configurations.c', needed by 'default'. Stop. make[2]: Leaving directory '/home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/misc/hv_prebuild' Makefile:394: recipe for target 'pre_build' failed make[1]: [pre_build] Error 2 make[1]: Leaving directory '/home/ssg-kvm/share/2020nativeUbtuBuildenv/acrn-hypervisor/hypervisor' Makefile:99: recipe for target 'hypervisor' failed make: *** [hypervisor] Error 2 ssg-kvm@HP:acrn-hypervisor$

Kunhui-Li commented 3 years ago

[External_System_ID] ACRN-7252