Need a Tut with images for the Stef Dev Kit ...

SGDK only sub forum

Moderator: Stef

Alex Khan
Very interested
Posts: 77
Joined: Thu Jan 07, 2010 9:51 am

Need a Tut with images for the Stef Dev Kit ...

Post by Alex Khan » Mon Jan 25, 2010 2:34 pm

Hi,

I was going over the Stef Dev Kit tutorial.

I am having trouble installing it with Code Blocks. Do you know if there is a Tut with the installation procedure with IMAGES !

I am ware of the Tut with IMAGES for the Eclipse IDE.

:shock:

Alex Khan
Very interested
Posts: 77
Joined: Thu Jan 07, 2010 9:51 am

Post by Alex Khan » Thu Feb 11, 2010 8:52 am

Anybody here with a Tut with images ???

Anybody ??? :oops:

Chilly Willy
Very interested
Posts: 2984
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy » Thu Feb 11, 2010 5:28 pm

Sorry, not aware of any for that. Where are you having trouble installing/using Stef's Devkit?

eteream
Very interested
Posts: 81
Joined: Tue Dec 22, 2009 2:13 pm

Post by eteream » Sat Feb 13, 2010 3:52 pm

viewtopic.php?p=2718

To find it fast, look for: "I integrated the mini dev kit in Code::Block IDE. "
Well, if you can-t see images, ask kindly to Stef.

By the way, do you really need an IDE? I can-t believe that a genesis program has enough code to be necessary. You can go with any editor, or use any other IDE that understand C and/or make files.

Alex Khan
Very interested
Posts: 77
Joined: Thu Jan 07, 2010 9:51 am

Post by Alex Khan » Mon Feb 15, 2010 8:53 am

Chilly I followed Stef's Tut on how to install the library.

But I am getting a boat load of errors when I compile. I gave up on it awhile back and switched to Basi.

Let me fire up Code Blocks again and see where I went wrong.

Eteream

Thanks went over that Tut you provided a few times still can't compile. Yes it makes programming easier.

By the way the new Higher Level Assembly Language is out on Webster how difficult would it be to learn higher Level Assembly and then program a Sega Game.

Which is the way it should be done I suppose :)

Chilly Willy
Very interested
Posts: 2984
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy » Mon Feb 15, 2010 7:14 pm

If you understand how makefiles work, there's really no reason to try to make the IDE do the work. Makefiles can be pretty simple. I just use a light and simple IDE (Geany) to edit the code and makefile, then run "make" in a terminal (Geany keeps a terminal in the message window, so that's one way to do it, or you can open a terminal as well).

I rather like Geany - it's light weight, it handles syntax coloring for a multitude of languages, it has its own terminal, and it's available for just about any platform. If you're on linux, Geany is generally in the repo. If you're on Windows, you'll find it here:
http://www.geany.org/Download/Releases

There's a version with gtk+ for Windows (required), or a version without gtk+ if you've already got it installed.

Alex Khan
Very interested
Posts: 77
Joined: Thu Jan 07, 2010 9:51 am

Post by Alex Khan » Wed Feb 17, 2010 8:21 am

CHILLY !

Okay I'm hooked!

I downloaded Geany it's got a really nice little Aladdin Icon :)

Chilly your saying I do not need to use the IDE at all.

I can integrate the Stef Dev Kit into Geany and produce .cpp files and then resto use Geany to link and make executable files out of the C files.

But what I don't understand ahouldn't the output of my .cpp files be in binary machine format in a Bin.

Then the emulator can run them ? :)

It's kind a cool having Genay ! But how do I unlock it's power ?

Alex Khan
Very interested
Posts: 77
Joined: Thu Jan 07, 2010 9:51 am

Post by Alex Khan » Wed Feb 17, 2010 8:24 am

Okay makefiles just compile code in projects into executable.

Okay that's kind a cool.

But how will that make me a legendary Sega Genesis Game programmer ? :(

Chilly Willy
Very interested
Posts: 2984
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy » Wed Feb 17, 2010 11:02 pm

It doesn't. Tools don't make the programmer, and never have. :lol:

Once you have the tools set up and working, look at the examples/demos/open source programs for examples of how to program the Genesis. From there, it's all up to you.
8)

Alex Khan
Very interested
Posts: 77
Joined: Thu Jan 07, 2010 9:51 am

Post by Alex Khan » Tue Mar 02, 2010 5:33 pm

I am heading over to your Neo Myth thread :)

ElBarto
Very interested
Posts: 160
Joined: Wed Dec 13, 2006 10:29 am
Contact:

Post by ElBarto » Tue Mar 02, 2010 8:46 pm

Can you change the size of your avatar ? (and maybe the avatar itself ....:P)

Flygon
Very interested
Posts: 60
Joined: Mon Sep 28, 2009 11:26 am
Contact:

Post by Flygon » Tue Mar 02, 2010 8:48 pm

ElBarto wrote:Can you change the size of your avatar ? (and maybe the avatar itself ....:P)
I PMed him a few minutes ago, don't worry about that...

I should probably change my avatar to something non-animated. :P

Alex Khan
Very interested
Posts: 77
Joined: Thu Jan 07, 2010 9:51 am

Post by Alex Khan » Thu Mar 04, 2010 5:31 am

Please provide me a tutorial on the Stef Dev Kit with images and I shall
reduce the size of my avatar. LOL!

Kidding ... What size is appropriate for this forums please tell me and I shall reduce the size of the avatar.

>>Change your avatar!

As far as the as changing my avatar are you jealous of my karate dolphin?
I need a Black Belt in Game Programming!

Shiru
Very interested
Posts: 786
Joined: Sat Apr 07, 2007 3:11 am
Location: Russia, Moscow
Contact:

Post by Shiru » Thu Mar 04, 2010 5:42 am

Alex Khan wrote:What size is appropriate for this forums please tell me and I shall reduce the size of the avatar.
Try to read the text in 'Avatar control panel' of your profile.

Alex Khan
Very interested
Posts: 77
Joined: Thu Jan 07, 2010 9:51 am

Post by Alex Khan » Thu Mar 04, 2010 6:21 am

Done Shiru! I was abusing the Avatar limit.

Because i found no limit. :(
I need a Black Belt in Game Programming!

Post Reply