English Amiga Board


Go Back   English Amiga Board > Main > Amiga scene

 
 
Thread Tools
Old 13 January 2010, 17:56   #1
Konstantine
 
Posts: n/a
programming on the amiga/amigaOS

Hello

Does anyone know if the amigaOne X1000 or any previous amigaOS has any C compilers?

Feel free to post links to any good sites, books etc. on subjects realted to amiga programming.

Cheers!
 
Old 13 January 2010, 18:07   #2
pmc
gone
 
pmc's Avatar
 
Join Date: Apr 2007
Location: completely gone
Posts: 1,596
Hello Konstantine.

Check this thread and read phx's post where he lists AmigaOS C compilers.

http://eab.abime.net/showthread.php?p=633442#post633442
pmc is offline  
Old 13 January 2010, 19:11   #3
Konstantine
 
Posts: n/a
Thanks mate Much appreciated!
 
Old 13 January 2010, 19:56   #4
kriz
Junior Member
 
kriz's Avatar
 
Join Date: Sep 2001
Location: No(R)Way
Age: 41
Posts: 3,185
Yes for sure we got C... But amigaOne X1000 ? Better stat with somethign that exists hehe..
kriz is offline  
Old 13 January 2010, 20:20   #5
Konstantine
 
Posts: n/a
hehe

I haven`t used my Amiga for about 10 years, and back then I was just using it for games. (Boy, do I miss Lotus, Moonstone and Speedball 2)

I only have an Amiga 500 now, but I used to have a 1200. Seriosuly thinking about buying a new 1200 from www.amigakit.com, but if the rumors are true, then the X1000 isnt that far away, so maybe I should wait.

Right now I`m back in college, studying Computer Science and I really miss the Amiga. But I know next to nothing about its architecture or language/OS/filesystem etc.

