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 

compiling with vs.net, got it to work :)

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



Joined: 12 Dec 2005
Posts: 48

PostPosted: Tue Jan 10, 2006 1:07 pm    Post subject: compiling with vs.net, got it to work :) Reply with quote

Ive avoided posting for the past two days but I cant even think anymore.


1) im having issues building projects with visual studio.... I followed this thread [ How to compile, link and transfer PSP programs from VS.NET ] and ended up installing the (very cool) MSVC PSP Wizard. and right off the bat, I get an error....

Performing Makefile project actions
Converting Project1.vcproj...
make: psp-config: Command not found
Makefile:19: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'. Stop.
Project1 : error PRJ0002 : error result returned from 'c:\docume~1\stella~1\locals~1\temp\bat000012.bat'.

It seems like anything i set does not get defined. ie DIR=/path/

thanks again for any assistance, my mind thanks ye
_________________


Last edited by Stellar on Wed Jan 11, 2006 12:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
Stellar



Joined: 12 Dec 2005
Posts: 48

PostPosted: Wed Jan 11, 2006 12:15 pm    Post subject: Reply with quote

Well, i got it.

i had to change my make batch file from this..

@VSMakefile.exe -a
@c:\cygwin\bin\bash -c 'export PROJECTDIR=`pwd`;/bin/bash --login -c "cd \"$PROJECTDIR\";%1 %2 %3 %4"'

to this ...

set path=%path%;C:/cygwin/usr/local/pspdev/bin
@VSMakefile.exe -a
@c:\cygwin\bin\bash -c 'export PROJECTDIR=`pwd`;/bin/bash --login -c "cd \"$PROJECTDIR\";%1 %2 %3 %4"'


is there a more appropriate place i can place the [ set path=%path%;C:/cygwin/usr/local/pspdev/bin ] command. like in my .bashrc script. ild like the value to be set anytime shell is called. I know the syntax is different for cygwin tho. any suggestions?
_________________
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