Configuring an emulator for the "run" command on PN.
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?
Re: Configuring an emulator for the "run" command on PN.
What's the point of this post? Either help him/her or not. These are forums related to the toolchain and people come here looking for help.zeromus wrote:yes
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?
Re: Configuring an emulator for the "run" command on PN.
? Better with make files as in a better knowledge of them. You really did offer no help, and I thank you for wasting my time. So can someone show me how?zeromus wrote: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?
Re: Configuring an emulator for the "run" command on PN.
Code: Select all
run: $(BUILD)
desmume $(OUTPUT).nds
Re: Configuring an emulator for the "run" command on PN.
Thaaaaaank you lol. Now.. where to add that? Looks like makefile stuff o.Ozeromus wrote:Code: Select all
run: $(BUILD) desmume $(OUTPUT).nds
EDIT: I put it in the make file, and it says: Missing seperator. Hmmm?
Re: Configuring an emulator for the "run" command on PN.
Code: Select all
run: $(BUILD)
desmume $(OUTPUT).nds
^^^
TAB, not spaces :-)!!!!
Re: Configuring an emulator for the "run" command on PN.
Thaanks that also helped lol. And I gots it I don't see how that was too trivial o.OLegolas wrote:Code: Select all
run: $(BUILD) desmume $(OUTPUT).nds ^^^ TAB, not spaces :-)!!!!
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.
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.
Who is online
Users browsing this forum: Ahrefs [Bot], ds-sloth and 0 guests