OpenHandhelds File Archive
Latest FilesLatest Files
AfterBurner 12/10/16
Space 52 (for Open2X fir... 21/09/16
Space 52 (for official f... 21/09/16
Boomshine2x (Java) 20/11/15
Pipes v2.1 11/08/15
AlexKidd2X v0.6.4u 29/05/15
PocketSNES v7.2.1 28/05/15
Coppergreen 18/02/15
Adamant Armor Affection ... 22/01/15
Cherry Candy Raep Gaiden 21/01/15
Lolicopocalypse 20/01/15
Snatcher Skin 06/03/14
Earthbound Skin for GMen... 06/03/14
Flappy Nerd 03/03/14
megazeux 29/08/13
Chicken Puyopuyo (Alpha ... 05/03/13
Chalcogens 29/11/12
Masteries Runners 26/11/12
Tyropite 25/11/12
GP2X System Tools 25/10/12
Flow 13/10/12
GP2X Hardware Library 11/09/12
1897 (Invention of the C... 29/08/12
Once upon a Time in the ... 26/08/12
Marte Necesita Vacas 18/08/12
Wiztern Demo (Bang!-like... 12/07/12
Wind and Water (Full Gam... 12/07/12
Firewhip (Full Game) 12/07/12
MazezaM 05/06/12
Sqrxz 3 - Adventure for ... 17/03/12
Ultratumba 08/03/12
La Escoba 08/03/12
EXP for GP2X 08/03/12
Bermuda Syndrome 06/03/12
Starship Soldier 04/03/12
Liquid Counter 04/03/12
Rookie Hero (EXP Version... 20/02/12
Puzzletube for the origi... 22/01/12
Puzzletube 20/01/12
Wizznic 0.9.9 05/01/12
Poutine 28/11/11
DJVU2X 29/10/11
Angband2x 28/10/11
Chess2X source code 17/08/11
Chess2X 17/08/11
Batiscafo 17/08/11
Rock Rain 2 17/08/11
Panta VS Dragon: El teso... 25/07/11
Pure 19/07/11
Geek 'em up 13/07/11

 File Info  Browsing as Guest 
Home : gp2x - Games : Games - Freeware : Arcade : 170 Files 515.64 MB
  Gp2x Code::blocks Pre-configured Sdk
================================================================================
GP2X Code::Blocks complete development setup RC 7
By Steven Yau (NSI Installer by Pickle)
Email yaustar_8p@yahoo.co.uk / pickle136@sbcglobal.net
================================================================================
> What is this?
- This is a complete development environmet for GP2X development as a complate
preconfigured package as many people are still having trouble setting up the
toolchain, IDE, etc from the Wiki.

> What is included?
- Code::Blocks IDE nightly build (10 Aug 2007): https://www.codeblocks.org/
- MinGW compiler: https://www.mingw.org/
- SDL libraries: https://www.libsdl.org/
- Octoate's DevkitGP2x SDK (6 March 2006):
https://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,14,1362
+ Guyfawke updated SDL libraries (21 October 2006):
https://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,19,1875
- Guyfawkes SDL test: https://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,46,1047
[Modified by me with Code::Blocks project setup and PC build]
- SDL template project by myself based from Lazy Foo's tutorials
https://lazyfoo.net/SDL_tutorials/index.php

> What isn't included?
- A warranty. You run this setup at your own risk. I am not to blame if anything
goes wrong with the PC, GP2X or anything as a result of the use of these
programs.

- Personal support. Please do not PM me for extra help in setting this up. Post
in the release threads and I will do my best to get round to you. This stops the
same problem being sent to me dozens of times.

GP2X Codeblocks Devkit Installation Instructions
------------------------------------------------
Note: This package only supports the default installation option. If you choose to install this anywhere
other then the default location it is assumed you know enough to correct any settings that depend on the
installation path.

Step 1: Download the latest Codeblock IDE (https://www.codeblocks.org/downloads/binaries)
At the time of this release "codeblocks-8.02mingw-setup.exe" is the latest.
Step 2: Rename the file "codeblocks-mingw-setup.exe" and place in the same location as GP2X "CodeBlocks SDK.exe"
Step 3: Run "GP2X CodeBlocks SDK.exe" using the default options
(During the installation answer NO when it asks to load codeblocks)
Step 4: (optional) To test the installation open the SDL_Test project and attempt to compile for windows and GP2X.

UNINSTALL:
There is a uninstall for the entire package including the code::blocks. Use it and
not the code::blocks uninstaller. Be aware everything under the installation folder
will be removed. So backup whatever you want to keep.

> Extra notes on the folders
- SDL Test: This contains a modified version of Guyfawkes SDL test code. The
project can buld either the PC or the GP2X version. The execuatables are built
to the built sub directory.

- GP2X Template
- This is a simple Hello world template that you can copy the entire directory
to start a brand new project. It has been preconfigured for 3 bulid targets:
- PC Debug: You main development build
- PC Release: Optimised build to release to peers/users
- DevKitGP2x GPL Release: Optimised build for GP2X platform using the
DevkitGP2x SDK and GPLed SDL_mixer library
- DevKitGP2x LGPL Release: Optimised build for GP2X platform using the
DevkitGP2x SDK and LGPLed SDL_mixer library

- The executables are built to the built sub directory.

- You can change all the settings, output file names etc in Project->Properties.

> LGPL and GPL issues
- *IMPORTANT*
- DevKitGP2x GPL libmad with SDL_mixer for faster MP3 playback. This means that
if you use the DevKitGP2X SDK and SDL_mixer for ANY audio playback, your program
MUST be under GPL since the SDL_mixer has included libmad headers in the library
binary.
- DevKitGP2x LGPL uses libsmpeg with SDL_mixer that uses floats for MP3 playback which
means that LGPL is applied as standard.

> Extra notes on running the PC build from the IDE
- Use F8 (Debug->Start), this runs the exe via the debugger and uses the DLLs
from the bin directory in MinGW. If you use F9 or Ctrl+F10 (Build->Build/Run),
it will try to find the DLLs in the working folder which is set in
Project->Properties.

- If you want to run the exe as a separate application (i.e. double clicking on
the exe), then you need to put the SDL DLLs in the same directory as the exe.
They can be in the C:\MinGW\bin directory:
- mingwm10.dll
- SDL.dll
- SDL_image.dll
- SDL_mixer.dll
- SDL_ttf.dll
- SDLgfx.dll
- smpeg.dll
- zlib1.dll
- jpeg.dll
- libfreetype-6.dll
- libogg-0.dll
- libpng12-0.dll
- libtiff-3.dll
- libvorbis-0.dll
- libvorbisfile-3.dll

> Known issues
- On the LGPL/Open2x build target, sound playback doesn't work. Currently
finding out why.

> Shoutouts
- The entire GP2X development community (too many names ;)

================================================================================
RC7 17 May 2008
================================================================================
> What has been added/changed?
Added a NSI installer package by Pickle

================================================================================
RC6 29 Feb 2008
================================================================================
> What has been added/changed?
- Using latest stable Code::Blocks 8.02
- Todo: Write a proper installer package for this.

================================================================================
RC 5 29 Aug 2007
================================================================================
> What has been added/changed?
- Fixed template to output the right file type on LGP.
- Removed Open2x due to difficulty with SDL_mixer.
- Made a SDL LGPL version of DevKitGP2X by creating a second lib folder.

================================================================================
RC 4 20 Aug 2007
================================================================================
> What has been added/changed?
- Added both DevkitGP2x (GPL) SDK and Open2X (LGPL)
- Hopefully Vista support
- Configured the SDL test and template to use both compiles as separate build
targets.

================================================================================
RC 3 18 Aug 2007
================================================================================
> What has been added/changed?
- Updated the SDL libraries for Open2x

================================================================================
RC 2 16 Aug 2007
================================================================================
> What has been added/changed?
- GDB 6.6 has been installed over 6.3

================================================================================
RC 1 16 Aug 2007
================================================================================
> What has been added/changed?
- Everything, it is the first version :)
 
Name: GP2X CodeBlocks SDK RC7.zip
Date: 18/05/2008
Size: 29.38 MB
Version: Rc7
Author: yaustar + various
Website: https://parabellumgames.no-ip.org/
Downloads: 6,143
Sourcecode URL:
Licence: None
avatar32_lin.gif
 
Operating Systems: gp2x F100

Connection Download Time
56k Modem 1 hours, 48 mins
128k ISDN 37 mins, 66 secs
256k Cable/DSL 18 mins, 13 secs
512k Cable/DSL 9 mins, 42 secs
1mbit Link 4 mins, 66 secs
 
Download
 
Please note: The comment section is NOT intended to ask for help. Please use the I need Help-Section at the boards.
 7 Comments
 
 
%%COMMENTFORM%%
 

 Login
Username:  Password:  Remember me! 

Powered by CFiles 2.0-b10
Copyright © 2002-2003 Carrick Information Technologies
Most DownloadsMost Downloads
Rndis Drivers Pack for w... 130,574
Arcade: MAMEGP2x 124,436
GP2X User Guide 49,967
NeoGeo: GNGeo2x 46,702
GameBoy Advance: gpSP 43,177
Arcade: MAME4ALL 40,425
Genesis: DrMDx 39,737
Genesis / MegaCD: PicoDr... 37,069
SNES: PocketSNES 36,981
SNES: SquidgeSNES 28,536
Duke3D 26,581
Quake I 26,221
gp2x SDL Libraries 22,289
Firmware 2.0.0 21,608
GMenu2x 20,453
MP2X 20,428
NES: GPFCE 20,408
GameBoy: GnuBoy 20,398
NeoGeo: Rage2X (GNGeo Fr... 19,622
Amiga: uae4allgp2x 18,615
MAMEGP2x Sources 17,994
Arcade: MAME4ALL - Sampl... 17,315
SNES: SNES9x 16,876
Arcade: cps2emu test ver... 16,810
PCEngine: GP2XEngine 16,495
CPU/LCD-Tweaker 15,650
Cave Story ~ Doukutsu Mo... 15,589
Linux-USB Ethernet/RNDIS... 15,124
SuperTux 14,647
GameBoy Advance: vba2x-r 13,544
FBA Cache 13,401
GP2xTRA - issue #01 13,227
Firmware 4.0.0 for F100 13,137
SMS / GG: Alexkidd2x 12,919
Commodore Machines: Vice... 12,840
Firmware 2.1.1 12,757
Super Maryo Chronicles 12,703
gp2x - PSP - NDS Video C... 12,665
Arcade: MAME4ALL - Artwo... 12,592
PC-Engine: HU6280 PC-Eng... 12,079
Atari ST: OutcaST / CaST... 11,902
NeoGeo CD: NeoCD2X 11,846
Egoboo2x 11,569
Full Devkit 2006/03/06 11,566
PDFView 11,175
C64: Frodo2x 11,041
Firmware 1.4.0 11,025
TTD2X: Transport Tycoon ... 10,327
Firmware 3.0.0 10,151
Arcade: FBA2X - FinalBur... 10,066

Theme Design By Carrick Information Technologies