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

2019-06-15 Thread Florian Klämpfl
Am 03.06.2019 um 12:00 schrieb 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 >

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] 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] 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

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

2019-06-02 Thread Christo Crause
On Mon, Jun 3, 2019 at 4:43 AM Michael Ring wrote: > Is this issue also known to you? I am trying to build avr6 support: > > BINUTILSPREFIX=avr- ; CROSSOPT="-O- -g -dDEBUG" > SUBARCH=avr6 > make clean buildbase CROSSINSTALL=1 OS_TARGET=embedded CPU_TARGET=avr > SUBARCH=$SUBARCH

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

2019-06-02 Thread Michael Ring
Thank you, not using -gw2 did the trick for avr5. Is this issue also known to you? I am trying to build avr6 support:   BINUTILSPREFIX=avr- ; CROSSOPT="-O- -g -dDEBUG"   SUBARCH=avr6   make clean buildbase  CROSSINSTALL=1 OS_TARGET=embedded CPU_TARGET=avr SUBARCH=$SUBARCH CROSSOPT="$CROSSOPT"

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

2019-06-02 Thread Christo Crause
On Sun, Jun 2, 2019 at 4:51 PM Michael Ring wrote: > I tried answering a question on the list today and to do so I did my > 'first time ever' compile of the avr target. > > This is how I tried to build the avr-embedded target on my Mac: > >SUBARCH=avr5; BINUTILSPREFIX=avr- ; CROSSOPT="-O-

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

2019-06-02 Thread Michael Ring
I tried answering a question on the list today and to do so I did my 'first time ever' compile of the avr target. This is how I tried to build the avr-embedded target on my Mac:   SUBARCH=avr5; BINUTILSPREFIX=avr- ; CROSSOPT="-O- -gw2 -dDEBUG"   make clean buildbase  CROSSINSTALL=1