Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
152 user(s) are online (13 user(s) are browsing News)

Members: 1
Guests: 151

beworld, more...

Headlines


Recent Replied Topics
Publications : Spot's Porting for Dummies 2.0 LITE released!
Posted by spotUP on 2009/4/28 22:37:48 (2157 reads) News by the same author
Publications

After two long years... It's ready...

Fresh from Spot's bedroom - Spot's Porting for Dummies 2.0 LITE!
Have a go at porting, if i can do it without coding skills, YOU can do it!
Read the history for a detailed list of changes.



Download here!

WHY SHOULD I READ THIS? I CAN'T CODE!

Well, the sad fact is that, neither can I! :) I am just a stubborn geezer!
And look at me now... 600+ uploads to http://os4depot.net compiling
multiplatform stuff for AmigaOS 4.0 isn't THAT hard, c'mon! If I can do it,
you can do it too! You'll jump up and down screaming when you manage to
compile your first SDL app, I did! To my defence I have to say that I had
to figure out a lot of the process the hard way! :P

I NEED HELP

Noticed 'LITE' in the description?
Spot's Porting for Dummies has evolved. It now includes scripts and aliases
for rapid porting. That means it needs an installer, as some scripts needs
to be modified. So if you are good at writing Amiga Installer scripts, and want
to help out, please, please contact me.
/Spot

HISTORY
=======

Version 2.0

Further fixes.
Release!

Version 1.9.13

Clean up's. Preparing for release.

Version 1.9.12

Added a common error.

Version 1.9.11

Added a common error.

Version 1.9.10

Added a common error.

Version 1.9.9

Added some common errors.
Various small changes.

Version 1.9.8

Added a common error.

Version 1.9.7

Added a new chapter: Cross Compile Configures
Added a new chapter: LValue Problems
Added a new chapter: Linking problems
Added more common errors.

Version 1.9.6

Blacky / Stardust proof read the guide and added some additional
comments. Mega thanx!

Version 1.9.5

Added a common error on how to fix stuttering audio.
Added some better define examples.
Added some more info to the crash on exit fixing part.
Added a new chapter 'Adding a library check'

Version 1.9.4

Turned it into an AmigaGuide document.
Removed the chapter about amiupdate, as it's available on the
AmiUpdate page anyway. Less is more!

Version 1.9.3

General clean up. Getting ready for release!

Version 1.9.2

Reorganised the guide a little.
Added icons by Mason.
Added shell scripts to make porting faster, and easier.
Added an installer script.
Added AmiUpdate supprt.
Added two new errors.
Removed the Quick Reference, as there are shell scripts for these now.
Removed clib2 from the guide, as it was bloating it, once you know how
to handle newlib, clib2 will be easy to use if you need it.

Version 1.9.2

Added a common error.

Version 1.9.1

Added a common error.

Version 1.9.0

Nuked Clib2 from the quick reference guide as it's not updated as frequently
as newlib and it lacks support for shared objects.
Added MiniGL and dynamic linklib info to the quick reference section.
Removed the --enable-shared, -shared, -use-dynld and -fpic flags,
if your SDK is too old to handle shared objects.
Added a sollution that works for some ports that crashes on exit. Thanx
Varthall!
Added a new tip on how to strip dynamically linked exe's, thanx xeron.

Version 1.8.9

Added a common error

Version 1.8.8

Added some common errors

Version 1.8.8

Added a not so common error

Version 1.8.7

Added a not so common error

Version 1.8.6

Added a new chapter, How to add music to your SDL app.
Thanx to Slut Nancy / bAH for submitting this chapter.

Version 1.8.5

Added three new common errors.
Cleaned up the essential tools chapter.

Version 1.8.4

Added GREP, YACC and AWK to the essential tools section.

Version 1.8.3

Added three common errors

Version 1.8.3

Added a not so common error

Version 1.8.2

Added a common configure error/solution.

Version 1.8.1

Added a section on how to make small executeables to 'Tips & Trix'
Added a section on how to set a minimum stack cookie to your executeables to
'Tips & Trix'
Thanx to Joerg for these tips. Much appreciated.

Version 1.8.0

Minor tweaks to the clib2 configure lines.

Version 1.7.9

Removed __USE_INLINE__ from the configure lines, as they ain't used very
much when porting, and could cause problems when configuring sometimes.
Minor tweaks.

Version 1.7.8

Added a new common error.

Version 1.7.7

Added a new common error.

Version 1.7.6

Added a new not so common error, thanx to Zerohero for the help with the
solution!

Version 1.7.5

Added a new (advanced) chapter written by Rigo, on how to deal with
AmiUpdate.
Thanx for letting me use it Rigo!

Version 1.7.4

Minor tweaks to the configure lines.

Version 1.7.3

Added a new error and a solution submitted by Blacky_Stardust. Thanx a lot
man!

Version 1.7.2

Added a tip on how to add AmigaOS version strings to your exes to the tips
and tricks chapter.

Version 1.7.1

Added configure lines finetuned for SDL projects to the quick reference
section.
Thid should help newbies get rid of linking errors and save me from wasting
time on makefile editing.
Dunno why I didn't do this before.
Cleaned up the Quick Reference guide, I hope it is much clearer now.

Version 1.7.0

Added -ltiff to the CFLAGS, as my latest compile of SDL_Image needs and
supports it.

