Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-10 Thread Jonas Maebe
On 10 Feb 2012, at 08:25, Koenraad Lelong wrote: make rtl_all FPC=/home/koenraad/devel/fpc-svn/compiler/ppcrossarm RELEASE=1 make[1]: Map '/home/koenraad/devel/fpc-svn' wordt binnengegaan make -C rtl all make[2]: Map '/home/koenraad/devel/fpc-svn/rtl' wordt binnengegaan make -C embedded all

Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-10 Thread Koenraad Lelong
On 10-02-12 11:30, Jonas Maebe wrote: Now I see: that compilerproc is only included in the RTL if FPC_HAS_FEATURE_ANSISTRINGS is defined. The embedded target by default probably does not include support for ansistrings (since they in turn depend on the heap manager). One helper for

Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-10 Thread Koenraad Lelong
On 10-02-12 08:57, Rainer Stratmann wrote: This means that there is a simple install solution for Linux? All in one directory? I don't understand what you want. An install solution for what ? Koenraad. ___ fpc-pascal maillist -

Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-10 Thread Sven Barth
Am 10.02.2012 12:41, schrieb Koenraad Lelong: On 10-02-12 11:30, Jonas Maebe wrote: Now I see: that compilerproc is only included in the RTL if FPC_HAS_FEATURE_ANSISTRINGS is defined. The embedded target by default probably does not include support for ansistrings (since they in turn depend on

Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-10 Thread Koenraad Lelong
On 10-02-12 13:58, Sven Barth wrote: If your fpc-svn directory is a real svn checkout you can just do a svn diff your-patch.diff. Alternatively you can use should add -aur as argument to diff (in front of the filenames). Enclosed the new patch. This all compiles, but needs to be verified and

Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-10 Thread Sven Barth
Am 10.02.2012 14:46, schrieb Koenraad Lelong: On 10-02-12 13:58, Sven Barth wrote: If your fpc-svn directory is a real svn checkout you can just do a svn diff your-patch.diff. Alternatively you can use should add -aur as argument to diff (in front of the filenames). Enclosed the new patch.

Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-10 Thread Koenraad Lelong
On 10-02-12 15:33, Sven Barth wrote: Am 10.02.2012 14:46, schrieb Koenraad Lelong: On 10-02-12 13:58, Sven Barth wrote: If your fpc-svn directory is a real svn checkout you can just do a svn diff your-patch.diff. Alternatively you can use should add -aur as argument to diff (in front of the

Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-10 Thread Sven Barth
Am 10.02.2012 16:07, schrieb Koenraad Lelong: On 10-02-12 15:33, Sven Barth wrote: Am 10.02.2012 14:46, schrieb Koenraad Lelong: On 10-02-12 13:58, Sven Barth wrote: If your fpc-svn directory is a real svn checkout you can just do a svn diff your-patch.diff. Alternatively you can use should

Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-09 Thread Koenraad Lelong
On 08-02-12 17:31, Koenraad Lelong wrote: On 08-02-12 15:42, Jonas Maebe wrote: On 08 Feb 2012, at 15:31, Koenraad Lelong wrote: After some debugging, I think my compiler does not work. I'm pretty certain it outputs arm-code in stead of the needed thumb2 code. The error below indicates the

Re: [fpc-pascal] fpc 2.7.1 for arm-embedded

2012-02-09 Thread Rainer Stratmann
Am Friday 10 February 2012 08:25:01 schrieb Koenraad Lelong: I did another experiment. I make a zip-file with a 2.7.1 compiler and its sources. I installled this on a brand new virtual machine with OpenSuse, so no fpc 2.6.0 available. With this I compiled the compiler itself (no install). This