edk2-platforms icon indicating copy to clipboard operation
edk2-platforms copied to clipboard

Platform/RISC-V: fix building failure caused by not found RiscVSbiLib

Open GustavsC opened this issue 8 months ago • 0 comments

This patch fixes the following errors during compilation

$ build -a RISCV64 -t GCC5 -p Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dsc

build.py... /home/tianocore/edk2-platforms/Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dsc(...): error 4000: Instance of library class [RiscVSbiLib] is not found in [/home/tianocore/edk2-platforms/Platform/RISC-V/PlatformPkg/Universal/Sec/SecMain.inf [RISCV64] consumed by module [/home/tianocore/edk2-platforms/Platform/RISC-V/PlatformPkg/Universal/Sec/SecMain.inf]

Failed - Build end time: 20:17:40, Jun.06 2024
Build total time: 00:00:00

GustavsC avatar Jun 06 '24 23:06 GustavsC