• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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.

[Tool✓] Bizarre Compiler Error

  • 118
    Posts
    5
    Years
    Hey, everybody. I just have the weirdest error.

    Code:
    cd build/emerald && sed "s#tools/#../../tools/#g" ../../ld_script.txt > ld_script.ld
    make: *** No rule to make target 'build/emerald/data/event_scripts.o', needed by 'pokeemerald.elf'.  Stop.

    I have no idea what I did to get this error, and if anyone has any ideas as to how to fix it, then please let me know. It only occurs if I delete the old event_scripts.o, but if I don't delete it, then the game compiles with an old version of the event scripts. If I don't fix this, I might just have to start over.
     
    Last edited:
    Hey, everybody. I just have the weirdest error.

    Code:
    cd build/emerald && sed "s#tools/#../../tools/#g" ../../ld_script.txt > ld_script.ld
    make: *** No rule to make target 'build/emerald/data/event_scripts.o', needed by 'pokeemerald.elf'.  Stop.

    I have no idea what I did to get this error, and if anyone has any ideas as to how to fix it, then please let me know. It only occurs if I delete the old event_scripts.o, but if I don't delete it, then the game compiles with an old version of the event scripts. If I don't fix this, I might just have to start over.
    Did you make any changes to your data/event_scripts.s file at any point?
    Modified any existing script or added new ones, or something like that?
     
    Back
    Top