kbeckmann / game-and-watch-retro-go

Emulator collection for Nintendo® Game & Watch™
GNU General Public License v2.0
440 stars 133 forks source link

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

Closed hsuanpai closed 8 months ago

hsuanpai commented 8 months ago

Please don't attach or link to game ROMs and similar files unless the license explicitly allows this.

Please include the following:

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

  1. cd game-and-watch-retro-go
  2. git remote add olderzeus https://github.com/olderzeus/game-and-watch-retro-go.git
  3. git fetch olderzeus
  4. git checkout NewUI
  5. git submodule update
  6. make clean
  7. git pull
  8. chmod a+x scripts/*.sh
  9. 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.

kbeckmann commented 8 months ago

Please report on the forked repository https://github.com/olderzeus/game-and-watch-retro-go