dan-rodrigues / super-miyamoto-sprint

Homebrew game for homebrew FPGA game console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make ulx3s_prog failed

wuxx opened this issue · comments

commented

Hi dan, the command make ulx3s_prog failed on my ubuntu 18.04, it report missing the file spr04_palette.h

palette/palette_init.c:20:10: fatal error: spr04_palette.h: No such file or directory
#include "spr04_palette.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
icestation-32/software/common/core.mk:143: recipe for target 'palette/palette_init.o' failed
make: *** [palette/palette_init.o] Error 1

here is the complete log
fail.txt

commented

I think the file is convert from assets/graphics/spr04_palette.bin, did I missing some step before make ulx3s_prog ?

commented

after sync with latest repo, compile pass.