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!

Make an EBOOT, help!

This is a discussion on Make an EBOOT, help! within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hello. Is there any way by making an EBOOT WITHOUT Cygwin and psptoolchain? Please give me an link, or attatch ...

Reply
 
LinkBack Thread Tools
Old 08-08-2007, 01:11 AM   #1
 
Tostoo's Avatar
 
Join Date: Jan 2007
Location: Norway
Posts: 175
Trader Feedback: 0
Default Make an EBOOT, help!

Hello.

Is there any way by making an EBOOT WITHOUT Cygwin and psptoolchain?

Please give me an link, or attatch the current program, if there is any.
Tostoo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 01:41 AM   #2

Developer
 
yaustar's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 2,316
Trader Feedback: 0
Default

From source or ELF?

If ELF, you just need a couple of .exes from the bin directory of the toolchain.

If from source, you can't do it without a toolchain whether it be cygwin, DevkitPSP, PSPdev or anything else.
yaustar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 01:53 AM   #3
 
myschoo's Avatar
 
Join Date: Jul 2006
Location: Middle Europe
Posts: 1,281
Trader Feedback: 0
Default

http://xorloser.com/PSPDevWin32.zip
__________________
[CENTER][SIZE="1"][1 Year QJ Member]
[COLOR="Sienna"][LUA Coder and C Learner][/COLOR]
[URL="http://dl.qj.net/Ball-Revamped-Clone-v.1-PSP-Homebrew-Games/pg/12/fid/15231/catid/195"] [COLOR="SlateGray"][Ball Revamped Clone v0.1][/COLOR] [/URL]
[URL="http://dl.qj.net/Phil-s-Shooting-Range-v0.3-PSP-Homebrew-Games/pg/12/fid/11542/catid/194"] [COLOR="SlateGray"][Phil's Shooting Range v0.3][/COLOR] [/URL]
[URL="http://dl.qj.net/Organization-Apps/pg/12/fid/14248/catid/190"][COLOR="SlateGray"][HideFile PRX v2][/COLOR][/URL]
[URL="http://dl.qj.net/SSR-PRX-v1.1-PSP-Homebrew-Applications/pg/12/fid/14725/catid/151"][COLOR="SlateGray"][SSR PRX v1.1][/COLOR][/URL] [/SIZE][/CENTER]
myschoo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 02:08 AM   #4

Developer
 
yaustar's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 2,316
Trader Feedback: 0
Default

Quote:
Originally Posted by myschoo
Don't use that, it is really out of date. Download DevKitPro instead.
yaustar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 03:43 AM   #5
Banned for LIFE
 
Join Date: Oct 2006
Location: East London, England
Posts: 2
Trader Feedback: 0
Default

even i dont know how to use devkitpro properly so he would be really confused. OR maybe im just a moron
eldiablov is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 04:07 AM   #6

Developer
 
yaustar's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 2,316
Trader Feedback: 0
Default

Grab the install program.
Run it.
Tick PSP library/SDK/whatever.
Click install/run/next.
DevkirPro will download the SDK.
After the install has finished, run msys shell from the Start menu. That is the equivalent of running the shell with cygwin.
yaustar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 04:10 AM   #7
Banned for LIFE
 
Join Date: Oct 2006
Location: East London, England
Posts: 2
Trader Feedback: 0
Default

and then when compiling something i get awful errors. Nvm ill try installing it again.
eldiablov is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 04:58 AM   #8

Developer
 
yaustar's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 2,316
Trader Feedback: 0
Default

Quote:
Originally Posted by eldiablov
and then when compiling something i get awful errors. Nvm ill try installing it again.
Try some of the SDK examples, they should work fine. Remember that PSPDev and DevkitPSP don't come with libraries like libpng, zklib etc.
yaustar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 06:27 AM   #9
Banned for LIFE
 
Join Date: Oct 2006
Location: East London, England
Posts: 2
Trader Feedback: 0
Default

nope they say something about lib.mak

I tried compiling the controller example
eldiablov is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 06:30 AM   #10

Developer
 
yaustar's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 2,316
Trader Feedback: 0
Default

It sounds like the paths are not setup correctly. Just trying it now myself.
-= Double Post =-
Admittedly, I never used msys to compile with DevKitPSP (always used an IDE setup) so I am not sure what you need to do to fix it. It does look like the paths are missing for the lib's and header files.

Last edited by yaustar; 08-08-2007 at 06:52 AM.. Reason: Automerged Doublepost
yaustar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-08-2007, 07:44 AM   #11
 
Join Date: Aug 2007
Location: Stockholm, Sweden
Posts: 40
Trader Feedback: 0
Default

What about CSP Dev Studio? How do I use it to creatte an EBOOT? It says it generates the EBOOT, but where? I haven't modified anything in the settings.
jobro is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
eboot , make

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 06:34 AM.



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