On Tue, 29 Aug 2017 17:28:55 +0200, Bernd R wrote:
seem the mailing list not work
when it show earlier the page but flicker is better, because wait until all is load is
boring. so how is it done in windows version ?
> A patch to upgrade the toolchain to GCC 4.5 would be greatly
> appreciated.
GCC 4.5 and 4.3.2 68k for cygwin host in windows you can download here
https://sourceforge.net/projects/amiga/files/Compilers/
on what system do you compile ?. I have done the 68k ports years
ago, and now i have install a vmware ubuntu 7 X64. If this is
usefull, i can try to compile gcc this for ubuntu 7.or can try to
run cygwin under wine on linux
64-bit Debian.
GCC needs to be integrated into the toolchain:
http://git.netsurf-browser.org/toolchains.git/tree/m68k-unknown-amigaos
A "standalone" build of GCC is not helpful as the paths are different.
When I upgraded to 3.4 I managed to mostly copy across the patches
from
https://github.com/cahirwpz/amigaos-cross-toolchain
Most of the other ports I've seen for 68k (including a fork of that
one for gcc6) are an entire repository with the changes integrated.
Whilst that can theoretically be cloned and built within the
toolchain, it's a pain to have to change everything to accomodate it
only to have to switch everything around again when the next gcc port
comes along by somebody else with different ideas on how it should be
maintained.
My preference would be to go as new as possible so it doesn't have to
be done again for a long time.
gcc6 is here:
https://github.com/bebbo/gcc
Chris