Back in the days the Amiga was a pure entertainment machine for me, except that I used it for small video productions, but I had no knowledge of programming back then. I`m starting to get a ok grasp of C/C++ and SDL now, so I just want to create some retro games :P
 
Old 13 January 2010, 20:28   #6
kriz
Junior Member
 
kriz's Avatar
 
Join Date: Sep 2001
Location: No(R)Way
Age: 41
Posts: 3,185
if you want the classic stuff, the 1200 is THE way... For more modern it can be interetsing, altough im more a Morphos man these days.. Using these old G4 mac mini with Morphos is really a dream for me.. CHeap also.
kriz is offline  
Old 13 January 2010, 20:37   #7
Konstantine
 
Posts: n/a
Is there communities today still making games or demos for the Amiga 500/600/1200 system? Links to sites?

Oh, and do you know if the X1000 is a try to get back into the mainstream market, or is it a pure hobbyist/enthusiast machine?
 
Old 13 January 2010, 21:06   #8
lilalurl
Global Moderator
 
lilalurl's Avatar
 
Join Date: Aug 2001
Location: France
Posts: 3,289
Send a message via ICQ to lilalurl
Quote:
Originally Posted by Konstantine View Post
Is there communities today still making games or demos for the Amiga 500/600/1200 system?
Of course
lilalurl is offline  
Old 13 January 2010, 21:14   #9
kriz
Junior Member
 
kriz's Avatar
 
Join Date: Sep 2001
Location: No(R)Way
Age: 41
Posts: 3,185
For sure new stuff, every month some new some slower than pthers though...

Mainstream if they have the money, but i doubt.. So its underground 4 ever i think.

http://Aminet.net - for Amiga downloads
http://Amiga.bbs.fi - For all amiga demos
kriz is offline  
Old 13 January 2010, 21:21   #10
pmc
gone
 
pmc's Avatar
 
Join Date: Apr 2007
Location: completely gone
Posts: 1,596
Quote:
Originally Posted by Konstantine
Is there communities today still making games or demos for the Amiga 500/600/1200 system? Links to sites?
Well, there's me... and the other chaps who are working on this:

http://eab.abime.net/showthread.php?t=49025

It's all being done in assembly language though rather than C.
pmc is offline  
Old 13 January 2010, 21:49   #11
gilgamesh
Linux snob
 
gilgamesh's Avatar
 
Join Date: Sep 2008
Location: Monkey Island
Posts: 997
If you want to program for AmigaOS, the maybe you want to have look at Aros (or Icaros), a free clone.

The X1000 probably won't have anything to do with classic Amiga on the hardware level. So the only link is AmigaOS.
gilgamesh is offline  
Old 13 January 2010, 23:43   #12
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
Quote:
Originally Posted by Konstantine View Post
Is there communities today still making games or demos for the Amiga 500/600/1200 system? Links to sites?
Yep we are still making games on this site


Quote:
Originally Posted by Konstantine View Post
Oh, and do you know if the X1000 is a try to get back into the mainstream market, or is it a pure hobbyist/enthusiast machine?
We don't know what their long-term plans are but it is very unlikely that the X1000 will be anything but a hobbyist machine.
NovaCoder is offline  
Old 14 January 2010, 02:12   #13
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,186
Quote:
Originally Posted by Konstantine View Post
Does anyone know if the amigaOne X1000 or any previous amigaOS has any C compilers?
The development kit for AmigaOS 4.x comes with a fresh port of GCC (not like the old 68k versions) and I think VBCC. Clang will probably be on the way since the XCore toolchain is based on the Low-Level Virtual Machine (LLVM).

Keep in mind that PowerPC-based Amigas are not like the old classics you discussed earlier with regard to the A1200 and A500. They have more PC-like hardware selections with little support for custom chips outside of AmigaOS 4.0 for classics. AmigaOS 4.0 for classics still doesn't run many of the old games because of the partial memory-protection that was introduced with the 4.x series. As such, a base-level SAM440 series PPC model will sell for less than an '060 accelerated A1200 due to the lack of compatibility by the former with old games.

Most of the games for AmigaOS 4.x were ported from the PC using SDL (Simple Directmedia Layer). If you have an Intel PC with any mainstream operating system you'll have most of the AmigaOS 4.x games available for the PC also due to the cross-platform nature of SDL. If you want to see what software is available for free on AmigaOS 4.x see http://os4depot.net/.
Samurai_Crow is offline  
Old 14 January 2010, 02:13   #14
Cammy
Registered User
 
Cammy's Avatar
 
Join Date: Aug 2007
Location: Tasmania, Australia
Age: 39
Posts: 1,189
Last month no less than ten new Amiga games started production. Within two weeks, seven of them had entered a playable state, and most of them including the ones that didn't make it in by the contest deadline are still being worked on so that we'll have a nice pack of new Christmas games for the Amiga. This is from a games making contest we decided to hold, very last-minute, in December. You can download and play the games from here: http://amigachristmastree.condor.ser...mpetition.html

Once everyone is happy with their games (once we've playtested them, removed the bugs and added the finishing touches) we're going to release them on a new website we're working on, as well as selling a CD with all the games on it for a budget price.

If you're interested in getting back into Amiga games development, perhaps you'd like to give our next games making contest a go. There will be prizes to win, and lots of fun to be had by all!
Cammy is offline  
Old 14 January 2010, 05:05   #15
Konstantine
 
Posts: n/a
Thanks a billion for all your replies!
 
Old 14 January 2010, 05:07   #16
desiv
Registered User
 
desiv's Avatar
 
Join Date: Oct 2009
Location: Salem, OR
Posts: 1,767
I used D.I.C.E. (Dillon's Integrated C Environment) back in the day.
I really liked it. Simple to use. But simple as in command line straight forward. Not simple like all GUI, as there wasn't one.

desiv
desiv is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Programming for the Amiga burf2000 Coders. Language 2 16 October 2012 21:13
Programming Amiga? Amiga Forever Coders. General 14 03 April 2011 18:33
Amiga Programming JDunlap request.Apps 5 16 January 2008 05:29
Amiga Programming stareagle request.Apps 1 09 June 2007 13:36
Amiga programming magnox Coders. General 6 28 April 2006 00:33

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:14.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.13093 seconds with 15 queries