You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please don't attach or link to game ROMs and similar files unless the license explicitly allows this.
Please include the following:
Which console (GB, ...)
The full name of the ROM you are running, e.g. "Legend of Zelda, The - Link'''s Awakening DX (USA, Europe) (Rev 2) (SGB Enhanced) (GB Compatible).gbc / 'Super Mario Bros. Deluxe (U) (V1.1) [C][!].gbc"
The git hash of this repo and the submodule. Run the following:
xpack-arm-none-eabi-gcc-13.2.1-1.1-linux-arm64.tar.gz
xpack-openocd-0.12.0-2
game-and-watch-backup
game-and-watch-retro-go
game-and-watch-flashloader
Describe the bug
splin@rpi5:~/opt/game-and-watch-retro-go $ make GCC_PATH=/home/splin/opt/xpack-arm-none-eabi-gcc-13.2.1-1.1/bin/ COVERFLOW=1 COMPRESS=lzma GNW_TARGET=zelda flash
Entering 'LCD-Game-Emulator'
Entering 'blueMSX-go'
Entering 'caprice32-go'
Entering 'gwenesis'
Entering 'potator'
Entering 'prosystem-go'
Entering 'retro-go-stm32'
make[1]: Entering directory '/home/splin/opt/game-and-watch-retro-go'
[ BASH ] Checking for updated roms
make[1]: *** No rule to make target 'build/core/game_genie.o', needed by 'build/gw_retro_go.elf'. Stop.
make[1]: Leaving directory '/home/splin/opt/game-and-watch-retro-go'
make: *** [Makefile.common:733: flash] Error 2
To Reproduce
cd game-and-watch-retro-go
git remote add olderzeus https://github.com/olderzeus/game-and-watch-retro-go.git
git fetch olderzeus
git checkout NewUI
git submodule update
make clean
git pull
chmod a+x scripts/*.sh
make GCC_PATH=/home/pi/opt/xpack-arm-none-eabi-gcc-10.2.1-1.1/bin/ COVERFLOW=1 GNW_TARGET=zelda COMPRESS=lzma flash
Please don't attach or link to game ROMs and similar files unless the license explicitly allows this.
Please include the following:
xpack-arm-none-eabi-gcc-13.2.1-1.1-linux-arm64.tar.gz
xpack-openocd-0.12.0-2
game-and-watch-backup
game-and-watch-retro-go
game-and-watch-flashloader
Describe the bug
splin@rpi5:~/opt/game-and-watch-retro-go $ make GCC_PATH=/home/splin/opt/xpack-arm-none-eabi-gcc-13.2.1-1.1/bin/ COVERFLOW=1 COMPRESS=lzma GNW_TARGET=zelda flash
Entering 'LCD-Game-Emulator'
Entering 'blueMSX-go'
Entering 'caprice32-go'
Entering 'gwenesis'
Entering 'potator'
Entering 'prosystem-go'
Entering 'retro-go-stm32'
make[1]: Entering directory '/home/splin/opt/game-and-watch-retro-go'
[ BASH ] Checking for updated roms
make[1]: *** No rule to make target 'build/core/game_genie.o', needed by 'build/gw_retro_go.elf'. Stop.
make[1]: Leaving directory '/home/splin/opt/game-and-watch-retro-go'
make: *** [Makefile.common:733: flash] Error 2
To Reproduce
cd game-and-watch-retro-go
git remote add olderzeus https://github.com/olderzeus/game-and-watch-retro-go.git
git fetch olderzeus
git checkout NewUI
git submodule update
make clean
git pull
chmod a+x scripts/*.sh
make GCC_PATH=/home/pi/opt/xpack-arm-none-eabi-gcc-10.2.1-1.1/bin/ COVERFLOW=1 GNW_TARGET=zelda COMPRESS=lzma flash
Expected behavior
completed the make and flash.
Screenshots
Desktop environment:
Additional context
Using original 4MB flash storage.
The text was updated successfully, but these errors were encountered: