• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

[Other] Help with compiling c code! :(

  • 29
    Posts
    10
    Years
    • Seen Apr 17, 2016
    Hello, I am trying to follow Shiny Quagsire's tutorial on replacing the gamefreak intro found here: https://www.pokecommunity.com/threads/304077

    My problem is, I know how to compile the ASM into a .bin but i don't know how to compile the .c coding into a .bin.... I understand you need to use devkitARM and Quagsire's linker.lsc and I have both, but then what... I have the devkitARM ready, I have everything in his introtemplate for FireRed ready, including linker.lsc and intro.c
    Also it included a compile.bat and compile.sh which both uses the make command and i know the make command is used for devkitARM. But idk what to do with any of these files to convert intro.c into intro.bin! I double click compile.bat and it just says that make is not s reconized command. Can anyone help me out.. Thanks very much
     
    If it says "make unrecognised" or whatever, then you clearly don't have make. Download GNU make it and install it. Make sure you can run it from the command line without the unrecognised message then re-run make/compile.bat or whatever. If you don't understand how the command line works, search on Google - there will be plenty of tutorials.
     
    Back
    Top