Yes. I am using the one from os4Depot.
Now, I replaced my "spotless" binary with this one:
https://drive.google.com/file/d/1SD-sX ... At7fyC3O/view?usp=sharing (this is the latest link I could find). File size: 8699013.
I then followed @kas1e's steps from the first post in this thread.
One of those steps is to load his "test" executable. When I do this on both the X1 and X5 machines I see the assembly instructions. From there, I place the BP on line 30. When I hit start on the X5 though I see this in the "Disassembler" tab/section:
<not a readable address>
And, in the "Console" tab/section:
Source file selected: test.c
At break : at line 0
I can keep on clicking "Start" but nothing happens.
The difference on the X1 machine is that when I click start the PC does get to line 30 as expected, and I can still see the instructions.
===
I am not sure if there is an equivalent command to
ldd on the Amiga? I would like to know which shared objects have been linked with so that I can compare the versions on the X1 and X5 machine. All I know is that I have both the latest SDK versions on both machines and that I use
https://github.com/sodero/adtools/rele ... cc11.1.0-20210531-743.lha those tools and replace that whole thing as my "gcc" directory since I use that instead of the 4.2.4 version that comes with the SDK today. So, if it is a linking with some libc/++ shared object then both the versions on the X1 X5 should be the same.