Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No rule to make target 'build/core/game_genie.o', needed by 'build/gw_retro_go.elf'. Stop. #53

Open
hsuanpai opened this issue Mar 25, 2024 · 0 comments

Comments

@hsuanpai
Copy link

hsuanpai commented Mar 25, 2024

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

Expected behavior
completed the make and flash.

Screenshots
image

Desktop environment:

Additional context
Using original 4MB flash storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant