From http://wiki.pspdev.org/psp:programming_faq:
1 - When I installed Cygwin (On WinXP SP2) I did not have a cygwin\home directory. I created it manually, which didn't seem to cause any problems, but made me uneasy. Is this normal? What may I have done wrong?When it is done, you will have to add the following lines to your startup configuration:
## PSPDEV PATH SETTINGS
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"
Under Cygwin, this will be your ‘c:\cygwin\home\<username>\.bashrc’ file. You can edit it with a standard text editor and add those lines to the end of it.
2 - I don't have a .bashrc file in my cygwin\home directory. There are bash.bashrc & .bashrc files in the \etc, \etc\skel, \etc\defaults\etc, & \etc\defaults\etc\skel directories. Did I screw something up? Miss a step or three?
3 - I'm dumb and can't figure out where the SDK documentation is, or even what to look for. I assume it's there....somewhere....but I'm just totally lost without a clue on this one. I checked the ps2dev site, and have looked for a sticky or something like that here on the forums. Could someone please point me in the right direction?
4 - Are the cygwin\home directories and the HOME environment variable spoken of at http://cygwin.com/faq.html supposed to be the same? Are they related? Am I way off base?
Okay, I think that about does it for now. Many thanks in advance. If I should be reading some basic how to not suck info on cygwin, gcc, etc. please let me know (and maybe point me to it, lol)
Tnx (^_^) v