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
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 any debug equipment. Regards, Jeppe __

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. ___

RE: [fpc-devel] Error building branch targetandroid

2012-09-13 Thread Pierre Free Pascal
> -Message d'origine- > De : fpc-devel-boun...@lists.freepascal.org [mailto:fpc-devel- > boun...@lists.freepascal.org] De la part de Felipe Monteiro de Carvalho > Envoyé : jeudi 13 septembre 2012 16:35 > À : FPC developers' list > Objet : Re: [fpc-devel] Error building branch targetandroi

[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 __