here is a picture of one of my project folders of a game i am creating but how do i make my make file not a txt because it still says a txt document under it
Printable View
here is a picture of one of my project folders of a game i am creating but how do i make my make file not a txt because it still says a txt document under it
lol, no thats not right.
the Makefile needs to be just Makefile
not Makefile.txt
here is from my other post...
Quote:
Originally Posted by psiko_scweek
ok i have done that but now in cygwin when i go to make my file i get this
check your makefile...if need be post the makefile here.
here is my make file i know the PSP_EBOOT_TITLE has to go in but i dont know whats wrong with it
first things first:
did you do this?
change the Cygwin.Bat to:
@echo off
C:
chdir C:\cygwin\bin
set path=%path%;C:/cygwin/usr/local/pspdev/bin
set PSPSDK=C:/cygwin/usr/local/pspdev
bash --login -i
no i didnt do that i have changed the cygwin bat file
that should have solved the problem right?
now i get this
LOL! fun! alright, well its compiling now at least, or trying.
thats a step in the right direction.
hmm...it does appear that you may have the file written wrong.
do you know how to tidy the main.c file up
how to tidy it up? umm.... nope why? lol!
Quote:
Originally Posted by psiko_scweek
cause if it has been written wrong i need someone to help me correct it
well post it here and i can see what i can do to help.
Looks like it's missing some includes like <pspkernel.h> and <pspctrl.h> .