forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CYGWIN1.dll

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
colourcode



Joined: 08 Jun 2009
Posts: 19

PostPosted: Tue Jun 09, 2009 4:02 am    Post subject: CYGWIN1.dll Reply with quote

IM VERY SORRY to keep spamming you all but i really want to learn this. Does anyone know where i can get the CYGWIN1.dll file from?

THanks for your time-COLOURCODE
_________________
PSP Coding total n00b Please Help!!!!!!!!
Back to top
View user's profile Send private message
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Tue Jun 09, 2009 4:14 am    Post subject: Re: CYGWIN1.dll Reply with quote

colourcode wrote:
IM VERY SORRY to keep spamming you all but i really want to learn this. Does anyone know where i can get the CYGWIN1.dll file from?

THanks for your time-COLOURCODE


Don use cygwin

Install minpspw
http://downloads.sourceforge.net/minpspw/pspsdk-setup-0.9.3.exe
_________________
Code:
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Back to top
View user's profile Send private message
colourcode



Joined: 08 Jun 2009
Posts: 19

PostPosted: Tue Jun 09, 2009 4:20 am    Post subject: Reply with quote

http://www.dcemu.co.uk/vbulletin/showthread.php?t=25564&highlight=compiler&page=2 thats what ive done :/
_________________
PSP Coding total n00b Please Help!!!!!!!!
Back to top
View user's profile Send private message
Jim



Joined: 02 Jul 2005
Posts: 487
Location: Sydney

PostPosted: Tue Jun 09, 2009 8:07 am    Post subject: Reply with quote

Remove your failed cygwin install completely and delete it from the path.
Jim
_________________
http://www.dbfinteractive.com
Back to top
View user's profile Send private message Visit poster's website
colourcode



Joined: 08 Jun 2009
Posts: 19

PostPosted: Wed Jun 10, 2009 12:34 am    Post subject: Reply with quote

LOL i have that link you sent for minisdk or whatever and it looks very useful with all those bits of code there for you for different psp functions, but i dont see how you can use them as there is no function for putting them into an eboot???????? please help :D
_________________
PSP Coding total n00b Please Help!!!!!!!!
Back to top
View user's profile Send private message
m0skit0



Joined: 02 Jun 2009
Posts: 226

PostPosted: Wed Jun 10, 2009 12:42 am    Post subject: Reply with quote

psp-gcc from pspsdk converts your code to PBP
_________________
The Incredible Bill Gates wrote:
The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers.
Back to top
View user's profile Send private message
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Wed Jun 10, 2009 12:47 am    Post subject: Reply with quote

@colourcode to be honest, i think you are not ready to start programming for the psp. I think you first have to understand the *NIX way to compile things into executable code.
_________________
Code:
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Back to top
View user's profile Send private message
colourcode



Joined: 08 Jun 2009
Posts: 19

PostPosted: Wed Jun 10, 2009 12:48 am    Post subject: Reply with quote

well i might as well give it a shot.

Got nothing to lose and gotta start somewhere dont i?
_________________
PSP Coding total n00b Please Help!!!!!!!!
Back to top
View user's profile Send private message
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Wed Jun 10, 2009 12:55 am    Post subject: Reply with quote

colourcode wrote:
well i might as well give it a shot.

Got nothing to lose and gotta start somewhere dont i?


You have to start somewhere, but not here.

You can better start with just PC console based basics.
Start learning C and develeop skills to understand, compile and run this code and write your own.
Code:
#include <stdio.h>

ind main(){
  printf("Hello World!!!");
}

_________________
Code:
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Back to top
View user's profile Send private message
colourcode



Joined: 08 Jun 2009
Posts: 19

PostPosted: Thu Jun 11, 2009 2:11 am    Post subject: Reply with quote

im installing another hardrdrive for my main pc. It is 160gb so i think i will partition it for Linux defintately and mac/windows 7 beta possibly
_________________
PSP Coding total n00b Please Help!!!!!!!!
Back to top
View user's profile Send private message
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Thu Jun 11, 2009 3:38 am    Post subject: Reply with quote

colourcode wrote:
im installing another hardrdrive for my main pc. It is 160gb so i think i will partition it for Linux defintately and mac/windows 7 beta possibly


you cant run mac on a regular pc.

I will recomand a dual boot system.
First install windows but when you create your windows partation let 15-20GB unused. Then you can use a linux-livecd (i reccomand ubuntu) to boot into linux and install it to the other 15-20GB in your hard drive.
_________________
Code:
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Back to top
View user's profile Send private message
Chrighton



Joined: 15 Jun 2005
Posts: 58

PostPosted: Thu Jun 11, 2009 7:25 am    Post subject: Reply with quote

jojojoris wrote:
you cant run mac on a regular pc.


Sure you can. :)
Back to top
View user's profile Send private message
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Thu Jun 11, 2009 11:41 pm    Post subject: Reply with quote

Chrighton wrote:
jojojoris wrote:
you cant run mac on a regular pc.


Sure you can. :)


Really?
I tough it was only possible with an emulator
_________________
Code:
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Back to top
View user's profile Send private message
colourcode



Joined: 08 Jun 2009
Posts: 19

PostPosted: Fri Jun 12, 2009 1:07 am    Post subject: Reply with quote

no its not.

I will partition my new drive. 20-40 for linux and then for the other space im going to put windows vienna/7 on it!
_________________
PSP Coding total n00b Please Help!!!!!!!!
Back to top
View user's profile Send private message
Chrighton



Joined: 15 Jun 2005
Posts: 58

PostPosted: Fri Jun 12, 2009 4:29 am    Post subject: Reply with quote

jojojoris wrote:
Really?
I tough it was only possible with an emulator


It is commonly refered to as a "hackintosh". The question of legality may be posed by Apple's side, as they only care for OS X being on Apple branded computers (they are nothing more than overpriced PCs nowadays) and structure their OS X agreements/EULAs to limit you. Hackintoshes are finicky and prone to driver problems, but with the right PC hardware it can actually run quite well.
Back to top
View user's profile Send private message
colourcode



Joined: 08 Jun 2009
Posts: 19

PostPosted: Fri Jun 12, 2009 4:59 am    Post subject: Reply with quote

Thanks i might give it a go.


By the Way jojo,


That wiki book you sent me link to is helping me learn LOADS.
_________________
PSP Coding total n00b Please Help!!!!!!!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group