From: WongCK <won...@ya...> - 2024-06-09 15:46:03
|
Thanks the Atari mbedtls link. I already compiled it with gcc-14 and using it with my programs, except the programs are not upload to my website yet.The programs that uses TLS 1.3 on my website are still v3.40. Unlike Rajah, I have been following the updates from polarssl to mbedtls. As you mentioned in AF, the migration is pretty simple by just changing the prefix to mbedtls. They even have a doc that tells you what to do. Back to gcc topic.... Just for kicks, I measure compiling a small library that I use, using both gcc-14 with/without enable-checking:gcc-14 with enable-checking took 4 mins 15 secs gcc-14 without enable-checking took 2 mins 52 secs So not double time. I just used rather clumsy method to measure -- just put "date" into the Makefile before and after the compile, so nothing seriously scientific about it. On Sunday, 9 June 2024 at 08:46:18 pm SGT, Thorsten Otto <ad...@th...> wrote: > it's the latest v3.6.0. That is now also available at http://tho-otto.de/crossmint.php#mbedtls (but was compiled by gcc-7) _______________________________________________ Freemint-discuss mailing list Fre...@li... https://lists.sourceforge.net/lists/listinfo/freemint-discuss |