Jonas Maebe :
> > I've put this in t_linux.pas:
> >
> > {$ifdef aarch64}
> > xx xx xx
> > {$endif aarch64}
> >
> > But I'm getting compiler/ppcrossa64 without getting an error!
>
> Ah yes, you also still have to include that unit in the AArch64
> compiler, see compiler/aarch64/cputarg.pas
Than
On 09/05/15 13:49, Edmund Grimley Evans wrote:
> Jonas Maebe :
>
>> Code bracketed with {$ifdef aarch64} is included if you are compiling a
>> compiler that targets AArch64, regardless of the host architecture.
>
> I've put this in t_linux.pas:
>
> {$ifdef aarch64}
> xx xx xx
> {$endif aarch64}
Jonas Maebe :
> You indeed have to include the equivalents of
> http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&revision=29877 (in
> i_linux.pas) and
> http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&revision=29897 (in
> t_linux.pas).
Thanks.
> > but I find I can put whatev
Thanks for those explanations.
I modified packages/fpmkunit/src/fpmkunit.pp and
utils/fpcm/fpcmmain.pp by analogy with revisions 29899 and 29902, then:
make all
utils/fpcm/bin/i386-linux/fpcmake -Tall -r
make all OS_TARGET=linux CPU_TARGET=aarch64
After a while it objects to a missing aarch64/pr
On 09/05/15 11:16, Edmund Grimley Evans wrote:
> After a while it objects to a missing aarch64/prt0.as, but it has
> already made compiler/ppcrossa64. Naturally, this is still a Darwin
> compiler:
>
> $ compiler/ppcrossa64 /dev/null
> Free Pascal Compiler version 3.1.1 [2015/05/09] for aarch64
>
[replying on the list to a private message with consent from the
original poster]
On 07/05/15 12:38, Edmund Grimley Evans wrote:
>> I've just committed the AArch64 (aka "ARM64") port to trunk. It
>> currently only supports iOS, but adding Linux support should not be
>> difficult.
>
> How difficul
I've been able to get a project compile for x86-64-iphonesim.
I just gave a few hints on the wiki:
http://wiki.freepascal.org/iPhone/iPod_development#iOS_8.0
I've been looking through existing tutorials (i.e. Simon Choi's compiling
iOS 7 or earlier Ingemar's iOS 5).
Each tutorial is mentioning abo
The original poster forgot to mention in his e-mail that he was not
subscribed to the list - in Cc: now.
Tomas
On Sat, February 28, 2015 11:02, Jonas Maebe wrote:
> On 27 Feb 2015, at 19:01, Keegan Hudson wrote:
>
>> Hey can you send me a copy of Portal modified for iOS ? I want to do
>> some
On 27 Feb 2015, at 19:01, Keegan Hudson wrote:
> Hey can you send me a copy of Portal modified for iOS ? I want to do some
> testing
What is Portal?
Jonas
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin
Hey can you send me a copy of Portal modified for iOS ? I want to do some
testing
Thanks!
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
2015-02-24 9:51 GMT+00:00 Mattias Gaertner :
>
> On Mon, 23 Feb 2015 20:46:09 -0500
> Dmitry Boyarintsev wrote:
>
> > On Mon, Feb 23, 2015 at 6:02 PM, Jonas Maebe
> > wrote:
> >
> > > I've just committed the AArch64 (aka "ARM64") port to trunk. It
> > > currently only supports iOS, but adding Lin
On Mon, 23 Feb 2015 20:46:09 -0500
Dmitry Boyarintsev wrote:
> On Mon, Feb 23, 2015 at 6:02 PM, Jonas Maebe
> wrote:
>
> > I've just committed the AArch64 (aka "ARM64") port to trunk. It
> > currently only supports iOS, but adding Linux support should not be
> > difficult.
> >
> Great news! Tha
On Mon, Feb 23, 2015 at 6:02 PM, Jonas Maebe
wrote:
> I've just committed the AArch64 (aka "ARM64") port to trunk. It
> currently only supports iOS, but adding Linux support should not be
> difficult.
>
Great news! Thank you, Jonas!
___
fpc-devel mailli
Hi,
I've just committed the AArch64 (aka "ARM64") port to trunk. It
currently only supports iOS, but adding Linux support should not be
difficult.
Some notes:
1) Apple's A7 cpu (and possibly also its other or even other
manufacturer's AArch64 cpus) does not support triggering signals in
response
14 matches
Mail list logo