[fpc-pascal] RE: fpc ide 2.4.2

2010-11-30 Thread Pierre Muller
to the failing mode that was attempted before closing. Please report back if this work-around does not work for you. If I start the IDE in a maximized console in a directory where fp.exe was never used, I get an IDE that has the size corresponding to the maximized console. Pierre Muller From

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread Pierre Muller
At 12:35 07/07/2003, James Mills wrote: On Mon, Jul 07, 2003 at 08:19:38PM +1000, James Mills wrote: Hi, I have a problem with the SQLite library (www.sqlite.org). I believe Michael helped me with the conversion of the headers and the unit that Eric Jourde wrote. This all works fine,

Re: [fpc-pascal] arm-linux for Raspberry 1 FPC 3.0.0-rc1 release

2015-08-31 Thread Pierre Muller
RaspBian wheezy machine. Hope this will help, Pierre Muller ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] arm-linux for Raspberry 1 FPC 3.0.0-rc1 release

2015-09-03 Thread Pierre Muller
/demo.tar.gz If all this works for you, you should also be able to extract those file change directory into fpc-3.0.0rc1.arm-linux and run ./install.sh there. If size or checksum are different, it means something went wrong when you tried to copy the file over to the raspberry device. P

Re: [fpc-pascal] FPC (trunk) on Linux/ppc64le

2017-10-19 Thread Pierre Muller
Hi Tobias, I just generated a powerpc64le-linux fpc-3.1.1.powerpc64-linux.tar file It should be downloadable at: ftp://ftp.freepascal.org/pub/fpc/snapshot/trunk/powerpc64le-linux/fpc-3.1.1.powerpc64-linux.tar Please let us know if this works as expected! Pierre Le 18/10/2017 à 10:53,

Re: [fpc-pascal] FPC 3.0.4 released!

2017-11-30 Thread Pierre Muller
Le 30/11/2017 à 13:00, kardan a écrit : > Thanks for the release in progress! > Please also update > https://sourceforge.net/projects/freepascal/files/readme.txt/download I did this a few minutes ago. But I am not sure all releases available on ftp are also available on SourceForge...

Re: [fpc-pascal] linker failed with fpc rpm on CentOS 7

2017-12-12 Thread Pierre Muller
e for the RPM file. Could you please test the tar installer (or copy the rtl/*prt*.o from the tar installation to /usr/lib64/fpc/3.0.4/units/x86_64-linux/rtl/ directory) and report if this fixes the issue? Alternatively, upgrading to a GNU linker version 2.26 or above should also fix th

Re: [fpc-pascal] linker failed with fpc rpm on CentOS 7

2017-12-13 Thread Pierre Muller
Le 13/12/2017 à 00:24, Mattias Gaertner a écrit : > On Tue, 12 Dec 2017 23:16:03 +0100 > Pierre Muller <pie...@freepascal.org> wrote: > >> [...] >> Normally the .tar file should have been generated on a system that uses >> an earlier GNU binutils version,

Re: [fpc-pascal] Unable to compile fpc 3.0.4

2017-12-09 Thread Pierre Muller
Hi Giuliano, Le 09/12/2017 à 20:43, Giuliano Colla a écrit : > I've stumbled into a problem. > > On one platform (linux x86_64, distro is CentOs6) I'm unable to compile > fpc packages of fpc 3.0.4 > > The compiler is successful but the package compilation fails on package > paszlib. The error

Re: [fpc-pascal] Building trunk

2018-11-23 Thread Pierre Muller
rt if it solves your problem or not. Pierre Muller Le 23/11/2018 à 10:21, C Western a écrit : > I haven't been able to build trunk i386 fpc for a couple of weeks. Is > this supposed to be working, or have I misconfigured something? (I don't > think I have changed anything.) The o

Re: [fpc-pascal] "No debugger support" in FPC3.0.4 for DOS (go32v2)

2018-09-17 Thread Pierre Muller
usable on Windows 32-bit, even in remote sessions The second will only work locally on a Windows 32-bit OS The third, fpvesag.exe has a graphic/text switching upon GDB stops that allows debugging graphic executable. If you are able to test, please report here what work and what does not work! Thanks in

Re: [fpc-pascal] ppc64le ABI problem

2019-08-26 Thread Pierre Muller
ersion -c fpcsrc" output is: 1:42841M Enjoy, Pierre Muller PS: note that I do have local modifications that I did not have time to really check... Most are probably not significant, but: [muller@gcc2-power8 fpcsrc]$ svn diff Index: rtl/linux/ostypes.inc ===

Re: [fpc-pascal] ppc64le ABI problem

2019-08-27 Thread Pierre Muller
Hi, the testsuite results show no difference, this probably means that we have no test that checks GCC compatibility for more than 8 parameters... Tobias, could you send us a small source that allows to check this? Thanks in advance, Pierre Le 26/08/2019 à 00:59, tobiasgie...@gmail.com a

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-07 Thread Pierre Muller
Hi, Le 07/08/2019 à 13:17, James Richters a écrit : > I’m trying to use FPC3.0.4 for x86_64-win64.  > > I built it with: > https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.6.2x   -   > fpcupdeluxe-x86_64-win64.exe > >   > > I am trying to use the Text IDE using the same FP.CFG

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-07 Thread Pierre Muller
I misunderstood your previous problem, it only crashes when you try to compile the source, not at startup... Did you ever try to debug a program on Win64? Now is the time to try: you will need a win64 GDB and recompile the IDE using -gw option. The important GDB option here is set win32

Re: [fpc-pascal] Compile fpc 64 bit from /fixes_3_2/

2019-10-08 Thread Pierre Muller
Le 08/10/2019 à 17:02, fredvs a écrit : > Hello. > > I have a strange result while compiling fpc from > https://svn.freepascal.org/svn/fpc/branches/fixes_3_2/. > > Here, on Linux Debian 10.1 multi-arch (64 bit + 32 bit), when I do > compilation with that script: > -- >

Re: [fpc-pascal] Raspberry Pi3B - often EBusError: Bus error or misaligned data access

2020-05-06 Thread Pierre Muller
Hi Ched, I run nightly testsuite on a raspberry PiB, and I did not see anything like that. Would it be possible for you to send here a simple source file that shows this behavior together with an explicit command line for the compilation, to be sure of the precise options you are using:

[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
is check troughout the RTL sources in lots of places. In the hope that this helps, Pierre Muller Le 01/04/2021 à 16:33, Norman Dunbar via fpc-pascal a écrit : Good afternoon all, I've been working on the Sinclair QL version of the FPC runtimes and I've got quite a lot of progress made

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: