-->
Page 14 of 55

Re: New Working GCC for ESP8266

PostPosted: Sat Oct 04, 2014 8:01 am
by jcmvbkbc
Squonk wrote:I have the issue when compiling dumbcraft's "dumbutils.c" from https://github.com/cnlohr/dumbcraft8266
This is using your latest crosstoll-NG from github.
Hope it helps!

Thanks. Confirmed assembler issue. Will fix.

Re: New Working GCC for ESP8266

PostPosted: Sat Oct 04, 2014 10:16 am
by cnlohr
...? I compiled it with the new compiler no-issues. I was hoping to test it before committing it.

Re: New Working GCC for ESP8266

PostPosted: Sat Oct 04, 2014 3:53 pm
by cnlohr
I just updated my makefile. I do things differently from most, I focus more on code size, so I'm all about the -flto. I'm not sure what all y'all's crazy compile flags are for, though :-p

Re: New Working GCC for ESP8266

PostPosted: Sat Oct 04, 2014 4:05 pm
by jcmvbkbc
cnlohr wrote:I'm all about the -flto.

I don't think -flto does anything for xtensa.