Re: [fpc-devel] Object upgrades

2019-06-03 Thread nickysn
On Thu, 2019-05-30 at 01:42 +0200, Sven Barth via fpc-devel wrote: > Nikolay Nikolov schrieb am Do., 30. Mai 2019, > 00:52: > > So, what's with all this FUD surrounding operator overloading not > > working with objects? Did you even test it, before screaming > > "legacy!"? :) > > He's talking

Re: [fpc-devel] [fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-03 Thread Florian Klämpfl
Am 03.06.2019 um 22:26 schrieb Christo Crause: > On Mon, Jun 3, 2019 at 9:21 PM Dimitrios Chr. Ioannidis via fpc-devel > > wrote: > > I build a simple blinky for a atmega4809 and it worked. I thought that I > informed you regarding this but it seems >

Re: [fpc-devel] [fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-03 Thread Christo Crause
On Mon, Jun 3, 2019 at 9:21 PM Dimitrios Chr. Ioannidis via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > I build a simple blinky for a atmega4809 and it worked. I thought that I > informed you regarding this but it seems that I forgot. > > If you want I can run some tests. You can send me

Re: [fpc-devel] AVR target on trunk does not compile for me

2019-06-03 Thread Florian Klämpfl
Am 03.06.2019 um 19:01 schrieb Christo Crause: > > On Mon, Jun 3, 2019 at 12:00 PM Michael Ring > wrote: > > Last question: Is avr6 the only subarch that has enough memory for > enabling strings? I am a Noob when it comes to > avr, but I guess there should

Re: [fpc-devel] [fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Christo, Στις 3/6/2019 9:47 μ.μ., ο Christo Crause έγραψε: On Mon, Jun 3, 2019 at 11:16 AM Dimitrios Chr. Ioannidis via fpc-devel > wrote: >>     and add support for the avrxmega3 subarch, atmega 3208, >> 3209, 4808, 4809 ( from Christo

Re: [fpc-devel] [fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-03 Thread Christo Crause
On Mon, Jun 3, 2019 at 11:16 AM Dimitrios Chr. Ioannidis via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > >> and add support for the avrxmega3 subarch, atmega 3208, > >> 3209, 4808, 4809 ( from Christo Crause's repository > >> https://github.com/ccrause/freepascal.git [7] ) ? > > Any

Re: [fpc-devel] AVR target on trunk does not compile for me

2019-06-03 Thread Christo Crause
On Mon, Jun 3, 2019 at 12:00 PM Michael Ring wrote: > Last question: Is avr6 the only subarch that has enough memory for > enabling strings? I am a Noob when it comes to avr, but I guess there > should be more subarchs that have more memory, I today saw some ATTINY > Chips with 32kB of Flash

Re: [fpc-devel] AVR target on trunk does not compile for me

2019-06-03 Thread Michael Ring
I set CROSSOPT to empty, after this change avr6 builds. BUT: What made me wonder was that avr5 builds fine, it should be affected by the same SOFTFPU issue. I did a quick grep through the fpc sources and found no obviously missing defines for avr6. However, a grep for avr revealed this

Re: [fpc-devel] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Michael, On 2019-06-02 17:38, Michael Ring wrote: My 10 Cents on 'Embedded friendlyness': < snip > I appreciate very much that you shared your experience and opinion. Certainly food for thought ! Thank you very much for your time writing this ! regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-devel] [fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Jeppe, Wow, what can I say. In a weekend you fix / resolve issues that they were stalled for a long time. Really appreciated. On 2019-06-02 17:46, Jeppe Johansen wrote: On 6/1/19 3:37 PM, Dimitrios Chr. Ioannidis via fpc-pascal wrote: < snip >   First and more important, in the

Re: [fpc-devel] AVR target on trunk does not compile for me

2019-06-03 Thread Jeppe Johansen
Probably because of the missing softfpu support. It's failing while writing debug info for floating point stuff in variants. It will be fixed some day :) On 6/2/19 10:54 PM, Michael Ring wrote: Thank you, not using -gw2 did the trick for avr5. Is this issue also known to you? I am trying to