You are not logged in.
Pages: 1
While attempting to compile the Pokémon Red disassembly, I got the following error:
python textpre.py < main.asm > main.tx
python textpre.py < text/oakspeech.asm > text/oakspeech.tx
python textpre.py < text/pokedex.asm > text/pokedex.tx
python textpre.py < text/mapRedsHouse1F.asm > text/mapRedsHouse1F.tx
python textpre.py < text/mapBluesHouse.asm > text/mapBluesHouse.tx
python textpre.py < text/mapPalletTown.asm > text/mapPalletTown.tx
rgbasm -o pokered.o pokered.asm
Output filename pokered.o
Assembling pokered.asm
Pass 1...
*ERROR* pokered.asm(3) -> main.tx(2853) :
File not found
make: *** [pokered.o] Error 5
This is my first time attempting to compile something with rgbds, so I'm not sure what to do from here.
Offline
Did you include the base rom?
You can try to hide yourself in this world of pretend; when the paper's crumpled up, it can't be perfect again.
Offline
I tried doing that by simply placing the rom in the directory, then renaming it, but there was no change.
Is there a specific command I need to use?
Last edited by BlueSatoshi (2013-03-22 01:57:52)
Offline
I tried doing that by simply placing the rom in the directory, then renaming it, but there was no change.
Is there a specific command I need to use?
No, all you should have to do is make sure it's in the directory and with the correct name. You did name it baserom.gbc, correct. .gbc, not .gb
You can try to hide yourself in this world of pretend; when the paper's crumpled up, it can't be perfect again.
Offline
Yeah. I took a copy of
Pokemon Red (UE) [s][!].gb
and pasted it as baserom.gbc
Pardon the code tag, the filename tags were misread as bbcode.
Offline
Yeah. I took a copy of
Pokemon Red (UE) [s][!].gb
and pasted it as baserom.gbc
Pardon the code tag, the filename tags were misread as bbcode.
Well that should be enough. As long as there's some sort of file in the right directory with the right filename, you shouldn't be getting that error, even if it were the wrong rom.
You can try to hide yourself in this world of pretend; when the paper's crumpled up, it can't be perfect again.
Offline
Just to be sure, the rom's supposed to go in the root folder, right?
Offline
Yes, the baserom.gbc should be in exactly the same directory as main.asm, etc.
You can try to hide yourself in this world of pretend; when the paper's crumpled up, it can't be perfect again.
Offline
If you are still having difficulty, run just this:
python textpre.py < main.asm > main.tx
Post any errors from this one.
I ran the command and it created main.tx without error.
Offline
You can also bug us on irc (server, nucleus.kafuka.org ; channel, #skeetendo here). If you haven't already, you should run make again now that you have baserom.gbc in the right location.
Last edited by kanzure (2013-03-22 02:30:01)
Offline
Pages: 1