Cataclyptic
Everything I say is a lie
- 199
- Posts
- 10
- Years
- United States of America
- Seen yesterday
This is guaranteed to be a noob question, but I have to ask it anyway because I've looked up several tutorials and guides and it still won't work.
This is a make anything disassembly question. Essentially, I have downloaded all the requisite pieces and installed them exactly as guides tell me to do, but trying to run the 'make' commands to create GB games does not work for me. I am trying to create a Pokemon TCG hack, but even when I follow tutorials to the letter, I always get the following error message when trying to run the make command:>
> Cygwin batch file run
> cd poketcg (successful)
Then when I run make,
(File path on my computer)\RGBDSrgbgfx -o src/gfx/hand_cards.2bpp src/gfx/hand_cards.png
make: C:\Users\(username)\Desktop\RGBDSrgbgfx: No such file or directory
make: *** [Makefile:144: src/gfx/hand_cards.2bpp] Error 127
And yes, I get the same thing when trying to do basic things like making pokered. Which is supremely weird because I was able to do it years ago without issue, but now it somehow doesn't work.
I've tried just about everything I can think of at this point. I've put the base rom in just about every folder, along with the RGBDS exe's and dll's, and nothing works.
I never downloaded WSL, but again, years ago I didn't need to in order to make this work before. Aside from that I followed the common instructions to the letter and I get the same 'error 127' message for any game I try to make now.
I am on Windows 10, have installed Cygwin with 'Make', 'Git' and 'GCC core' options. I have downloaded all the RGBDS files and the poketcg files. The RGBDS files are stored in usr/local/bin and the poketcg files are in home/(username). I have also reinstalled everything above twice now to make sure I didn't miss anything. I thought that the error message was telling me to put the RGBDS files on the desktop, but nothing changes when I do.
Please help.
This is a make anything disassembly question. Essentially, I have downloaded all the requisite pieces and installed them exactly as guides tell me to do, but trying to run the 'make' commands to create GB games does not work for me. I am trying to create a Pokemon TCG hack, but even when I follow tutorials to the letter, I always get the following error message when trying to run the make command:>
> Cygwin batch file run
> cd poketcg (successful)
Then when I run make,
(File path on my computer)\RGBDSrgbgfx -o src/gfx/hand_cards.2bpp src/gfx/hand_cards.png
make: C:\Users\(username)\Desktop\RGBDSrgbgfx: No such file or directory
make: *** [Makefile:144: src/gfx/hand_cards.2bpp] Error 127
And yes, I get the same thing when trying to do basic things like making pokered. Which is supremely weird because I was able to do it years ago without issue, but now it somehow doesn't work.
I've tried just about everything I can think of at this point. I've put the base rom in just about every folder, along with the RGBDS exe's and dll's, and nothing works.
I never downloaded WSL, but again, years ago I didn't need to in order to make this work before. Aside from that I followed the common instructions to the letter and I get the same 'error 127' message for any game I try to make now.
I am on Windows 10, have installed Cygwin with 'Make', 'Git' and 'GCC core' options. I have downloaded all the RGBDS files and the poketcg files. The RGBDS files are stored in usr/local/bin and the poketcg files are in home/(username). I have also reinstalled everything above twice now to make sure I didn't miss anything. I thought that the error message was telling me to put the RGBDS files on the desktop, but nothing changes when I do.
Please help.