From: Thorsten O. <ad...@th...> - 2024-12-05 05:53:36
|
On Dienstag, 3. Dezember 2024 14:28:01 CET Peter Slegg via Freemint-discuss wrote: > I've been playing with freepascal. Could it support the same format ? Freepascal only uses the assembler & linker from the gcc toolchain, so there won't be much benefit in using the elf toolchains. And normally, it uses VASM for this purpose, which already supports elf. I also wonder why you need a native gcc for this (although that is available). AFAIK freepascal is only available as cross-compiler. |