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

Fails to build on Raspbian GNU/Linux 10 (buster) #254

Open
coreybruce opened this issue May 22, 2023 · 2 comments
Open

Fails to build on Raspbian GNU/Linux 10 (buster) #254

coreybruce opened this issue May 22, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@coreybruce
Copy link

Describe your bug here. And how to reproduce it.

make -j2
cc zelda_rtl.o util.o zelda_cpu_infra.o config.o sprite_main.o tile_detect.o dungeon.o poly.o overworld.o nmi.o glsl_shader.o select_file.o overlord.o opengl.o player_oam.o audio.o load_gfx.o ending.o spc_player.o attract.o hud.o player.o misc.o messaging.o sprite.o ancilla.o main.o tagalong.o snes/dsp.o snes/spc.o snes/ppu.o snes/snes_other.o snes/cart.o snes/snes.o snes/cpu.o snes/apu.o snes/dma.o snes/input.o snes/tracing.o third_party/gl_core/gl_core_3_1.o third_party/opus-1.3.1-stripped/opus_decoder_amalgam.o -o zelda3  -L/usr/lib/arm-linux-gnueabihf -lSDL2 -lm
Extracting game resources
Traceback (most recent call last):
  File "restool.py", line 35, in <module>
    import extract_resources
  File "/home/pi/zelda3/tables/extract_resources.py", line 3, in <module>
    import text_compression
  File "/home/pi/zelda3/tables/text_compression.py", line 472
    if r := rev.get(a[0]):
          ^
SyntaxError: invalid syntax
make: *** [Makefile:31: tables/zelda3_assets.dat] Error 1
make: *** Waiting for unfinished jobs....

What is your build target?

Linux

@coreybruce coreybruce added the bug Something isn't working label May 22, 2023
@qurious-pixel
Copy link

see #249

Requires minimum Python 3.8

@coreybruce
Copy link
Author

Ahh right I see, no problem. Thanks for letting me know. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants