devkitPro / gba-examples

93 stars 22 forks source link

Examples do not build on latest toolchain #8

Open aronson opened 6 months ago

aronson commented 6 months ago

Bug Report

I tried to build the examples here on the latest devkitARM on my Mac.

What's the issue you encountered?

~/sources/gba-examples ❯ make

ScoutSplash.pcx
tune.bgf
PlayBoyScout.c
/Users/isaac/sources/gba-examples/audio/PlayBoyScout/source/PlayBoyScout.c:8:10: fatal error: pcx.h: No such file or directory
    8 | #include <pcx.h>
      |          ^~~~~~~
compilation terminated.
make[3]: *** [PlayBoyScout.o] Error 1
make[2]: *** [build] Error 2
make[1]: *** [all] Error 1
make: *** [all] Error 1

How can the issue be reproduced?

Build the examples with the latest toolchain.

Environment?

Additional context?

GValiente commented 6 months ago

The same happens on Windows.

jackgriffith03 commented 6 months ago

It also happens on Linux.

PlayBoyScout.c
/home/jack/Downloads/tonc/gba-examples-master/audio/PlayBoyScout/source/PlayBoyScout.c:8:10: fatal error: pcx.h: No such file or directory
    8 | #include <pcx.h>
      |          ^~~~~~~
compilation terminated.