Re: [fpc-devel] Questions regarding m68k-atari target

2022-01-28 Thread Karoly Balogh via fpc-devel
Hi, On Fri, 28 Jan 2022, Thorsten Otto via fpc-devel wrote: > On Freitag, 28. Januar 2022 13:55:11 CET Thorsten Otto via fpc-devel wrote: > > > i still want to try to figure out what's wrong when using gas/ld) > I get the the feeling that there must be something else going wrong: > > - when i

Re: [fpc-devel] Questions regarding m68k-atari target

2022-01-28 Thread Sven Barth via fpc-devel
Am 28.01.2022 um 18:04 schrieb Thorsten Otto via fpc-devel: The error number comes from def_system_macro, when it is invoked with an empty name. The crash seems to happen in system.o, during initalization. The external name of the procedure is 'SYSTEM_$$_RECORDRTTI$POINTER$POINTER$TRTTIPROC'

Re: [fpc-devel] Questions regarding m68k-atari target

2022-01-28 Thread Thorsten Otto via fpc-devel
On Freitag, 28. Januar 2022 13:55:11 CET Thorsten Otto via fpc-devel wrote: > i still want to try to figure out what's wrong when using gas/ld) I get the the feeling that there must be something else going wrong: - when i run the binary compiled by using vasm/vlink in mint, it works - when i run

Re: [fpc-devel] Questions regarding m68k-atari target

2022-01-28 Thread Thorsten Otto via fpc-devel
Now that vasm is the default, how do i switch back to gas (i still want to try to figure out what's wrong when using gas/ld)? I tried -Agas, but then the compiler complains about an illegal parameter (so at least the help message seems to be wrong). Then i tried -Aas, but then the compiler