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

[Tutorial] How to build Pokeruby/Pokeemerald using devkitPro's MSys2

20
Posts
3
Years
    • Seen Nov 26, 2023
    When I try to install.sh it ends at:
    make: Entering directory '/home/wille/agbcc/libgcc'
    Makefile:3: /opt/devkitpro/devkitARM/base_tools: No such file or directory
    make: *** No rule to make target '/opt/devkitpro/devkitARM/base_tools'. Stop.
    make: Leaving directory '/home/wille/agbcc/libgcc'
    when i try making it,
    Package libpng was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libpng.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'libpng', required by 'virtual:world', not found
    Package libpng was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libpng.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'libpng', required by 'virtual:world', not found
    convert_png.c:5:10: fatal error: png.h: No such file or directory
    5 | #include <png.h>
    | ^~~~~~~
    compilation terminated.
    make[1]: *** [Makefile:26: gbagfx.exe] Error 1
    make: *** [make_tools.mk:11: tools/gbagfx] Error 2
    gcc -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK main.c convert_png.c gfx.c jasc_pal.c lz.c rl.c util.c font.c huff.c -o gbagfx.exe -lpng -lz
    /bin/bash: line 1: tools/scaninc/scaninc.exe: No such file or directory
    The last line repeats itself several times.
     

    Lunos

    Random Uruguayan User
    3,114
    Posts
    15
    Years
  • When I try to install.sh it ends at:
    make: Entering directory '/home/wille/agbcc/libgcc'
    Makefile:3: /opt/devkitpro/devkitARM/base_tools: No such file or directory
    make: *** No rule to make target '/opt/devkitpro/devkitARM/base_tools'. Stop.
    make: Leaving directory '/home/wille/agbcc/libgcc'
    when i try making it,
    Package libpng was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libpng.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'libpng', required by 'virtual:world', not found
    Package libpng was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libpng.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'libpng', required by 'virtual:world', not found
    convert_png.c:5:10: fatal error: png.h: No such file or directory
    5 | #include <png.h>
    | ^~~~~~~
    compilation terminated.
    make[1]: *** [Makefile:26: gbagfx.exe] Error 1
    make: *** [make_tools.mk:11: tools/gbagfx] Error 2
    gcc -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK main.c convert_png.c gfx.c jasc_pal.c lz.c rl.c util.c font.c huff.c -o gbagfx.exe -lpng -lz
    /bin/bash: line 1: tools/scaninc/scaninc.exe: No such file or directory
    The last line repeats itself several times.
    Reply: https://www.pokecommunity.com/showthread.php?p=10510017#post10510017
     
    Back
    Top