Re: [fpc-devel] error compiling trunk 42843

2019-08-27 Thread Pierre Muller
Le 27/08/2019 à 13:44, Martin a écrit : > Compiling trunk ON win10/64 > Compiling FOR 32bit > with   -gl -O4 -Or > > From the make output > > make.exe compiler > make.exe[5]: Entering directory `c:/FPC/fpc_3.3.1/source/compiler' > B:/FPC/SVN/build_trunk/install/binw32/gmkdir.exe -p

[fpc-devel] error compiling trunk 42843

2019-08-27 Thread Martin
Compiling trunk ON win10/64 Compiling FOR 32bit with   -gl -O4 -Or From the make output make.exe compiler make.exe[5]: Entering directory `c:/FPC/fpc_3.3.1/source/compiler' B:/FPC/SVN/build_trunk/install/binw32/gmkdir.exe -p i386/units/i386-win32 B:/FPC/SVN/build_trunk/install/binw32/gmkdir.exe

[fpc-devel] Error compiling trunk

2011-09-12 Thread Leonardo M . Ramé
I'm trying to compile from svn trunk on Win32, but I get this when I do make clean all: Free Pascal Compiler version 2.4.4 [2011/04/23] for i386 Copyright (c) 1993-2010 by Florian Klaempfl Target OS: Win32 for i386 Compiling fpmake.pp fpmake.pp(20,51) Error: Identifier not found iPhoneSim

Re: [fpc-devel] Error compiling trunk

2011-09-12 Thread Jonas Maebe
On 12 Sep 2011, at 15:48, Leonardo M. Ramé wrote: I'm trying to compile from svn trunk on Win32, but I get this when I do make clean all: Try manually deleting all units directories under fpc/packages/*. In general, you should always perform a make distclean *before* updating from svn

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Marco van de Voort
In our previous episode, Alexander Klenin said: On Tue, Mar 1, 2011 at 03:07, Leonardo M. Ram? martinr...@yahoo.com wrote: Hi, I'm trying to compile the r17057 on FreeBSD x86_64 and I'm getting this error: fpc/rtl/units/x86_64-freebsd/cpu.s:40: Error: no such instruction: `cmpxchg16b

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Jonas Maebe
On 02 Mar 2011, at 10:56, Marco van de Voort wrote: Binutils 2.15 is the lastest binutils under GPLv2. Binutils 2.17 was the last GPLv2 version of binutils, and it supports cmpxchg16b. Jonas ___ fpc-devel maillist -

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Marco van de Voort
In our previous episode, Jonas Maebe said: Binutils 2.15 is the lastest binutils under GPLv2. Binutils 2.17 was the last GPLv2 version of binutils, and it supports cmpxchg16b. Ok. Then I don't know why they are stuck at 2.15, I got that answer then (at the Fosdem LLVM talk), but didn't

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Leonardo M . Ramé
From: Marco van de Voort mar...@stack.nl Binutils 2.15 is the lastest binutils under GPLv2. Binutils 2.17 was the last GPLv2 version of binutils, and it supports  cmpxchg16b. Ok. Then I don't know why they are stuck at 2.15, I got that answer then (at the Fosdem LLVM talk), but

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Tomas Hajny
On Wed, March 2, 2011 11:13, Marco van de Voort wrote: In our previous episode, Jonas Maebe said: Binutils 2.15 is the lastest binutils under GPLv2. Binutils 2.17 was the last GPLv2 version of binutils, and it supports cmpxchg16b. Ok. Then I don't know why they are stuck at 2.15, I got

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Marco van de Voort
In our previous episode, Tomas Hajny said: Ok. Then I don't know why they are stuck at 2.15, I got that answer then (at the Fosdem LLVM talk), but didn't check it further. I'll ask around. But anyway, 8.2 is days old, so migrating to 2.17 is for now not an option, and the db

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Marco van de Voort
In our previous episode, Leonardo M. Ram? said: I upgraded to the latest binutils from /usr/ports/devel/binutils (it's ver 2.21), then compiled FPC 2.5.1, but I got the same error. I assume that means they are installed into local? Did you make sure they are actually used (e.g. by using -s) ?

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Leonardo M . Ramé
From: Marco van de Voort mar...@stack.nl Subject: Re: [fpc-devel] Error compiling trunk on FreeBSD To: FPC developers' list fpc-devel@lists.freepascal.org Date: Wednesday, March 2, 2011, 11:04 AM In our previous episode, Leonardo M. Ram? said: I upgraded to the latest binutils from /usr

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Marco van de Voort
In our previous episode, Leonardo M. Ram? said: Thanks for pointing that out, I was using 2.15, and in /usr/local I have 2.21. If you can compile it now, please post the result of objdump -d cpu.o (the InterlockedCompareExchange128 part). Thanks. (this is also in fixes, and needs to be

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Leonardo M . Ramé
From: Marco van de Voort mar...@stack.nl Subject: Re: [fpc-devel] Error compiling trunk on FreeBSD To: FPC developers' list fpc-devel@lists.freepascal.org Date: Wednesday, March 2, 2011, 11:31 AM In our previous episode, Leonardo M. Ram? said: Thanks for pointing that out, I was using

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Marco van de Voort
In our previous episode, Leonardo M. Ram? said: objdump -d cpu.o???(the InterlockedCompareExchange128 part). Thanks. (this is also in fixes, and needs to be fixes asap because of 2.4.4) Thanks, fixed. ___ fpc-devel maillist -

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Florian Klaempfl
Am 02.03.2011 14:01, schrieb Marco van de Voort: In our previous episode, Tomas Hajny said: Ok. Then I don't know why they are stuck at 2.15, I got that answer then (at the Fosdem LLVM talk), but didn't check it further. I'll ask around. But anyway, 8.2 is days old, so migrating to 2.17 is

[fpc-devel] Error compiling trunk on FreeBSD

2011-03-01 Thread Leonardo M . Ramé
Hi, I'm trying to compile the r17057 on FreeBSD x86_64 and I'm getting this error: fpc/rtl/units/x86_64-freebsd/cpu.s:40: Error: no such instruction: `cmpxchg16b (%r8) Any hint? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] Error compiling trunk on FreeBSD

2011-03-01 Thread Leonardo M . Ramé
Hi, I'm trying to compile the r17057 on FreeBSD x86_64 and I'm getting this error: fpc/rtl/units/x86_64-freebsd/cpu.s:40: Error: no such instruction: `cmpxchg16b (%r8) Any hint? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-01 Thread Alexander Klenin
On Tue, Mar 1, 2011 at 03:07, Leonardo M. Ramé martinr...@yahoo.com wrote: Hi, I'm trying to compile the r17057 on FreeBSD x86_64 and I'm getting this error: fpc/rtl/units/x86_64-freebsd/cpu.s:40: Error: no such instruction: `cmpxchg16b (%r8) Any hint? It seems you should upgrade your