Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
|
|
|
|
|
Announcement : New project "adtools": GCC, GDB and binutils for all Amiga-related platforms |
posted by EntilZha on 13-Jul-2005 16:03:04 (8342 reads) |
Supervised by well-know Amiga developers like Thomas Frieden, Hans-Jörg Frieden, Olaf Barthel, Anrija Antonijevic, Stefan Burström, Gunther Nikl and Jens Langner, the sourceforge.net project "adtools" was created. The goals of the project is to unite future development of the Amiga development tools like gcc, binutils and gdb to a common developer platform. In addition to currently supported platforms like AmigaOS, future support for MorphOS, AmigaOS/68k and AROS should follow.
The CVS repository already contains the current state of development of the AmigaOS4 gcc 4.0.0 compiler package. In addition, new versions of gcc (4.0.1) wil follow later this week, as well as the AmigaOS4 changes for gdb 6.3. Binary packages will be available shortly.
A long-term goal of the project will be the submission of the unified Amiga development tools to the official distributions of the respective tools, gcc, binutils and gdb.
Interested developers of all Amiga colors (AmigaOS4, MorphOS, AmigaOS3, and AROS) are invited to join the project.
The project pages can be found here. |
|
|
|
| STORYID: 2426
|
Goto page ( 1 | 2 )
Poster | Thread | EntilZha
| |
Re: New project "adtools": GCC, GDB and binutils f Posted on 14-Jul-2005 9:19:08
| | [ #21 ] |
| |
|
OS4 Core Developer |
Joined: 27-Aug-2003 Posts: 1679
From: The Jedi Academy, Yavin 4 | | |
|
| Quote:
Before I download a huge wodge of sourcecode, can anyone tell me if I can compile this directly in OS4 (using the current public SDK), |
It requires "configure", which in turn requires a shell. You might get it to compile using some ixemul environment, but I doubt that.
You might have noticed that there's also a project "abc-shell" on sourceforge, which is a OS4 port of pdksh. It's already working quite nicely and might just become capable of running configure scripts (I could already run some, but it fails on config.status...)
Besides, I've built most of the coreutils. They'll be included in the next SDK update I'm currently working on... _________________ Thomas, the kernel guy
"I don't have a frigging clue. I'm norwegian" -- Ole-Egil
All opinions expressed are my own and do not necessarily represent those of Hyperion Entertainment
|
| Status: Offline |
| | afxgroup
| |
Re: New project "adtools": GCC, GDB and binutils f Posted on 14-Jul-2005 10:42:50
| | [ #22 ] |
| |
|
Super Member |
Joined: 8-Mar-2004 Posts: 1968
From: Taranto, Italy | | |
|
| have you try to use configure on UAE or similar? My system asleeeeep.... i have the sed program found on aminet. it use many cpu time
when we can have a compatible shell? _________________ http://www.amigasoft.net
|
| Status: Offline |
| | Rogue
| |
Re: New project "adtools": GCC, GDB and binutils f Posted on 14-Jul-2005 11:07:58
| | [ #23 ] |
| |
|
OS4 Core Developer |
Joined: 14-Jul-2003 Posts: 3999
From: Unknown | | |
|
| @afxgroup
We're working on an ixemul-free configure setup (sh, coreutils etc) but I cannot give any timeframe - since there is more than enough work to do, it's going rather slow... _________________ Seriously, if you want to contact me do not bother sending me a PM here. Write me a mail
|
| Status: Offline |
| | zerohero
| |
Re: New project "adtools": GCC, GDB and binutils f Posted on 14-Jul-2005 13:45:05
| | [ #24 ] |
| |
|
Team Member |
Joined: 4-May-2004 Posts: 2524
From: Uddevalla, Sweden | | |
|
| @Rogue
Quote:
Please note that we usually use /usr/local/amiga for cross-compiler builds |
Yeah, I know, it's just that I haven't figured out how to have more than one cross-compiler in one dir.
Might as well ask here in this thread now, I'd like to install gcc 3.4.4 along side this 4.0.0, can i ./configure it to be in the same dir somehow? Same goes for a different compiler alltogether, say m68k-amigaos, can that be in the same dir as well? I'm mainly thinking about files that conflict or something like that, but that's maybe not a problem?
Regards, Jocke 'Zerohero' Birging _________________ Common sense - So rare it's almost like a super power
|
| Status: Offline |
| | falemagn
| |
Re: New project "adtools": GCC, GDB and binutils f Posted on 14-Jul-2005 14:49:04
| | [ #25 ] |
| |
|
Super Member |
Joined: 24-Nov-2003 Posts: 1126
From: Italy | | |
|
| Quote:
Might as well ask here in this thread now, I'd like to install gcc 3.4.4 along side this 4.0.0, can i ./configure it to be in the same dir somehow?
|
Just use the same --prefix=/usr/local/amiga for both of them when compiling them, and you'll be fine. _________________ “It is well enough that people of the nation do not understand our banking and monetary system, for if they did, I believe there would be a revolution before tomorrow morning.” ~~ Henry Ford
|
| Status: Offline |
| | zerohero
| |
Re: New project "adtools": GCC, GDB and binutils f Posted on 14-Jul-2005 20:05:56
| | [ #26 ] |
| |
|
Team Member |
Joined: 4-May-2004 Posts: 2524
From: Uddevalla, Sweden | | |
|
| @Fabio
Thanks, that worked :)
@anyone
Uploaded new versions, and included gcc 3.4.4 as well. Also changed the installdir to /usr/local/amiga
Regards, Jocke 'Zerohero' Birging _________________ Common sense - So rare it's almost like a super power
|
| Status: Offline |
| | falemagn
| |
Re: New project "adtools": GCC, GDB and binutils f Posted on 14-Jul-2005 21:29:04
| | [ #27 ] |
| |
|
Super Member |
Joined: 24-Nov-2003 Posts: 1126
From: Italy | | |
|
| Quote:
Also changed the installdir to /usr/local/amiga
|
Regardless of what prefix you use, you can install it anywhere, as long as the tree under the prefix dir is kept intact.Last edited by falemagn on 14-Jul-2005 at 09:29 PM.
_________________ “It is well enough that people of the nation do not understand our banking and monetary system, for if they did, I believe there would be a revolution before tomorrow morning.” ~~ Henry Ford
|
| Status: Offline |
| | Anonymous
| |
Re: New project "adtools": GCC, GDB and binutils f Posted on 16-Nov-2012 15:24:55
| | [ # ] |
| | | |
| | Anonymous
| |
Re: New project "adtools": GCC, GDB and binutils f Posted on 16-Nov-2012 15:25:08
| | [ # ] |
| | | |
| |
|
|
Goto page ( 1 | 2 )
[ home ][ about us ][ privacy ]
[ forums ][ classifieds ]
[ links ][ news archive ]
[ link to us ][ user account ]
|