FPC don't have the native support of RISC-V and LoongArch PE/COFF(elf format is supported).
To do this,I have developed my elf2efi(Can be searched in github,made by free pascal) for my program to convert the FPC compiled elf file to the PE/Coff File.
Do we have a plan for PE/COFF native support for RISC-V and LoongArch?(I don't know Rust and Zig have the native support for RISC-V and LoongArch)?