• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Pokered for Dummies

36
Posts
16
Years
  • This isn't PokeRed but I'm getting this issue when trying to compile Pokeyellow.

    ~/pokeyellow
    $ make

    rgbasm -h -o main.o main.asm
    rgbasm -h -o text.o text.asm
    rgbasm -h -o wram.o wram.asm
    ERROR: wram.asm(2857) :
    'UNION' already defined
    ERROR: wram.asm(2875) :
    'NEXTU' already defined
    ERROR: wram.asm(2896) :
    'ENDU' already defined
    ERROR: wram.asm(3504) :
    'UNION' already defined
    ERROR: wram.asm(3509) :
    'NEXTU' already defined
    ERROR: wram.asm(3522) :
    'ENDU' already defined
    C:\cygwin64\usr\local\bin\rgbasm.exe: Assembly aborted in pass 1 (6 errors)!
    make: *** [Makefile:42: wram.o] Error 1

    Am I missing a package or something?
     
    1
    Posts
    4
    Years
    • Seen Dec 1, 2019
    Can someone please help me. I get this error everytime I use the "make" command:
    rgblink -n baserom.sym -o baserom.gbc
    usage: rgblink [-dtVw] [-l linkerscript] [-m mapfile] [-n symfile] [-O overlay]
    [-o outfile] [-p pad_value] [-s symbol] file [...]
    make: *** [Makefile:47: baserom.gbc] Error 1
     
    Back
    Top