Setting up cygwin with vs2008. Can't do anthing at all.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Netaro
Posts: 1
Joined: Thu May 01, 2008 6:31 am

Setting up cygwin with vs2008. Can't do anthing at all.

Post by Netaro »

At first, i thought i would necro that thread -
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'.
Yet, i don't know where to put chocoflyer's

Code: Select all

del /F /Q *.o *.elf *.PBP *.SFO
make
because i just don't see where should i edit that file.

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.
Now, i just don't understand where the problem is. Although there is no Visual dir, it just worked previously! So, anybody knows where the problem is?
Post Reply