Welcome, Guest. Please login or register.

Author Topic: Amiga programming...pls HELP!!!  (Read 1533 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline NteliosTopic starter

  • Newbie
  • *
  • Join Date: Aug 2007
  • Posts: 4
    • Show only replies by Ntelios
Amiga programming...pls HELP!!!
« on: August 27, 2007, 10:56:56 AM »
Hi!
 I want to write a simple program in Amiga Environment for a project at the University.I use Windows XP and i tried to use winUAE emulator but a message appears: No kickstart ROM found with name kick.rom trying default locations...
Is there a program language that i could use from Windows and write the program?If someone could direct me with exact steps what to do, i would appreciate it!Thanx
 

Offline skurk

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 929
    • Show only replies by skurk
Re: Amiga programming...pls HELP!!!
« Reply #1 on: August 27, 2007, 11:48:33 AM »
You need to get your hands on a Kickstart ROM image.

Once you have the ROM image in place, you can create a directory on your XP harddisk and point the Amiga hdd to that directory (WinUAE->Hard drives->Add Directory).  Install Workbench and whatever else you may need there.

If you don't own an Amiga, you will have to obtain the kickstart and Workbench files illegally.  Posting guidelines forbids me to tell you how, but I'm sure you can figure it out somehow.

You should now be able to boot WinUAE to a useable state.

As for the programming part, I HIGHLY recommend using AmiDevCpp which runs on Windows.  Keep your ADC project on the Amiga hdd, compile it, and run the .exe in WinUAE.  AmiDevCpp is free, faster and easier than doing it under WinUAE.

That's how I do it, and it works for me...

Hope this helps.
Code 6502 asm or... DIE!!

[C64, C128, A500, A600, A1200, A3000, MBP+Mini, Efika/MOS2.1, Sam440 w/AOS4.1
 

Offline derringer3

  • Sr. Member
  • ****
  • Join Date: Nov 2006
  • Posts: 368
    • Show only replies by derringer3
Re: Amiga programming...pls HELP!!!
« Reply #2 on: August 27, 2007, 11:56:15 AM »
First: If you want to run winuae you need an amiga kickstart image. (you know THE ROM) In your setup winuae doesn't find its location. If you have it just add the correct path in the setup of winuae. If you don't you need to got one. If you have a real amiga, you can grab an image, or you can buy it from cloanto. (amiga forever)Or you try search the web. 3.1 Kickstart recommended.

Second: After that you need the image disk of the Amiga Operation system. You can buy it also... Os3.1 recommended. But winuae capable to emulate the 3.9 Amiga os too. (much better)

Only then you can use any program on it  (sas/c, vbbc etc.
to make your homework. (but also you need to have this apps, or try to find a freeware or sharware on aminet. There is a plenty on its site. www.aminet.net


Khmm... Which language do you programming?
Amiga 500: 68030@14MHz/68882@40MHz/ 5.5MB RAM/80MB HDD/Delfina FE Sound card/Kickstart 3.1/OS 3.1

Macmini 10,1 PPC 1.58GHz, 1GB Ram, 80GB HDD 5400rpm, Ati Radeon 9200/32MB, , MorphOs 3.1

PowerBook 15" PPC 1.67GHz, 2GB Ram, 250GB HDD, ATI 9700/128MB, MorphOS 3.1
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: Amiga programming...pls HELP!!!
« Reply #3 on: August 27, 2007, 06:56:37 PM »
http://www.amigaforever.com/ has all of the Kickstart ROM images for WinUAE and an install disk included with the higher-priced versions.  (The lower-priced version is just a download so only use it if you have good internet access.)
 

Offline KThunder

  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 1509
    • Show only replies by KThunder
Re: Amiga programming...pls HELP!!!
« Reply #4 on: August 27, 2007, 11:54:52 PM »
depending on what your project is and what your interest level is beyond the project you might want to check out AROS

aros is a modernish (currently work in progress) rewrite of the amiga 3.1 os in c and has been ported to several platforms.
 
work is needed on os functions, apps and other stuff like docs etc.
Oh yeah?!?
Well your stupid bit is set,
and its read only!
(my best geek putdown)
 

Offline NteliosTopic starter

  • Newbie
  • *
  • Join Date: Aug 2007
  • Posts: 4
    • Show only replies by Ntelios
Re: Amiga programming...pls HELP!!!
« Reply #5 on: September 25, 2007, 04:48:22 PM »
THanx everybody.I appreciated your help!