It looks like zerohero has taken down his cross-compile website. There isn't any backup, and I restored my VirtualBox VM images to a state prior to having the cross compiler installed.
I need all of the files again, for both architectures and gcc versions. Does anyone have them? Not to mention the instructions for setting it up.
Hey. I tried sending you an e-mail about lgeneral. I had to guess the address though. Need your help with some stuff on that. Can you PM me your e-mail address?
It has the same problem that zerohero's build did. ppc-amigaos-g++ doesn't work. I can't even compile hello world with it. The experimental gcc 4.4.3 worked, but I'll have to figure out how to build that one and see if I can use the same makefile from gcc-build.
Edit: Looks like ppc-amigaos-g++ can compile, but not link an executable. That breaks some configure scripts.
Edited by MickJT on 2013/7/15 10:33:50 Edited by MickJT on 2013/7/16 12:07:33
@Mick I do not have whole backup of zerohero's cross-compilers, but at least i have backup of main pages (those howtos) + os3/os4 cygwin archives (not linux hosted, but better than nothing i assume). For os4 ppc-amigaos-binutils-2.18.tar.bz2 + ppc-amigaos-gcc-4.4.3.tar.bz2 , and for os3 m68k-amigaos-binutils-2.14.tar.bz2 + m68k-amigaos-gcc-2.95.3.tar.bz2 + some other stuff
Did you mean you have unresolv of "_Unwind_SjLj_Unregister, _Unwind_SjLj_Register and _Unwind_SjLj_Resume" on linking or Elf library requester unable to reslove '_ZNKSt5ctypelcE13_M_widen_initEv' ?
Did you mean you have unresolv of "_Unwind_SjLj_Unregister, _Unwind_SjLj_Register and _Unwind_SjLj_Resume" on linking or Elf library requester unable to reslove '_ZNKSt5ctypelcE13_M_widen_initEv' ?
Tried to build binutils and gcc on cygwin environment using adtools instructions but it doesn't compile for me. Has anyone else had success?
Then installed the most recent cygwin compiler and there seems to be this Cpp linking issue with _Unwind symbols.
The undefined references to _Unwind_SjLj_Unregister etc. It's a problem on 4.2.4 as well. I've been able to use ppc-amigaos-gcc and -lstdc++ to link so it hasn't been big issue for me yet.
kas1e you're welcome to add them to your own mirror
Done.
@Mechanic Quote:
Suggestions. (?)
Or just sendspace, i will grab them from and put on my mirror so users can grab all directly the same as it was on zerohero's hosting.
@all So seems once Mechanic will upload his files, we will have full mirror of os4 based cross-compiler page, but just in sake of "maybe someday someone will need", will be nice to have all files for os3-crosscompiler too (i missed x86_linux ones and x86_64 ones). If anyone have them, share them plz.
@Mick Quote:
The undefined references to _Unwind_SjLj_Unregister etc. It's a problem on 4.2.4 as well. I've been able to use ppc-amigaos-gcc and -lstdc++ to link so it hasn't been big issue for me yet.
I for myself "fix" it by adding -static on linking. I also remember that Alfkil or Salas00 find out the way of how to fix it, just can't found thread where it was discussed ..
Edited by kas1e on 2013/7/21 9:14:34 Edited by kas1e on 2013/7/21 9:18:13
I thinking about putting it on os4depot of course too, but do not want now to be in situation when someone will come and say "blah ! you don' ask permission from zerohero!", and so, now we will wait a year till he will come there and say ok or not ok :)
But to be honest, as it just builds from adtools (GPL), i assume we can do it without problems.