Hi, I'm currently working on new toolchains. If anyone is interesting in testing before the release, I've pushed all the big updates to the master branch in the toolchain repository[1].
I expect that I will do another round of stable updates before the release and probably update rustc to 1.82.0 once it's release. The rest should stay mostly the same. My current plan is to make the release early November. PTXdist master as the first fixes to build with the new toolchain. There are several warnings that are now errors by default in gcc. You may need to update some packages or disable those errors. I've used this to get most of the packages in PTXdist to build: PTXCONF_TARGET_EXTRA_CFLAGS="-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=incompatible-pointer-types -Wno-error=calloc-transposed-args -Wno-error=int-conversion -Wno-error=return-mismatch" It would be great to get a bit of feedback before I make the release. Regards, Michael [1] https://git.pengutronix.de/cgit/OSELAS.Toolchain/ -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
