zelda3 icon indicating copy to clipboard operation
zelda3 copied to clipboard

Switch Port Building

Open impeeza opened this issue 2 years ago • 1 comments

Describe your bug here. And how to reproduce it.

Hello there, with the latest commit, trying to build the switch port you get this errors:

image

tested on Windows with MSYS with DevKitPro and Ubuntu

same error

thanks a lot for your work.

I just noted, before commit 43db8cc, the files:

  • attract.c
  • audio.c
  • dungeon.c
  • ending.c
  • load_gfx.c
  • messaging.c
  • misc.c
  • nmi.c
  • overworld.c
  • player_oam.c
  • select_file.c
  • tagalong.c
  • zelda_cpu_infra.c
  • zelda_rtl.c

was on repo root, so the reference #include "snes/snes_regs.h" was valid, but now these files are on src directory, so the reference is not valid now, should be #include "../snes/snes_regs.h" or something more generic.

What is your build target?

Switch

impeeza avatar Aug 17 '23 04:08 impeeza

Hello there @snesrev, any update on this?

impeeza avatar Oct 23 '23 05:10 impeeza