Comment by: salass00 (176.93.14.236) | At: 02 May 2020, 14:37 | File version: 20191228 |
@Reth I described how to do that in the following thread: https://forum.hyperion-entertainment.com/viewtopic.php?f=27&t=4178&p=49074
|
|
|
Comment by: Reth (89.245.43.165) | At: 01 May 2020, 22:56 | File version: 20191228 |
How can this be installed over / next to an installed SDK including the GCC contained in that SDK?
|
|
|
Comment by: MickJT (118.211.111.216) | At: 13 Nov 2017, 09:58 | File version: 20151223 |
The coreutils in this archive (20151223) don't work properly. If you're having difficulty with configure scripts, compare SDK:Local/C and SDK:gcc/bin, and delete from SDK:gcc/bin anything that already exists in SDK:Local/C. I think it has something to do with coreutils being built with newlib in this archive, instead of clib2.
|
|
|
Comment by: Raziel (87.145.49.4) | At: 31 Dec 2015, 09:00 | File version: 20151223 |
nevermind
|
|
|
Comment by: Raziel (87.145.52.43) | At: 29 Dec 2015, 09:31 | File version: 20151223 |
Something's not quite right, though. I'm not able to produce working exe...all freeze or crash Probably forced to go back to 4.2.4
|
|
|
Comment by: jabirulo (176.86.88.69) | At: 28 Dec 2015, 23:04 | File version: 20151223 |
me too. THX for info. Just "fixed" my SDK: newlib drawer (remove old, copied new files).
|
|
|
Comment by: Raziel (87.145.50.121) | At: 28 Dec 2015, 15:42 | File version: 20151223 |
@Belxjander Thanks for the hint
|
|
|
Comment by: Belxjander (118.87.97.55) | At: 28 Dec 2015, 08:02 | File version: 20151223 |
newlib not "new lib"
|
|
|
Comment by: Beelxjander (118.87.97.55) | At: 28 Dec 2015, 08:01 | File version: 20151223 |
The GCC:lib/gcc/ppc-amigaos/5.3.0/lib folder needs to be relocated to GCC:lib/gcc/ppc-amigaos/5.3.0/new lib (the new lib folder in the path was missing) in order for libgcc linkage problems to be fixed, there is no actual need of the old GCC materials at all.
|
|
|
Comment by: jabirulo (176.86.45.204) | At: 26 Dec 2015, 13:44 | File version: 20151223 |
Recompiled some of ly stuff (DateTime, Mixer, KeyMapSwitcher,...) and no problems. Just new warnings :-) so I fixed'em. Just noticed I had to copy newlib stuff/drawer from previous/old gcc 4.2.4 (SDK:gcc/lib/gcc/ppc-amigaos/4.2.4/newlib) to new gcc 5.3.0 (SDK:gcc/lib/gcc/ppc-amigaos/5.3.0).
|
|
|