Version 1.6.9

Added a new common error to chapter 07.

Version 1.6.8

Added some URL's to the 'What to Port' chapter.

Version 1.6.7

Added a really weird 'not so common error' that costed me some hair! Grrr!

Version 1.6.6

Added a new subchapter 'Newlib or Clib2?'
Added some clarifications to the quick references. Thanx to Lio for the
feedback!
Added some new stuff to 'Tips and Tricks'
Added a 'not so common error'

Version 1.6.5

Added a new 'not so common error'

Version 1.6.4

Added a new chapter 'Compiling SDL/GL apps'
Added a new tip to the 'Common errors that can occur when configuring'
chapter.

Version 1.6.3

Added a new chapter: 'Converting a Windows makefile into an AmigaOS makefile'


Version 1.6.2

Extended the common error section with a small guide on how to find
out what header is missing.

Version 1.6.1

Misc small changes and additional info 'backported' from the AROS 'port'
of this guide.

Version 1.6.0

Added a guide on how to make GUI's using Emperor.
Added lots of small things that I can't remember.

Version 1.5.3

Added a tip on Fullscreen modes in SDL apps/games. Thanks Lio.
Added some quick references related to Allegro compiling. Woooot? Already? ;)

Version 1.5.2

Corrected some small things related to SDL_Mixer

Version 1.5.1

Added SVN to tips and tricks

Version 1.5

Fixed a typo. I had writen -lpng -lpng, when it should be -lpng -ljpeg.
Thanx to Raziel for the report.

Added a new chapter: History
Added a new chapter: Getting your SDK up to date
Added a new chapter: The basics
Added a new chapter: Configuring linklibs
Added a new chapter: Quick Reference
Added more common errors
Defines section updated
Common errors section updated
Corrections to the configure lines. Thanx HNL!
Corrections to the example makefile. Thanx Booger!
A lot of small changes that I can't remember.
Corrected the cygnix config line.


Printer friendly page Send this story to a friend
The comments are owned by the author. We aren't responsible for their content.
Author Thread
MetalJoe
Published: 2009/4/28 22:57  Updated: 2009/4/28 22:57
Just popping in
Joined: 10/12/2008
From: Milton Keynes
Comments: 51
 Re: Spot's Porting for Dummies 2.0 LITE released!
Nice one - cheers!
nubechecorre
Published: 2009/4/28 23:38  Updated: 2009/4/28 23:38
Just can't stay away
Joined: 11/24/2006
From: Sanremo
Comments: 1883
 Re: Spot's Porting for Dummies 2.0 LITE released!
Thanks
Slayer
Published: 2009/4/29 3:44  Updated: 2009/4/29 3:44
Quite a regular
Joined: 03/11/2008
From: Dunedin, New Zealand
Comments: 868
 Re: Spot's Porting for Dummies 2.0 LITE released!
Very Good Job!

lets make Spot proud of us and get something ported now!
spotUP
Published: 2009/4/29 9:58  Updated: 2009/4/29 9:58
Just can't stay away
Joined: 11/26/2006
From:
Comments: 1484
 Re: Spot's Porting for Dummies 2.0 LITE released!
yes, please do! :)
Raziel
Published: 2009/4/29 18:25  Updated: 2009/4/29 18:25
Home away from home
Joined: 11/26/2006
From: a dying planet
Comments: 5402
 Re: Spot's Porting for Dummies 2.0 LITE released!
Thanks a lot, spotster

Great work and very much appreciated
Chris
Published: 2009/4/29 22:57  Updated: 2009/4/29 22:57
Amigans Defender
Joined: 11/17/2006
From: England
Comments: 3361
 Re: Spot's Porting for Dummies 2.0 LITE released!
@Spot

I've just noticed the bit about Installer - what do you need?
spotUP
Published: 2009/4/29 23:44  Updated: 2009/4/29 23:44
Just can't stay away
Joined: 11/26/2006
From:
Comments: 1484
 Re: Spot's Porting for Dummies 2.0 LITE released!
chris, could you email me? then i'll explain in detal. spotup at gmail dot com.

but briefly it needs to write some stuff to shell startup and add some abc-shell variables.
and it needs to see if it has written to those before, and if it has, then do nothing.

rigo has already helped me with a basic installer, so it just needs to be enhanced a bit.
General
Site sponsors
Advertise Here

Site statistics
Registered members
  1671
Logged in last:
  24 hours, 64
  7 days, 127
  30 days, 174

Top Posters
1 kas1e
kas1e 8940
2 Raziel
Raziel 5402
3 LiveForIt
LiveForIt 3771
4 samo79
samo79 3750
5 ChrisH
ChrisH 3582
6 Chris
Chris 3361
7 orgin
orgin 3266
8 328gts
328gts 3014
9 Hans
Hans 2659
10 Antique
Antique 2613

New Members
kishigo
kishigo 03/25/2024
amigait
amigait 03/21/2024
fordprefect
fordprefect 03/06/2024
brufnus
brufnus 02/21/2024
Sugo77
Sugo77 02/11/2024
tomkrk78
tomkrk78 02/01/2024
Radar103
Radar103 01/28/2024
alanb
alanb 01/21/2024
Calab
Calab 01/20/2024
nikitas
nikitas 01/15/2024


Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project