Search found 14 matches

by blazintildadeath
Sat Dec 17, 2005 9:57 am
Forum: PSP Development
Topic: okay very simple noobie question.
Replies: 14
Views: 5426

hey thanks

Okay thank you.
by blazintildadeath
Fri Dec 16, 2005 3:38 pm
Forum: PSP Development
Topic: okay very simple noobie question.
Replies: 14
Views: 5426

but is it that complicated to write a code that does that??i mean it sounds simple to do so someone should know to write a code like that....besides how the hell to u manipulate pictures in c language.??? i know how to do some simpling declaring of integers and variables, defining, and etc, but i do...
by blazintildadeath
Fri Dec 16, 2005 3:32 pm
Forum: PSP Development
Topic: okay very simple noobie question.
Replies: 14
Views: 5426

yeah i was thinking of just imitating shit. but i was sorta worried for copying shit....i dont want to steal no one elses work...but i guess its being done by every1 now and days so i guess ima have to do it that way...time to pull some cigarettes out...
by blazintildadeath
Fri Dec 16, 2005 5:11 am
Forum: PSP Development
Topic: psp-config error
Replies: 6
Views: 3623

but hey, i gotta do write this code ALL THE TIME! right before i type "make" to compile my code in the directory where source codes are at.... ## PSPDEV PATH SETTINGS export PSPDEV="/usr/local/pspdev" export PSPSDK="$PSPDEV/psp/sdk" export PATH="$PATH:$PSPDEV/bin:$...
by blazintildadeath
Fri Dec 16, 2005 5:04 am
Forum: PSP Development
Topic: okay very simple noobie question.
Replies: 14
Views: 5426

the only thing i dont know is, is how to program with this thing.... i was only able to compile the hello world....i want to simply play an audio. and have a picture scroll from out the left side of the screen...in a tilted postion ..../_/ then end up dead in the middle of the screen like this [_] a...
by blazintildadeath
Thu Dec 15, 2005 7:06 am
Forum: PSP Development
Topic: okay very simple noobie question.
Replies: 14
Views: 5426

i know now dumb dumb...thats what ive been doing...leaving a makefile with no extension...but i havent been naming my makefiles "makefile"...i just called it "make"....and it wasn't working...so i just called it makefile...and presto it worked...no one told me i had to do this......
by blazintildadeath
Wed Dec 14, 2005 2:10 pm
Forum: PSP Development
Topic: PSPToolchain Installation Help.
Replies: 10
Views: 3975

i also wanted to know if there was an easy way to load that string of code instead of having to write it over and over again before i compile my code i know there is a way...
by blazintildadeath
Wed Dec 14, 2005 2:05 pm
Forum: PSP Development
Topic: PSPToolchain Installation Help.
Replies: 10
Views: 3975

nope but im studying it real hard....

im starting off by taking open source codes and modifying some stuff....come on ...we all have to start somewhere....well...i opened terminal and went into where my file was.....(where my C file and MAKEFILE was at and wrote those lines in them line by line....then i typed make...presto...i got an e...
by blazintildadeath
Wed Dec 14, 2005 12:50 pm
Forum: PSP Development
Topic: PSPToolchain Installation Help.
Replies: 10
Views: 3975

t will take a long time to download and build all the software from scratch, from half an hour to a couple hours depending on the speed of your internet connection and the processing power of your computer. When it is done, you will have to add the following lines to your startup configuration: ## P...
by blazintildadeath
Wed Dec 14, 2005 12:39 pm
Forum: PSP Development
Topic: okay very simple noobie question.
Replies: 14
Views: 5426

MAKEFILE solution

OOOOOHHHH...I FOUND THE SOLUTION....I JUST HAVE TO NAME THE THING MAKEFILE.....WHAT A F***KING IDIOT...U KNOW HOW LONG I WAITED FOR THIS ANSWER !!!!!!! ARRRGGGHHH!!!!!!!1....TO MAKE A MAKEFILE...JUST USE A TEXT EDITOR AND NAME IT MAKEFILE WITH NO EXTENSION....WHY DIDNT ANY1 TELL ME THIS...
by blazintildadeath
Wed Dec 14, 2005 12:35 pm
Forum: PSP Development
Topic: psp-config error
Replies: 6
Views: 3623

nevermind i found the solution
by blazintildadeath
Wed Dec 14, 2005 10:12 am
Forum: PSP Development
Topic: okay very simple noobie question.
Replies: 14
Views: 5426

okay very simple noobie question.

how do you make a makefile...im using a tutorial and im copying and pasting a make file...when i try ot compile it, it says theres no make file...i know to make a C or C++ u have to write (filename).c or (filename).cpp...whats makes extension
by blazintildadeath
Wed Dec 14, 2005 9:54 am
Forum: PSP Development
Topic: psp-config error
Replies: 6
Views: 3623

by the way im using linux...suse 10.0, gcc 4.0.2....
by blazintildadeath
Wed Dec 14, 2005 9:51 am
Forum: PSP Development
Topic: psp-config error
Replies: 6
Views: 3623

psp-config error

im a noob but when i try to compile it says: make:psp-config: Command not found Makefile:17: /lib/build.mak: no such file or directory make: ***No rule to make target '/lib/build.mak'. Stop. i installed the psptoolchain (which took forever to install) and now i try to compile some source code and al...