Re: [fpc-devel] AArch64 port committed to svn trunk

2015-05-09 Thread Edmund Grimley Evans
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

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-05-09 Thread Jonas Maebe
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}

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-05-09 Thread Edmund Grimley Evans
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

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-05-09 Thread Edmund Grimley Evans
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

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-05-09 Thread Jonas Maebe
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 >

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-05-08 Thread Jonas Maebe
[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

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-03-09 Thread Dmitry Boyarintsev
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

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-02-28 Thread Tomas Hajny
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

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-02-28 Thread Jonas Maebe
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

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-02-28 Thread Keegan Hudson
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

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-02-24 Thread Inoussa OUEDRAOGO
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

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-02-24 Thread 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 Linux support should not be > > difficult. > > > Great news! Tha

Re: [fpc-devel] AArch64 port committed to svn trunk

2015-02-23 Thread Dmitry Boyarintsev
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

[fpc-devel] AArch64 port committed to svn trunk

2015-02-23 Thread Jonas Maebe
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