Re: [fpc-devel] 68k question

2020-12-21 Thread J. Gareth Moreton via fpc-devel
Hi Karoly, Don't worry, I know I don't need a disassembler.  It's more to build the cross compiler on an x86_64 machine and compare the assembly sources with -a as you mention, since an internal error gers generated for some reason via one of my new optimisations. Gareth aka. Kit On

Re: [fpc-devel] 68k question

2020-12-21 Thread Karoly Balogh (Charlie/SGR) via fpc-devel
Hi, On Mon, 21 Dec 2020, J. Gareth Moreton via fpc-devel wrote: > That should be fine - thanks Marcus.  I need to reproduce the internal > error that's being reported, and so I can compare the disassembly of > ppcross68k to see where my optimisation is going wrong. To bould any cross compiler,

Re: [fpc-devel] 68k question

2020-12-21 Thread Marcus Sackrow via fpc-devel
maybe you need this: http://build.alb42.de/fpcbinint/VasmVlinkForFPCLinuxx64.tar.gz ;) Am 21.12.20 um 21:13 schrieb J. Gareth Moreton via fpc-devel: I'll try my Ubuntu virtual machine first and get back to you. I'll get to the bottom of this! Gareth aka. Kit On 21/12/2020 20:01, Marcus

Re: [fpc-devel] 68k question

2020-12-21 Thread J. Gareth Moreton via fpc-devel
I'll try my Ubuntu virtual machine first and get back to you. I'll get to the bottom of this! Gareth aka. Kit On 21/12/2020 20:01, Marcus Sackrow via fpc-devel wrote: Hi, I have a docker container with Lazarus/fpc3.2 and these vlink/vasm installed if it would help? Greetings, Marcus Am

Re: [fpc-devel] 68k question

2020-12-21 Thread Marcus Sackrow via fpc-devel
Hi, I have a docker container with Lazarus/fpc3.2 and these vlink/vasm installed if it would help? Greetings, Marcus Am 21.12.20 um 20:54 schrieb J. Gareth Moreton via fpc-devel: No, I'm using 3.2.0 as well.  It might be that it only shows up if you cross-build from Linux.  I'll keep

Re: [fpc-devel] 68k question

2020-12-21 Thread J. Gareth Moreton via fpc-devel
No, I'm using 3.2.0 as well.  It might be that it only shows up if you cross-build from Linux.  I'll keep investigating. Gareth aka. Kit On 21/12/2020 19:50, Marcus Sackrow via fpc-devel wrote: Hi, no, nothing special the server just do a make distclean make distclean echo '## start

Re: [fpc-devel] 68k question

2020-12-21 Thread Marcus Sackrow via fpc-devel
Hi, no, nothing special the server just do a make distclean make distclean echo '## start AMIGA making 68020' make zipinstall PACKDIR=/tmp/jenkins-FPC_m68k-amiga-6948 OS_TARGET=amiga CPU_TARGET=m68k 'CROSSOPT=-Avasm -XV -Cp68020' but the CPU options should do no difference because atari

Re: [fpc-devel] 68k question

2020-12-21 Thread J. Gareth Moreton via fpc-devel
So far under Windows, it compiled successfully: make crossinstall CPU_TARGET=m68k OS_TARGET=amiga CROSSOPT="-Avasm -XV" CROSSBINDIR=C:\Users\garet\Documents\programming\fpc\VasmVLinkforFPCWin32 Is there anything particular that I need to do? Gareth aka. Kit On 21/12/2020 18:44, Marcus

Re: [fpc-devel] 68k question

2020-12-21 Thread Marcus Sackrow via fpc-devel
Hi Gareth, btw it was catched by the build server http://build.alb42.de:8080/job/FPC_m68k-amiga/6948/console http://build.alb42.de:8080/job/FPC_m68k-atari/6659/console http://build.alb42.de:8080/job/FPC_m68k-linux/6941/console you can see if you get the same error message Good luck. Am

Re: [fpc-devel] 68k question

2020-12-21 Thread J. Gareth Moreton via fpc-devel
That should be fine - thanks Marcus.  I need to reproduce the internal error that's being reported, and so I can compare the disassembly of ppcross68k to see where my optimisation is going wrong. Gareth aka. Kit On 21/12/2020 18:29, Marcus Sackrow via fpc-devel wrote: Hi Graeth, Am 21.12.20

Re: [fpc-devel] 68k question

2020-12-21 Thread Marcus Sackrow via fpc-devel
Hi Graeth, Am 21.12.20 um 19:01 schrieb J. Gareth Moreton via fpc-devel: I need to fix a bug with one of my optimisations that causes ppcross68k to raise an internal error.  What target platform should I specify (cross-building from x86_64-win64)? for example your could compile for

[fpc-devel] 68k question

2020-12-21 Thread J. Gareth Moreton via fpc-devel
Hi everyone, I need to fix a bug with one of my optimisations that causes ppcross68k to raise an internal error.  What target platform should I specify (cross-building from x86_64-win64)? Gareth aka. Kit -- This email has been checked for viruses by Avast antivirus software.

Re: [fpc-devel] Local classes and interfaces

2020-12-21 Thread Blaise--- via fpc-devel
On 19.12.2020 16:51, Sven Barth wrote: Considering that it's only intended for internal use, yes I'm aboard with that. Here is the first change: http://hg.blaise.ru/public/fpc/rev/7c78bfdaed9a (attached). Strictly speaking, some local classes and interfaces can be compiled without that --