nnev / c128-kasse

Kassensoftware für den C128
Other
3 stars 3 forks source link

FTBFS: test tool #6

Open sur5r opened 7 years ago

sur5r commented 7 years ago
$ make test
echo "#define GV \"rgb2rv12-4-g9675cba\"" > include/version.h
cc65 -I include -t c128 -O src/config.c
ca65 -I include -t c128 src/config.s
cc65 -I include -t c128 -O test/test.c
test/test.c(15): Error: Call to undefined function `load_state'
test/test.c(23): Error: Call to undefined function `save_state'
test/test.c(34): Warning: Control reaches end of non-void function
Makefile:13: recipe for target 'test/test.o' failed
make: *** [test/test.o] Error 1