Hello Everyone,
I have IDE 1.6.6 installed, and it has the following tool versions:
GCC version: 4.8.1
AVR LibC version: 1.8.0svn
Now 1.6.8 is out.
Does anyone know the tool and library versions?
Thanks, Peter
Hello Everyone,
I have IDE 1.6.6 installed, and it has the following tool versions:
GCC version: 4.8.1
AVR LibC version: 1.8.0svn
Now 1.6.8 is out.
Does anyone know the tool and library versions?
Thanks, Peter
The same.
you can use any 32/64-bits ARM GNU tool chain you prefer, but, for better results, the recommended tool chain for bare metal target applications is GCC ARM Embedded.
you can use any 32/64-bits ARM GNU tool chain you prefer
That is unlikely to be the case if they are using avr-libc, as specified in the original message...
Thanks for everyone for the replies!
I did upgrade the AVR-LibC to the 1.8.1 version from the AVR-LibC homepage.
I was after the Time32 functions that are newly included in the 1.8.1 version of the library.
Regards, Peter