Search found 12 matches

by Kronus980
Fri Dec 03, 2010 7:25 am
Forum: devkitPSP
Topic: Using 2 cpus?
Replies: 7
Views: 24430

Re: Using 2 cpus?

Actually that's not what I was saying at all, I was completely unaware of the second mips core in there :/ Unfortunately ps2dev.org seems to be rather flaky these days & all I can seem to find is the thread ozzyyzzo linked to. Where do people talk about psp dev these days? Even the usual IRC ch...
by Kronus980
Tue Nov 16, 2010 11:44 pm
Forum: DS/DSi Development
Topic: Configuring an emulator for the "run" command on PN.
Replies: 16
Views: 14098

Re: Configuring an emulator for the "run" command on PN.

Aah.. yeah, I put it into a bunch of different directories in that folder, Idk why It didn't work though. I had to go to the devKitPro main directory, make a folder called "portlibs", then "arm", then "bin", and put desmume_dev in the bin folder. I used process monitor,...
by Kronus980
Sat Nov 13, 2010 9:42 pm
Forum: DS/DSi Development
Topic: Configuring an emulator for the "run" command on PN.
Replies: 16
Views: 14098

Re: Configuring an emulator for the "run" command on PN.

Ermmm.... I had it before by just putting it with the source. And I did something, either way it's still with the source. Any reason why?
by Kronus980
Sat Nov 13, 2010 8:56 am
Forum: DS/DSi Development
Topic: Configuring an emulator for the "run" command on PN.
Replies: 16
Views: 14098

Re: Configuring an emulator for the "run" command on PN.

run: $(BUILD) desmume $(OUTPUT).nds ^^^ TAB, not spaces :-)!!!! Ok legolas, needs more helps :/ got an error that says: > "make" run make[1]: `/c/projects/projects.nds' is up to date. desmume_dev /c/projects/projects.nds "make": desmume_dev: Command not found "make": *...
by Kronus980
Sat Nov 13, 2010 6:42 am
Forum: devkitPSP
Topic: Using 2 cpus?
Replies: 7
Views: 24430

Re: Using 2 cpus?

well, as far as the media engine can execute mips code in //, has got its own 2-4Mb ram and of course a full bag of limitations in its use.. Can't we consider it as a second cpu ? http://lukasz.dk/mirror/forums.ps2dev.org/viewtopic0be6.html?t=2652&postdays=0&postorder=asc&start=0 You ha...
by Kronus980
Sat Nov 13, 2010 5:00 am
Forum: DS/DSi Development
Topic: Configuring an emulator for the "run" command on PN.
Replies: 16
Views: 14098

Re: Configuring an emulator for the "run" command on PN.

It's trivial in that I might give that as the first homework project in "makefiles 101" class i will admit the makefile is a bit weird and picking the right dependency for run was not entirely straightforward. but so what? you can guess targets until it works. Yeah, for someone who never ...
by Kronus980
Fri Nov 12, 2010 11:17 pm
Forum: DS/DSi Development
Topic: Configuring an emulator for the "run" command on PN.
Replies: 16
Views: 14098

Re: Configuring an emulator for the "run" command on PN.

Legolas wrote:

Code: Select all

run: $(BUILD)
	desmume $(OUTPUT).nds
^^^
TAB, not spaces :-)!!!!
Thaanks that also helped lol. And I gots it ;) I don't see how that was too trivial o.O
by Kronus980
Fri Nov 12, 2010 7:01 am
Forum: DS/DSi Development
Topic: Configuring an emulator for the "run" command on PN.
Replies: 16
Views: 14098

Re: Configuring an emulator for the "run" command on PN.

zeromus wrote:

Code: Select all

run: $(BUILD)
	desmume $(OUTPUT).nds
:D Thaaaaaank you lol. Now.. where to add that? Looks like makefile stuff o.O

EDIT: I put it in the make file, and it says: Missing seperator. Hmmm?
by Kronus980
Fri Nov 12, 2010 5:03 am
Forum: DS/DSi Development
Topic: Configuring an emulator for the "run" command on PN.
Replies: 16
Views: 14098

Re: Configuring an emulator for the "run" command on PN.

ok then spend _your_ time trying to explain to someone who is "better with makefiles now" how to do something so trivial. i offered him hope. what are you offering him? ? Better with make files as in a better knowledge of them. You really did offer no help, and I thank you for wasting my ...
by Kronus980
Thu Nov 11, 2010 7:55 am
Forum: DS/DSi Development
Topic: Configuring an emulator for the "run" command on PN.
Replies: 16
Views: 14098

Configuring an emulator for the "run" command on PN.

Hi.I'm finally able to get my dev environment up, and I'm better with makefiles now. I was wondering if there's any way to make "run" work with am emulator?