Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-15 Thread Michael Schnell
On 02/14/2013 08:05 PM, Koenraad Lelong wrote: I don't mind the German version. I have no problems reading German. Writing is a bit more difficult for me ;-). So please see here: http://www.lazarusforum.de/viewtopic.php?f=4t=6645start=60 and

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-15 Thread Justin Smyth
To: Lazarus mailing list Subject: Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844) On 02/14/2013 08:05 PM, Koenraad Lelong wrote: I don't mind the German version. I have no problems reading German. Writing is a bit more difficult for me ;-). So please see here: http

[Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Justin Smyth
I’ve been working on a patch for FPC to add support for the NXP LPC 1343 ( smaller cousin to the NXP LPC 1768 ) , i’ve successfully added in all the correct units , can get FPC to recompile with my changes but i am wondering how i would recompile lazarus so i could debug any application i

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Michael Schnell
On 02/14/2013 02:36 PM, Justin Smyth wrote: Can we extend lazarus so we can create embedded arm applications ? In the German Lazarus forum we are currently working on an instruction Wiki page (and supposedly on providing some necessary modifications of the Lazarus source code regarding the

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Michael Ring
Hi Justin, as Michael already wrote we are currently integrating openocd into lazarus, the integration is already working but needs some testing. I would love to see that somebody else besides me gives the implementation a try. If Unlink2 is supported by openocd you should be fine, same is

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Michael Schnell
On 02/14/2013 02:36 PM, Justin Smyth wrote: Can we extend lazarus so we can create embedded arm applications ? Besides the problem of allowing for cross compiling and remote debugging (which I feel is just is an issue of documentation and some bug fixes or enhancements), the more serious

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Mattias Gaertner
On Fri, 15 Feb 2013 00:36:07 +1100 Justin Smyth delph...@smythconsulting.net wrote: I’ve been working on a patch for FPC to add support for the NXP LPC 1343 ( smaller cousin to the NXP LPC 1768 ) , i’ve successfully added in all the correct units , can get FPC to recompile with my changes

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Koenraad Lelong
On 14-02-13 14:51, Michael Ring wrote: Hi Justin, as Michael already wrote we are currently integrating openocd into lazarus, the integration is already working but needs some testing. I would love to see that somebody else besides me gives the implementation a try. If Unlink2 is supported by

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Michael Schnell
On 02/14/2013 04:46 PM, Koenraad Lelong wrote: I would like to test this. Could you give a link to the wiki-page ? We did not start it yet. Supposedly first a German version will be done. Ill translate it to English when it's ready. P.S. can you make executables with your compiler ? Andy

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Koenraad Lelong
Op 14-02-13 17:15, Michael Schnell schreef: On 02/14/2013 04:46 PM, Koenraad Lelong wrote: I would like to test this. Could you give a link to the wiki-page ? We did not start it yet. Supposedly first a German version will be done. Ill translate it to English when it's ready. Hi, I don't

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Michael Ring
Koenraad, I have played with the crosscompiler under linux and I (hopefully) found a hack to workarround your problem, please see me answer to your original mail from a few minutes ago in fpc-pascal. I am now compiling a small howto on how to build use lazarus with openocd support, this

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Justin Smyth
needed for lazarus for openocd . Kind Regards Justin -Original Message- From: Michael Ring Sent: Friday, February 15, 2013 6:15 AM To: lazarus@lists.lazarus.freepascal.org Subject: Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844) Koenraad, I have played

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Michael Ring
- From: Michael Ring Sent: Friday, February 15, 2013 6:15 AM To: lazarus@lists.lazarus.freepascal.org Subject: Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844) Koenraad, I have played with the crosscompiler under linux and I (hopefully) found a hack to workarround your

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-14 Thread Justin Smyth
HDD , blue ray burner etc tec From: Michael Ring Sent: Friday, February 15, 2013 8:42 AM To: Lazarus mailing list Subject: Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844) Great, and also a big thaks for providing the unit for the NXP LPC 1343, I just saw it materializing