QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

Little help

This is a discussion on Little help within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Ok i have cygwin and toolchain and i finished a small C++ project. Now im just lost on how to ...

Reply
 
LinkBack Thread Tools
Old 07-11-2007, 04:40 PM   #1
 
Darkhunter's Avatar
 
Join Date: May 2006
Location: Quebec, Canada
Posts: 476
Trader Feedback: 0
Default Little help

Ok i have cygwin and toolchain and i finished a small C++ project.

Now im just lost on how to compile it to and eboot to run on 1.5

Who ever helps me will get a small donation
__________________
[U][URL="http://www.speedtest.net"][/URL][URL="http://www.speedtest.net/"][IMG]http://img459.imageshack.us/img459/5021/darkhuntercopyrz9jx4.png[/IMG][/URL][/U]
Darkhunter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-11-2007, 04:41 PM   #2

Developer
 
Mr305's Avatar
 
Join Date: Nov 2006
Posts: 1,521
Trader Feedback: 0
Default

type 'make' in cygwin. Now gimme dat!
Mr305 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-11-2007, 04:44 PM   #3
banned 4 LIFE
 
Join Date: Apr 2007
Location: Jupiter
Posts: 3
Trader Feedback: 0
Default

and kxploit it
explosions is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-11-2007, 04:44 PM   #4
 
Darkhunter's Avatar
 
Join Date: May 2006
Location: Quebec, Canada
Posts: 476
Trader Feedback: 0
Default

Quote:
Originally Posted by Mr305
type 'make' in cygwin. Now gimme dat!
but i made my project in dev c++ and i have a .c++
__________________
[U][URL="http://www.speedtest.net"][/URL][URL="http://www.speedtest.net/"][IMG]http://img459.imageshack.us/img459/5021/darkhuntercopyrz9jx4.png[/IMG][/URL][/U]
Darkhunter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-11-2007, 04:47 PM   #5

Developer
 
Mr305's Avatar
 
Join Date: Nov 2006
Posts: 1,521
Trader Feedback: 0
Default

type 'cd dir' to navg to ur proj folder. then 'make kxploit'. its easier alt.
Mr305 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-11-2007, 04:53 PM   #6
 
Darkhunter's Avatar
 
Join Date: May 2006
Location: Quebec, Canada
Posts: 476
Trader Feedback: 0
Default

Quote:
Originally Posted by Mr305
type 'cd dir' to navg to ur proj folder. then 'make kxploit'. its easier alt.
Ok sorry for being a Noob at this but i dont understand

my project is at c:/mypsp/test.c++
__________________
[U][URL="http://www.speedtest.net"][/URL][URL="http://www.speedtest.net/"][IMG]http://img459.imageshack.us/img459/5021/darkhuntercopyrz9jx4.png[/IMG][/URL][/U]
Darkhunter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-11-2007, 05:11 PM   #7
 
PSPJunkie_'s Avatar
 
Join Date: Dec 2006
Location: main();
Posts: 1,071
Trader Feedback: 0
Default

First off, it should be 'test.cpp'.

Then you need to make a makefile.

Code:
TARGET = test
OBJS = ./test.o

INCDIR =
CFLAGS = -g -G0 -Wall
CXXFLAGS = -g $(CFLAGS) -fno-exceptions -fno-rtti -Wpointer-arith 
ASFLAGS = -c $(CFLAGS)

LIBDIR = 
LDFLAGS =
#-lstdc++ for C++
LIBS= -lstdc++

EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = teste

PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak
Save the makefile using a text editor, with no extension into the directory of your project as 'makefile'. If it forces you to use an extension, it's okay.

In cygwin, type 'cd C:/mypsp/' then type 'make kxploit' and you should be good. If it forced you to use an extension for makefile, type 'make -f makefile.extension_type kxploit' (where .extension_type is the forced extension), instead of 'make kxploit'.

I don't want points.
__________________
YEAH!

[center][COLOR="DimGray"][SIZE="2"][FONT="Times New Roman"]Julius Parishy
[[URL="http://jparishy.com"]Homepage[/URL]][/FONT][/COLOR]

Affiliates:
[url=http://xfacter.jparishy.com/]Xfacter[/url] | [url=http://flatmush.jparishy.com/]Flatmush[/url] | [url=http://yaustar.jparishy.com/]Yaustar[/url]

[url=http://jparishy.com/wp/source-code/]Soure Code[/url]

[/center]
[/size]
PSPJunkie_ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 09:48 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us