Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Michael Schnell
BTW.: (slightly off-topic) I suppose it would be possible to create an FPC compiler running on ARM/Linux and creating ARM code. Do you think it could be possible to create a full featured completely native ARM/Linux based Lazarus IDE including native debugging ? If yes, a binary distribution of

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Graeme Geldenhuys
Vincent Snijders het geskryf: > > A cross compiler can create a runnable lazarus compiler, it just doesn't > actually run win64 code, when creating it, so it tests the win64 > capabilities of the compiler less. Exactly what I wanted to say. [ Vincent, we actually agree on something! :-) ]

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Henry Vermaak
On 6 May 2010 09:08, Michael Schnell wrote: > BTW.: (slightly off-topic) > > I suppose it would be possible to create an FPC compiler running on > ARM/Linux and creating ARM code. This has been done by several people. ARM devices are usually not that powerful (at least not the boards I have), so

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > Vincent Snijders het geskryf: >> A cross compiler can create a runnable lazarus compiler, it just doesn't >> actually run win64 code, when creating it, so it tests the win64 >> capabilities of the compiler less. > > Exactly what I wanted to say. Believe me, I test

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Michael Schnell
On 05/06/2010 10:37 AM, Henry Vermaak wrote: > This has been done by several people. ARM devices are usually not > that powerful (at least not the boards I have), so native building > takes very long. > Many ARM devices run at more than 500 MHz, even about 1 GHz is not uncommon nowadays. Debian

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Henry Vermaak
On 6 May 2010 11:23, Michael Schnell wrote: > On 05/06/2010 10:37 AM, Henry Vermaak wrote: >> This has been done by several people. ARM devices are usually not >> that powerful (at least not the boards I have), so native building >> takes very long. >> > Many ARM devices run at more than 500 MHz,

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Michael Schnell
On 05/06/2010 12:32 PM, Henry Vermaak wrote: > On 6 May 2010 11:23, Michael Schnell wrote: > >> Can Lazarus be built for QT ? >> > http://wiki.lazarus.freepascal.org/Qt_Interface > Of course Lazarus can create programs for the QT Interface. The question was if Lazarus itself can success

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Henry Vermaak
On 6 May 2010 11:38, Michael Schnell wrote: > On 05/06/2010 12:32 PM, Henry Vermaak wrote: >> On 6 May 2010 11:23, Michael Schnell wrote: >> >>> Can Lazarus be built for QT ? >>> >> http://wiki.lazarus.freepascal.org/Qt_Interface >> > Of course Lazarus can create programs for the QT Interface. Th

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Graeme Geldenhuys
On 6 May 2010 12:38, Michael Schnell wrote: > > was if Lazarus itself can successfully compile itself so that the > resulting Lazarus IDE runs with QT. Yes. Use the menu: "Tools > Configure Build Lazarus" and select Qt as the widgetset. You still need to install the Qt library, Qt developer libr

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Michael Schnell
On 05/06/2010 12:43 PM, Henry Vermaak wrote: > Under the screenshots section of the qt wiki page, there are links to > images of the ide compiled for qt running on linux and macosx. > Perhaps you missed that? > So Lazarus might run on your Arm/Linux/QT. Thanks ! -Michael _

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Michael Schnell
Great ! Thanks. -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Stefan Kisdaroczi
Am 06.05.2010 12:46, schrieb Graeme Geldenhuys: > On 6 May 2010 12:38, Michael Schnell wrote: >> >> was if Lazarus itself can successfully compile itself so that the >> resulting Lazarus IDE runs with QT. > > Yes. Use the menu: "Tools > Configure Build Lazarus" and select Qt as > the widgetset.

Re: [fpc-devel] Win64 FPC is in wrong download location

2010-05-06 Thread Paul Breneman
Michael, I suppose it would be possible to create an FPC compiler running on ARM/Linux and creating ARM code. FreePascal 2.2.2 had a ARM/Linux compiler release. I have a 922 KB "Hello World" example (compiler and everything) minimal distribution on this page: http://www.turbocontrol.com/