I am making UEFI Bootloader (UEFI Application), by last version of clang and linked by lld-link. i need to use EFI_LOADED_IMAGE_PROTOCOL for load file, I used EFI_LOADED_IMAGE_PROTOCOL_GUID. but lld-link is showing undefined symbol : EFI_LOADED_IMAGE_PROTOCOL_GUID.
I am making uefi bootloader (uefi application), by C, i just compiled to clang and linked by lld-link.
!! not used edk II (can't compile. please compile edk 2 and send me)
i add command 'load kernel and logging text 'Hello, world!' (print), but lld-link shows error. "undefined symbol : EFI_LOADED_IMAGE_PROTOCOL_GUID (in getdiskimage)"
I tried copying example, but it doesn't work.
I used gnu-efi library in github.