On 14/03/2013 13:52, Ole wrote: > Hello, > > recently the autobuild of the Atari toolchain / SDK has broken, because > of missing patches.
I noticed that yesterday as I tried to build it... > > Vincent R. send me the old versions of the patches, as he don't wants to > upload these old versions > on his server again (he wants users to use the latest versions). It's not a reason to remove old versions from the site, even when updating his html page to point to newer ones. Maybe he doesn't know what "archives" means ;-) > > If they are required, could someone please integrate them into the > autobuilder? > But maybe it would be better to update the toolchain to the latest version? > So there would be no need for this workaround. Indeed, it's better to update anyway. cf. attached. Still, it doesn't seem to compile here at least, complains about missing stdio.h... (but maybe it's a 64bit issue) François.
diff --git a/m5475-atari-mint/Makefile b/m5475-atari-mint/Makefile index 02469ce..d4cd1b7 100644 --- a/m5475-atari-mint/Makefile +++ b/m5475-atari-mint/Makefile @@ -4,10 +4,10 @@ UPSTREAM_GCC_URI := http://ftp.gnu.org/gnu/gcc/gcc-$(UPSTREAM_GCC_VERSION)/$(UPS UPSTREAM_GCC_PATCH := gcc-4.6.3-mint-20120503.patch.bz2 UPSTREAM_GCC_PATCH_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_GCC_PATCH) -UPSTREAM_BINUTILS_VERSION := 2.22 +UPSTREAM_BINUTILS_VERSION := 2.23.1 UPSTREAM_BINUTILS_TARBALL := binutils-$(UPSTREAM_BINUTILS_VERSION).tar.bz2 UPSTREAM_BINUTILS_URI := ftp://ftp.gnu.org/gnu/binutils/$(UPSTREAM_BINUTILS_TARBALL) -UPSTREAM_BINUTILS_PATCH := binutils-2.22-mint-20120205.patch.bz2 +UPSTREAM_BINUTILS_PATCH := binutils-2.23.1-mint-20121116.patch.bz2 UPSTREAM_BINUTILS_PATCH_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_BINUTILS_PATCH) UPSTREAM_GMP_VERSION := 4.3.2 @@ -27,7 +27,7 @@ UPSTREAM_MINTBIN_VERSION := CVS-20110527 UPSTREAM_MINTBIN_TARBALL := mintbin-$(UPSTREAM_MINTBIN_VERSION).tar.gz UPSTREAM_MINTBIN_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTBIN_TARBALL) -UPSTREAM_MINTLIB_VERSION := CVS-20120503 +UPSTREAM_MINTLIB_VERSION := CVS-20130107 UPSTREAM_MINTLIB_TARBALL := mintlib-$(UPSTREAM_MINTLIB_VERSION).tar.gz UPSTREAM_MINTLIB_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTLIB_TARBALL) diff --git a/m68k-atari-mint/Makefile b/m68k-atari-mint/Makefile index 2f5dc25..17fe9f0 100644 --- a/m68k-atari-mint/Makefile +++ b/m68k-atari-mint/Makefile @@ -4,10 +4,10 @@ UPSTREAM_GCC_URI := http://ftp.gnu.org/gnu/gcc/gcc-$(UPSTREAM_GCC_VERSION)/$(UPS UPSTREAM_GCC_PATCH := gcc-4.6.3-mint-20120503.patch.bz2 UPSTREAM_GCC_PATCH_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_GCC_PATCH) -UPSTREAM_BINUTILS_VERSION := 2.22 +UPSTREAM_BINUTILS_VERSION := 2.23.1 UPSTREAM_BINUTILS_TARBALL := binutils-$(UPSTREAM_BINUTILS_VERSION).tar.bz2 UPSTREAM_BINUTILS_URI := ftp://ftp.gnu.org/gnu/binutils/$(UPSTREAM_BINUTILS_TARBALL) -UPSTREAM_BINUTILS_PATCH := binutils-2.22-mint-20120205.patch.bz2 +UPSTREAM_BINUTILS_PATCH := binutils-2.23.1-mint-20121116.patch.bz2 UPSTREAM_BINUTILS_PATCH_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_BINUTILS_PATCH) UPSTREAM_GMP_VERSION := 4.3.2 @@ -27,7 +27,7 @@ UPSTREAM_MINTBIN_VERSION := CVS-20110527 UPSTREAM_MINTBIN_TARBALL := mintbin-$(UPSTREAM_MINTBIN_VERSION).tar.gz UPSTREAM_MINTBIN_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTBIN_TARBALL) -UPSTREAM_MINTLIB_VERSION := CVS-20120503 +UPSTREAM_MINTLIB_VERSION := CVS-20130107 UPSTREAM_MINTLIB_TARBALL := mintlib-$(UPSTREAM_MINTLIB_VERSION).tar.gz UPSTREAM_MINTLIB_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTLIB_TARBALL)
