<div dir="ltr"><div>Hi All,</div>In RISCV64, if the compiler compile with small code model (mcmodel=medlow)(<a href="https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md#code-models">https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md#code-models</a>), the symbol address need to at the lower 2GiB of the RISCV64 address space. However, when the jitlink allocate target memory, it will allocate to a address out of range of the lower 2GiB of the RISCV64 address space. How can I solve this problem ?<br><div>Regards,</div><div>Stephen.</div></div>