You are not logged in.
Pages: 1
Ok, I downloaded the Disassembly, and followed the instructions, but now I get this error:
$ make red
/usr/bin/find: paths must precede expression: blue.asm
Usage: /usr/bin/find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
/usr/bin/find: paths must precede expression: blue.asm
Usage: /usr/bin/find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
/usr/bin/find: paths must precede expression: blue.asm
Usage: /usr/bin/find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
rgblink -n pokered.sym -m pokered.map -o pokered.gbc
usage: rgblink [-t] [-m mapfile] [-n symfile] [-o outfile]
[-s symbol] [-z pad_value] objectfile [...]
make: *** [pokered.gbc] Error 1
can anyone help me?
Offline
Ok, I got that error fixed, but now I get this one:
$ make red
Makefile:87: recipe for target 'red/audio.o' failed
make: *** [red/audio.o] Error 127
Offline
Weighing in as well; having issues hanging up on the red audio.o file, mine is a "Makefile:79:" error.
This is for a straight download of the disassembly, without any changes. I wanted to be sure it would work before I mucked around with the code.
rgbasm -h -o red/audio.o red/audio.asm
ERROR: red/audio.asm(1) -> red.asm(2) -> charmap.asm(1) :
syntax error
Assembly aborted in pass 1 (1 errors)!
Makefile:79: recipe for target 'red/audio.o' failed
make: *** [red/audio.o] Error 1
Last edited by daMoose52 (2014-11-18 22:51:21)
Pokemon: Project Neo A Pokemon hack 15 years in the making...
Offline
And a quick reply to say "fixed" for me.
https://github.com/iimarckus/pokered/bl … INSTALL.md -> Download the latest linked here, for version 0.2.0
Doing nothing else, this did the trick. I had a version downloaded somewhere else that threw the first issue, a second copy downloaded elsewhere linked here in the forums, and the third then from the linked page.
Pokemon: Project Neo A Pokemon hack 15 years in the making...
Offline
Pages: 1