Re: SV: [fpc-devel] fpc on AVR32

2012-09-14 Thread Michel Catudal
Le 14/09/2012 05:25, Michael Schnell a écrit : On 09/14/2012 05:23 AM, Michel Catudal wrote: I have written code for a cluster with a Micronas (ARM7TDMI) and AVR32UC3C 144 pins and found a major reduction in code size and code is a lot faster. Did you use the Thumb ISA for the ARM ? Same is

Re: SV: [fpc-devel] fpc on AVR32

2012-09-14 Thread Michael Schnell
On 09/14/2012 05:23 AM, Michel Catudal wrote: I have written code for a cluster with a Micronas (ARM7TDMI) and AVR32UC3C 144 pins and found a major reduction in code size and code is a lot faster. Did you use the Thumb ISA for the ARM ? Same is said to be more compact than ARM32. With a sl

Re: SV: [fpc-devel] fpc on AVR32

2012-09-13 Thread Martin Schreiber
On Friday 14 September 2012 05:23:50 Michel Catudal wrote: > > I bought JTAGICE mkII, it works nicely with Scientific Linux 6.2. The > binaries from Fedora 12 and 13 work with Scientifc Linux. I will have no > problem with debugging AVR32 code. What I find with AVR32 is that it makes > nice compact

Re: SV: [fpc-devel] fpc on AVR32

2012-09-13 Thread Michel Catudal
Le 13/09/2012 15:38, Jeppe Græsdal Johansen a écrit : I have made a preliminary backend and RTL stub in branches/laksen/avr32new/ Some of the large problems is that the load instructions allow non-aligned loads in the ld.w forms. This proves to introduce many strange problems, and I don't have

Re: [fpc-devel] fpc on AVR32

2012-09-13 Thread Jeppe Græsdal Johansen
Den 13-09-2012 21:41, Florian Klämpfl skrev: Am 13.09.2012 21:38, schrieb Jeppe Græsdal Johansen: I have made a preliminary backend and RTL stub in branches/laksen/avr32new/ Some of the large problems is that the load instructions allow non-aligned loads in the ld.w forms. This proves to introd

Re: SV: [fpc-devel] fpc on AVR32

2012-09-13 Thread Florian Klämpfl
Am 13.09.2012 21:38, schrieb Jeppe Græsdal Johansen: > I have made a preliminary backend and RTL stub in > branches/laksen/avr32new/ > > Some of the large problems is that the load instructions allow > non-aligned loads in the ld.w forms. > This proves to introduce many > strange problems, Why i

SV: [fpc-devel] fpc on AVR32

2012-09-13 Thread Jeppe Græsdal Johansen
Jeppe Fra: fpc-devel-boun...@lists.freepascal.org [fpc-devel-boun...@lists.freepascal.org] på vegne af Florian Klämpfl [flor...@freepascal.org] Sendt: 13. september 2012 19:08 Til: FPC developers' list Emne: Re: [fpc-devel] fpc on AVR32 Am 13.09.2012 02:26, schr

Re: [fpc-devel] fpc on AVR32

2012-09-13 Thread Florian Klämpfl
Am 13.09.2012 02:26, schrieb Michel Catudal: > I would like to port fpc to the AVR32 uc3c devices. I need more details > on the functions that need to be implemented. Take a look at one of the other architectures like arm, fpc/compiler/arm contains the arm specific compiler files. ___

[fpc-devel] fpc on AVR32

2012-09-13 Thread Michel Catudal
I would like to port fpc to the AVR32 uc3c devices. I need more details on the functions that need to be implemented. The uc3c devices have hardware single precision floating point, CAN, USB and ethernet. Michel -- For OS/2 and Linux Software visit http://home.comcast.net/~mcatudal __