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 Homebrew and Hacks Discussion
The above video goes away if you are a member and logged in, so log in now!

Do I have to use CYGWIN to make homebrew

This is a discussion on Do I have to use CYGWIN to make homebrew within the PSP Homebrew and Hacks Discussion forums, part of the PSP Development, Hacks, and Homebrew category; I know that most homebrew if not created w/ Lua or Flash is written in C++ so I was woundering ...

Reply
 
LinkBack Thread Tools
Old 11-02-2006, 02:37 PM   #1
 
pspman16's Avatar
 
Join Date: Sep 2006
Location: Fargo, ND
Posts: 58
Trader Feedback: 0
Default Do I have to use CYGWIN to make homebrew

I know that most homebrew if not created w/ Lua or Flash is written in C++ so I was woundering if I can use Microsoft Visual C++ for homebrew development instead of CYGWIN
pspman16 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-02-2006, 02:50 PM   #2
 
Captain Clordio's Avatar
 
Join Date: Apr 2006
Posts: 546
Trader Feedback: 0
Default

I'm pretty sure as long as you have the proper libs you're good to go, but that's just me talkin'.
__________________
[CENTER][IMG]http://i14.photobucket.com/albums/a333/igalsfy/397bgBlack.jpg[/IMG][/CENTER]
Captain Clordio is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-02-2006, 02:51 PM   #3
No longer a community member.
 
Join Date: Dec 2005
Posts: 22
Trader Feedback: 0
Default

You can always compile it in Linux, eliminating the need to use cygwin.
Hardrive is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-02-2006, 02:53 PM   #4
 
F.T.P.'s Avatar
 
Join Date: Feb 2006
Location: Arkhangelsk, Russia
Posts: 21
Trader Feedback: 0
Default

You can write your code in whatever you want, but cygwin is what compiles your program into an eboot.pbp so that the psp can read it.

So ya, your gunna have to use it, however, there is another way compile an eboot without cygwin. There should be a guide on it in the development section i think.

Also, cygwin is just like a linux command prompt emulator, so you actualy should be able to compile without it if you already have a linux.

EDIT: Heres a link to the tut on compiling without cygwin.
http://forums.qj.net/f-psp-developme...win-48084.html
F.T.P. is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-04-2006, 07:55 AM   #5
 
pspcoder05's Avatar
 
Join Date: Sep 2006
Posts: 167
Trader Feedback: 0
Default

You can use any IDE ,
you just have to stick with some new libs ,
install them then run the code.
Am sure it will compile.
But installing is the point.
pspcoder05 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-04-2006, 08:01 AM   #6
 
 
Join Date: Jul 2005
Location: Brampton
Posts: 631
Trader Feedback: 0
Default

but to be honest using cgywin is the easiest to use. There are lots of tuts on installing and using it. I use Editplus to do the coding in. I do php as well. Then I just load up cygwin type "cd projects" then "cd testprogram" then "make clean" then "make kxploit" then copy the files to my 1.5 psp.
__________________
[CENTER]You can hyperlink quotes and the whole box will be a link:
[URL=http://forums.qj.net/showthread.php?t=35215][COLOR=DarkRed][QUOTE=ANTONIO_424][CENTER][COLOR=DarkRed]Go for it, and remember, video tape every moment...........I gotta see this :D[/COLOR][/CENTER][/QUOTE][/COLOR][/URL][SIZE=1][B][U][URL=http://forums.qj.net/showthread.php?t=65979]A Ultimate QJ FAQ[/URL][/U][/B]-[B][U][URL=http://forums.qj.net/search.php?do=finduser&u=13500]Topics I'm in[/URL][/U][/B]-[B][U][URL=http://forums.qj.net/f-psp-development-forum-11/t-pps-game-66613.html]My qj game topic[/URL][/U][/B]-[B][U][URL=http://www.psp-programming.com/dev-forum/viewtopic.php?t=962]My psp-prog topic[/URL][/U][/B]-[B][U][URL=http://files.pspupdates.qj.net/cgi-bin/cfiles.cgi]Old QJ Download site[/URL][/U][/B]-[B][U][URL=http://forums.qj.net/showthread.php?t=46926]Only ISO topic[/URL][/U][/B][/SIZE]
"You stayed up all night trying to make your psp crash? LOLOL!!" - my brother
My PSN name is "icantthinkofone".[/CENTER]
lord pip is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-04-2006, 11:46 AM   #7
 
Join Date: Sep 2006
Location: Santa Cruz, CA
Posts: 1,529
Trader Feedback: 0
Default

Either use Cygwin or you can just simply include the libraries from the PSP SDK in your projects. It doesn't have to be Cygwin entirely... any compiler would do. You may have to do some configurations in some compilers, though.
__________________
[FONT="Tahoma"][SIZE="2"][B]Current status: testing random games.[/B][/SIZE][/FONT]
RunawayPrisoner is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-09-2006, 01:12 PM   #8

Developer
 
Join Date: Jul 2006
Posts: 262
Trader Feedback: 0
Default

I think there is a tutorial about using Dev-Cpp with the toolchain. Dev-Cpp is a free IDE from bloodshed.net

I don't know any to the tutorial but I've seen it somewhere.

Personally I like using openSUSE 10.1 + gEdit + bash + psptoolchain to make homebrew.
__________________
http://openpandora.org/
the_darkside_986 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
cygwin , homebrew , 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 04:13 PM.



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