• 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!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • 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

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.
 
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/posts/10510017
 
Back
Top