Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-02-17 Thread Florian Klämpfl
Am 14.02.2013 23:44, schrieb Michael Ring: I have seen a lot of work on mpis platform in svn over the last weeks. Are there plans to create a mips-embedded target or is this strictly mips-linux? It shouldn't be too hard, hardest task is probably to create appropriate controller specific units.

Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-02-17 Thread Michael Ring
This all sounds promising, I can contribute definitions for PIC32MX1/MX2 series of controllers. Michael Am 17.02.13 09:21, schrieb Florian Klämpfl: Am 14.02.2013 23:44, schrieb Michael Ring: I have seen a lot of work on mpis platform in svn over the last weeks. Are there plans to create a

Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-02-17 Thread Michel Catudal
Le 2013-02-17 07:48, Michael Ring a écrit : This all sounds promising, I can contribute definitions for PIC32MX1/MX2 series of controllers. Michael Am 17.02.13 09:21, schrieb Florian Klämpfl: I have a lot done on my AVR32 port, still got to figure out the compiler crash, in a few months I

Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-02-17 Thread Michael Ring
Your timeline sounds fine to me, I am currently quite busy to get the openocd based debugging with lazarus right and, even more important, to write some _real_ code on arm systems. (I am currently porting my PIC based qlocktwo-clone to arm) In case I get so bored in the next one or two months

[fpc-devel] Assert and calling frame / address

2013-02-17 Thread Martin
If the RTL is compiled with optimization then same functions may not have a stackframe. Of course that is intended. But... Within the list of those is at least one (probably both of the following: Procedure fpc_assert(Const Msg,FName:Shortstring;LineNo:Longint;ErrorAddr:Pointer);