http://forums.ps2dev.org/viewtopic.php? ... 1ebf6e2ceb
But i decided not to.
So, i set up cyg, set up visualstudio1008, and, well....
make written in command line works like gold.
So, i created vs-pspdev.bat and .sh, put commands, and tried to build it.
Code: Select all
------ Build started: Project: PSP Hello World, Configuration: Debug Win32 ------
Performing Makefile project actions
sed: -e expression #1, char 46: unknown option to `s'
Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'.
Code: Select all
del /F /Q *.o *.elf *.PBP *.SFO
make
Turned my lappy off, then on. Trying to make anything yields:
Code: Select all
Performing Makefile project actions
/bin/bash: line 0: cd: /cygdrive/c/Users/Netaro/Documents/Visual: No such file or directory
make: *** No targets specified and no makefile found. Stop.