[fpc-pascal] Re: 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread leledumbo
> Do you know if 'make clean' and 'make distclean' is the same? http://www.freepascal.org/docs-html/prog/progse77.html -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/64-bit-cross-binutils-on-a-32-bit-OS-tp5714083p5714106.html Sent from the Free Pascal - Gener

[fpc-pascal] RE: 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread leledumbo
> why use cygwin when mingw is available? Highly *nix tied programs that needs quick porting can use it (e.g.: those that use X11). > what is the difference between the two? MinGW doesn't implement the *nix layer (Msys does, though only for the shell and small programs, not the whole system), i

Re: [fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-04-11 Thread patspiper
On 12/04/13 00:08, patspiper wrote: On 11/04/13 23:25, Marco van de Voort wrote: In our previous episode, patspiper said: Cross compilation from Ubuntu 32 bit to Win32, WIn64, and Linux 64 works well with FPC 2.6.0. With FPC 2.7.1, any cross compilation yields a 'cannot find -lgcc' error. Li

Re: [fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-04-11 Thread patspiper
On 11/04/13 23:25, Marco van de Voort wrote: In our previous episode, patspiper said: Cross compilation from Ubuntu 32 bit to Win32, WIn64, and Linux 64 works well with FPC 2.6.0. With FPC 2.7.1, any cross compilation yields a 'cannot find -lgcc' error. Linking what file generates that error w

Re: [fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-04-11 Thread Marco van de Voort
In our previous episode, patspiper said: > Cross compilation from Ubuntu 32 bit to Win32, WIn64, and Linux 64 works > well with FPC 2.6.0. > > With FPC 2.7.1, any cross compilation yields a 'cannot find -lgcc' error. Linking what file generates that error when crosscompiling to win32 or win64? _

[fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-04-11 Thread patspiper
Hi, I am puzzled by the failure to cross compile with recent FPC versions. Cross compilation from Ubuntu 32 bit to Win32, WIn64, and Linux 64 works well with FPC 2.6.0. With FPC 2.7.1, any cross compilation yields a 'cannot find -lgcc' error. With FPC 2.6.3, cross compilation to Win32 and Wi

Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Marcos Douglas
On Thu, Apr 11, 2013 at 12:53 PM, Pierre Free Pascal wrote: > > > On Windows, using FPC 2.7.1, I use: > > make crossinstall OS_TARGET=win64 CPU_TARGET=x86_64 > > > > But this not works. I always got the error: > > > > W:/md/dev/freepascal/compiler/

Re: [fpc-pascal] RE: 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread waldo kitty
On 4/11/2013 10:14, leledumbo wrote: Anyhow, there is no cygwin target for Free Pascal, neither win32 nor win64. Could I ask what for? Cygwin is Unix emulation layer on M$ Windows, what is it good for when you can target Windows natively? not that i use either but... why use cygwin when ming

RE: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Pierre Free Pascal
> On Windows, using FPC 2.7.1, I use: > make crossinstall OS_TARGET=win64 CPU_TARGET=x86_64 > > But this not works. I always got the error: > > W:/md/dev/freepascal/compiler/2.7.1/compiler/ppc.exe fpmake.pp - > FuW:/md/dev/fre > epascal/compiler/2

Re: [fpc-pascal] Difference between fpc 2.6.2 rc1 and fpc 2.6.2 final

2013-04-11 Thread luiz americo pereira camara
2013/4/11 Jonas Maebe : > > On 11 Apr 2013, at 13:18, luiz americo pereira camara wrote: > Are there any difference between those two versions? > > > Yes, all commits later than r22844 in > svn log http://svn.freepascal.org/svn/fpc/tags/release_2_6_2 | less Thanks Luiz _

[fpc-pascal] Re: 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Schindler Karl-Michael
> Message: 7 > Date: Thu, 11 Apr 2013 15:06:45 +0200 > From: Schindler Karl-Michael > > Subject: [fpc-pascal] Re: fpc-pascal Digest, Vol 106, Issue 26 > To: fpc-pascal@lists.freepascal.org > Message-ID: > Content-Type: text/plain; charset=us-ascii > > I was successful with target=x86_64-w6

Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Marcos Douglas
On Thu, Apr 11, 2013 at 8:15 AM, Pierre Free Pascal wrote: > > > > > -Message d'origine- > > De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal- > > boun...@lists.freepascal.org] De la part de patspiper > > Envoyé : jeudi 11 avril 2013 13:01 > > À : FPC-Pascal users discussion

Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread patspiper
On 11/04/13 14:48, Pierre Free Pascal wrote: So building Binutils with --target=x86_64-w64-mingw32 should work for you. It does indeed! As for cygwin 64 bits, it seems that a patch for cygwin 64 support was applied on 4.3.2013 (http://cygwin.cybermirror.org/64bit/x86_64-pc-cygwin-binutils- 2013

[fpc-pascal] RE: 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread leledumbo
> Anyhow, there is no cygwin target for Free Pascal, neither win32 nor win64. Could I ask what for? Cygwin is Unix emulation layer on M$ Windows, what is it good for when you can target Windows natively? -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/64-bit-

[fpc-pascal] Re: fpc-pascal Digest, Vol 106, Issue 26

2013-04-11 Thread Schindler Karl-Michael
Am 11.04.2013 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > Message: 1 > Date: Thu, 11 Apr 2013 11:16:16 +0300 > From: patspiper > Subject: [fpc-pascal] 64 bit cross binutils on a 32 bit OS > To: FPC-Pascal users discussions > Message-ID: <51667150.2040...@gmail.com> > Content-Type

RE: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Pierre Free Pascal
> > So building Binutils with --target=x86_64-w64-mingw32 > > should work for you. > It does indeed! > > As for cygwin 64 bits, it seems that a patch for cygwin 64 support was > applied on 4.3.2013 > (http://cygwin.cybermirror.org/64bit/x86_64-pc-cygwin-binutils- > 20130304.patch), > but it seems

Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread patspiper
On 11/04/13 14:15, Pierre Free Pascal wrote: binutils-mingw-w64 package does not exist for Ubuntu 11.04 (my OS), although it is available in Ubuntu 12.10. In any case, I have built myself cross binutils for i386/Win32 (cygwin and mingw32), x86_64/Linux, arm/WinCE, and arm/Linux. As an exercise,

Re: [fpc-pascal] Difference between fpc 2.6.2 rc1 and fpc 2.6.2 final

2013-04-11 Thread Jonas Maebe
On 11 Apr 2013, at 13:18, luiz americo pereira camara wrote: Somehow i missed the final release of 2.6.2 So i'm still using fpc 2.6.2rc1 Are there any difference between those two versions? Yes, all commits later than r22844 in svn log http://svn.freepascal.org/svn/fpc/tags/release_2_6_2

[fpc-pascal] Difference between fpc 2.6.2 rc1 and fpc 2.6.2 final

2013-04-11 Thread luiz americo pereira camara
Somehow i missed the final release of 2.6.2 So i'm still using fpc 2.6.2rc1 Are there any difference between those two versions? Luiz ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

RE: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Pierre Free Pascal
> -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal- > boun...@lists.freepascal.org] De la part de patspiper > Envoyé : jeudi 11 avril 2013 13:01 > À : FPC-Pascal users discussions > Objet : Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS > > On

Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread patspiper
On 11/04/13 11:33, Sven Barth wrote: Am 11.04.2013 10:16, schrieb patspiper: Hi, Is it possible to build cross binutils to produce win 64 bit files on a 32 bit Linux OS (Ubuntu 32 bit)? If I set target=x86_64-cygwin, the error is: 'BFD does not support target x86_64-pc-cygwin' Why don't you

Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread zeljko
On 04/11/2013 10:33 AM, Sven Barth wrote: Am 11.04.2013 10:16, schrieb patspiper: Hi, Is it possible to build cross binutils to produce win 64 bit files on a 32 bit Linux OS (Ubuntu 32 bit)? If I set target=x86_64-cygwin, the error is: 'BFD does not support target x86_64-pc-cygwin' Why don't

Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Sven Barth
Am 11.04.2013 10:16, schrieb patspiper: Hi, Is it possible to build cross binutils to produce win 64 bit files on a 32 bit Linux OS (Ubuntu 32 bit)? If I set target=x86_64-cygwin, the error is: 'BFD does not support target x86_64-pc-cygwin' Why don't you install binutils-mingw-w64 package? [

[fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread patspiper
Hi, Is it possible to build cross binutils to produce win 64 bit files on a 32 bit Linux OS (Ubuntu 32 bit)? If I set target=x86_64-cygwin, the error is: 'BFD does not support target x86_64-pc-cygwin' Stephano ___ fpc-pascal maillist - fpc-pascal@