Recent

Author Topic: Do we have the idea about adding the support of RISC-V and LoongArch PE/COFF?  (Read 584 times)

TYDQ

  • Full Member
  • ***
  • Posts: 130
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)?

PascalDragon

  • Hero Member
  • *****
  • Posts: 5967
  • Compiler Developer
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)?

This requires either support for generating COFF object files from ELF object files which can be put after the external assembler stage or an internal assembler for these targets needs to be implemented.
Both are not planned from any of the developers and thus need to be contributed from outside.

 

TinyPortal © 2005-2018