[fpc-pascal] Looking for testers for 3.2.0 release cross-compilers for NDS, GBA and WII targets

2020-10-04 Thread Pierre Muller via fpc-pascal
Hi everyone, I was wondering if there are still users of Free Pascal compiler targeting arm-nds, arm-gba or powerpc-wii. I recently managed to re-generate 3.2.0 cross-install files for i386-win32 (usable of Windows OSes) target arm-gba, arm-nds and powerpc-wii. These zip files also

Re: [fpc-pascal] FPC 3.2.2 (In)complete Boolean Evaluation on 32bit MacOS

2021-06-07 Thread Pierre Muller via fpc-pascal
Hi all, I took the liberty to report a bug issue about this problem, which I was able to reproduce on x86_64 3.2.2 release compiler. See https://bugs.freepascal.org/view.php?id=38973 for more details, Thanks for reporting, Pierre Muller Le 30/05/2021 à 15:47, Tobias Giesen via fpc-pascal

Re: [fpc-pascal] More problems in Sinclair QL port (M68K)

2021-04-01 Thread Pierre Muller via fpc-pascal
Hi Norman, This all depend on the debugger capabilities, if you can watch changes at a sepecific location, the easiest is just to watch InOutRes memory position. This will trigger a break in your program exactly at the instruction which modifies the InOutRes internal variable, which is

Re: [fpc-pascal] Macro expanding error

2022-01-26 Thread Pierre Muller via fpc-pascal
Hi all, Le 26/01/2022 à 02:59, Ryan Joseph via fpc-pascal a écrit : I have this macro: {$define TCallback := TCallback2} which gives a long list of these errors. warning: Expanding of macros exceeds a depth of 16. What does this warning mean and how can I resolve it? I just tested this:

Re: [fpc-pascal] Cross-compiler for ARM64 on Windows available?

2022-06-20 Thread Pierre Muller via fpc-pascal
Le 20/06/2022 à 23:53, Sven Barth via fpc-pascal a écrit : Am 20.06.2022 um 12:34 schrieb Wolfgang Hubert via fpc-pascal: Hi, I have developed a DLL for x64 Windows and compiled with fpc 3.2.2. I would like to compile the same code for ARM64 running Windows. I need this to support the MS

Re: [fpc-pascal] Cross-compiler for ARM64 on Windows available?

2022-06-21 Thread Pierre Muller via fpc-pascal
Hello, this is normally a native aarch64-win64 compiler, not a cross-compiler package to be installed on linux. Note however that, as stated below, this was never tested. It will also not run on a Windows XP, unless you have an aarch64-windows_XP, but I am not aware of the existence of such

Re: [fpc-pascal] I am offering a $100 reward for linking static libraries

2022-08-22 Thread Pierre Muller via fpc-pascal
Le 22/08/2022 à 18:18, Henry Vermaak via fpc-pascal a écrit : On Sun, 21 Aug 2022 at 18:34, Anthony Walter via fpc-pascal wrote: I am also able to use mingw32 gcc to compile this same C source into a static library for Windows using these two commands while inside the folder containing the

Re: [fpc-pascal] Enum property can't be published

2022-09-27 Thread Pierre Muller via fpc-pascal
Le 27/09/2022 à 11:22, Hairy Pixels via fpc-pascal a écrit : On Sep 27, 2022, at 4:17 PM, Marco van de Voort via fpc-pascal wrote: 3.2.2 compiles without warnings, 3.3.1 (i386-win32 from 17 sept:) ptt.pp(14,44) Warning: This property will not be published Possibly enums with assigned

[fpc-pascal] Lack of PIC code support for m68k CPU (was: FPC crashes with Internal error 200502052 compiling shared library on m68k)

2023-03-08 Thread Pierre Muller via fpc-pascal
Hi, it is not only m68k CPU that is failing: mipsel, powerpc and ppc64 also show failures... For mipsel: (10028) Recompiling LCLProc, checksum changed for /usr/lib/mipsel-linux-gnu/fpc/3.2.2/units/mipsel-linux/rtl/math.ppu

Re: [fpc-pascal] VASM upgrade to 1.9 breaks cross compiler build

2023-04-18 Thread Pierre Muller via fpc-pascal
sion appeared between versions 1.9 and 1.9c. Checking of versions 1_9a and 1_9b confirms that the problem appeared in version 1_9a. Pierre Le 18/04/2023 à 16:43, Pierre Muller via fpc-pascal a écrit : Hi, I think that my daily tests are using vasm 1.9 for sinclairql, and I have no problems wi

Re: [fpc-pascal] VASM upgrade to 1.9 breaks cross compiler build

2023-04-18 Thread Pierre Muller via fpc-pascal
Hi, I think that my daily tests are using vasm 1.9 for sinclairql, and I have no problems with them. could you please be a little more specific about the exact version of the compiler and the make command line you are using? I used current trunk compiler with: muller@gcc186:~/pas/trunk/fpcsrc$

Re: [fpc-pascal] VASM upgrade to 1.9 breaks cross compiler build

2023-04-21 Thread Pierre Muller via fpc-pascal
I tested it for m68k-sinclairql trunk target, and the rtl and packages completed successfully with this daily snapshot. Great! Pierre Le 21/04/2023 à 14:19, Karoly Balogh via fpc-pascal a écrit : Hi, On Wed, 19 Apr 2023, Norman Dunbar via fpc-pascal wrote: Thanks Charlie, I will be

[fpc-pascal] New VASM upgrade to 1.9d breaks z80-msxdos and z80-zxspectrum builds

2023-04-25 Thread Pierre Muller via fpc-pascal
I tested 1.9d version on a test machine, m68k targets are OK, but z80 targets now fail with: Executing "/FPC/compilers/cross-compiling/bin/z80-msxdos-vasmz80_std" with command line "-quiet -Fvobj -o /FPC/compilers/cross-compiling/pas/trunk/fpcsrc/rtl/units/z80-msxdos/si_prc.o

Re: [fpc-pascal] New VASM upgrade to 1.9d breaks z80-msxdos and z80-zxspectrum builds

2023-05-15 Thread Pierre Muller via fpc-pascal
Le 25/04/2023 à 10:40, Karoly Balogh a écrit : Hi, On Tue, 25 Apr 2023, Pierre Muller via fpc-pascal wrote: I tested 1.9d version on a test machine, m68k targets are OK, but z80 targets now fail with: Executing "/FPC/compilers/cross-compiling/bin/z80-msxdos-vasmz80_std" wi

Re: [fpc-pascal] Trash variables (-gt) - Translation

2024-01-18 Thread Pierre Muller via fpc-pascal
Le 18/01/2024 à 08:57, Michael Van Canneyt via fpc-pascal a écrit : On Thu, 18 Jan 2024, LacaK via fpc-pascal wrote: Hi *, I am translating "Trash variables" (from English to Slovak), but I can not find appropriate words. That's why I want to describe it in more words. Is this correct: