Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
93 user(s) are online (47 user(s) are browsing Forums)

Members: 0
Guests: 93

more...

Headlines

 
  Register To Post  

(1) 2 »
Does anyone have the linux hosted cross-compilers?
Quite a regular
Quite a regular


See User information
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.


Edited by MickJT on 2013/7/15 7:08:33
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Just can't stay away
Just can't stay away


See User information

Go to top
Re: Does anyone have the linux hosted cross-compilers?
Quite a regular
Quite a regular


See User information
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?

Thanks for that. I did manage to build a cross-compiler using almost the same instructions from http://www.os4coding.net/blog/salass0 ... -compiler-adtools-project

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
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Home away from home
Home away from home


See User information
@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

There is:

os3:
http://kas1e.mikendezign.com/zerohero ... p/cross-compiler_os3.html

os4:
http://kas1e.mikendezign.com/zerohero ... p/cross-compiler_os4.html

if anybody have missing files, feel free to share and i can upload it for everyone

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Just popping in
Just popping in


See User information
There is an archive of his webpage, but it does not seem to allow download of the files. :/

http://web.archive.org/web/2010030123 ... ross.zerohero.se/os4.html

Go to top
Re: Does anyone have the linux hosted cross-compilers?
Home away from home
Home away from home


See User information
@billt
That from where i got the main pages, but files itself was saved on my hdd months ago by some luck. Not all of them, but better than nothing.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Quite a regular
Quite a regular


See User information
I was after the linux hosted files, but I might grab the cygwin files just in case I decide to try those out sometime, so thanks for that.

The linux hosted cross-compiler I built seems to be working pretty good. I'm using gcc 4.4.5 now. The g++ from that is linking executables OK.

Edit: I take that back, ppc-amigaos-g++ is still having issues when linking. I found a reference to the problem here: http://sourceforge.net/p/adtools/bugs/15/


Edited by MickJT on 2013/7/16 12:42:15
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Quite a regular
Quite a regular


See User information
Yep. I also have this not linking environment.

Go to top
Re: Does anyone have the linux hosted cross-compilers?
Home away from home
Home away from home


See User information
@mick, thematic

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' ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Just popping in
Just popping in


See User information
I have the 3 archives of the x86_64 Linux version of the OS4 crosscompilers (not the 32bit x86 versions unfortunately), I have uploaded them here:

https://drive.google.com/folderview?id ... NLNGd0WDh4ckU&usp=sharing

I hope that zerohero won't mind if I'm sharing them, kas1e you're welcome to add them to your own mirror.

Varthall

AmigaOne XE - AmigaOS 4.1 - Freescale 7457 1GHz - 1GB ram
MPlayer for OS4: https://sourceforge.net/projects/mplayer-amigaos/
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Just can't stay away
Just can't stay away


See User information
Quote:

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.

Go to top
Re: Does anyone have the linux hosted cross-compilers?
Quite a regular
Quite a regular


See User information
@kas1e

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.

Go to top
Re: Does anyone have the linux hosted cross-compilers?
Just popping in
Just popping in


See User information
I believe I have the x86 32bit files, but I have no place to
post them. The largest is almost 41MB.

Suggestions. (?)

A1-X1000
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Quite a regular
Quite a regular


See User information
You could use Google Drive, and just set the sharing option to "anyone who has the link".

Go to top
Re: Does anyone have the linux hosted cross-compilers?
Home away from home
Home away from home


See User information
@Varthall
Quote:

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
Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Home away from home
Home away from home


See User information
If the files are not licensed you could also put the whole package on aminet

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Home away from home
Home away from home


See User information
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.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Just popping in
Just popping in


See User information
They're on sendspace.
Let me know if they are good. I may have another copy on a different computer (?).

http://www.sendspace.com/file/1y0uqy

http://www.sendspace.com/file/qgikgh

http://www.sendspace.com/file/2mz5v5


A1-X1000
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Home away from home
Home away from home


See User information
@mechanic
Thanks, them all there now:
http://kas1e.mikendezign.com/zerohero ... p/cross-compiler_os4.html

@all
Only one archive missed to have all restored from os4 page:
i686-cygwin/ppc-amigaos-gcc-4.2.4.tar.bz2

did anyone have it ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Does anyone have the linux hosted cross-compilers?
Just popping in
Just popping in


See User information
Quote:

kas1e wrote:
@mechanic
Thanks, them all there now:
http://kas1e.mikendezign.com/zerohero ... p/cross-compiler_os4.html


Excellent!


A1-X1000
Go to top

  Register To Post
(1) 2 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project