ckosmic / sm64ex-ios

iOS/tvOS port of https://github.com/sm64pc/sm64ex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem build option

xdccrlz opened this issue · comments

Using EXTERNAL_DATA=1 option in the build script give an error in the python module mkzip.py no matter which gcc version is used.
Without EXTERNAL_DATA=1 option used to compile build in the sh script all good working with actual gcc version (11.2.0).
Maybe this is due to the absence of texture pack or sound bank in the res dir by default? I don't know.
Thank You very much for your incredible work! It is fantastic: sm64ios exists!

Try commenting out this line in the Makefile:
@echo -n > $(BASEPACK_LST)
This caused issues for me too, but I haven't pushed this change yet