• 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.

[pokefirered] Warning message when compiling

  • 37
    Posts
    2
    Years
    • Seen Apr 6, 2025
    I just recently noticed I get a warning message whenever I compile a ROM. It says C:\devkitPro\devkitARM\bin\arm-none-eabi-ld.exe: warning: ../../pokefirered.elf has a LOAD segment with RWX permissions

    Does anyone know what this means? Is this a common thing or is it a concern? Where/how would I fix it?
     
    I just recently noticed I get a warning message whenever I compile a ROM. It says
    C:\devkitPro\devkitARM\bin\arm-none-eabi-ld.exe: warning: ../../pokefirered.elf has a LOAD segment with RWX permissions

    Does anyone know what this means? Is this a common thing or is it a concern? Where/how would I fix it?
    It's a Linux thing that you don't need to concern yourself with in the context of the Pokémon decomps.
    It's a warning meant to tell you that the affected file or files have Read, Write and Execute permissions.
    That in turn means that depending on the nature of the project you're working with, there'd be a non-zero chance that it spawns a virus in your computer.
    In a case like this where you can check the contents of the Pokefirered.elf file by yourself with any text editor and see that it won't harm your computer, it's a nothingburger.
     
    Back
    Top