Giter Site home page Giter Site logo

steph72 / wolves Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 257 KB

a strategy game for the Commander CX16, Commodore C64 and Commodore plus/4

License: GNU General Public License v3.0

Makefile 24.12% C 72.91% Assembly 2.97%
cx16 cx16-game c64 c64-game plus4 commodore-64 commander-x16 commanderx16

wolves's People

Contributors

steph72 avatar stephubik avatar

Watchers

 avatar

wolves's Issues

Does it compile?

The project does not compile with a recent version of cc65:

~/private$ docker run -it --rm adotsch/dev6502
[~] $ git clone http://github.com/steph72/wolves.git
Cloning into 'wolves'...
warning: redirecting to https://github.com/steph72/wolves.git/
remote: Enumerating objects: 274, done.
remote: Counting objects: 100% (274/274), done.
remote: Compressing objects: 100% (131/131), done.
remote: Total 274 (delta 130), reused 246 (delta 110), pack-reused 0
Receiving objects: 100% (274/274), 243.46 KiB | 2.06 MiB/s, done.
Resolving deltas: 100% (130/130), done.
[~] $ make -C wolves/
make: Entering directory '/home/dev/wolves'
make TARGETS=c64 all
make[1]: Entering directory '/home/dev/wolves'
Using saved OPTIONS=optsize
mkdir -p obj/c64
cl65 -t c64 -c --create-dep obj/c64/commonIO.d -Or -o obj/c64/commonIO.o src/commonIO.c
src/commonIO.c:209: Warning: Incomplete array 'wtitle[]' assumed to have one element
src/commonIO.c:209: Warning: Incomplete array 'helpPages[]' assumed to have one element
cl65 -t c64 -c --create-dep obj/c64/highscore.d -Or -o obj/c64/highscore.o src/highscore.c
cl65 -t c64 -c --create-dep obj/c64/levels.d -Or -o obj/c64/levels.o src/levels.c
cl65 -t c64 -c --create-dep obj/c64/title.d -Or -o obj/c64/title.o src/title.c
cl65 -t c64 -c --create-dep obj/c64/utils.d -Or -o obj/c64/utils.o src/utils.c
cl65 -t c64 -c --create-dep obj/c64/wolves.d -Or -o obj/c64/wolves.o src/wolves.c
cl65 -t c64 -c --create-dep obj/c64/io.d -Or -o obj/c64/io.o src/c64/io.c
src/c64/io.c:130: Warning: Variable 'cColor' is defined but never used
src/c64/io.c:141: Warning: Incomplete array 'wtitle[]' assumed to have one element
src/c64/io.c:141: Warning: Incomplete array 'helpPages[]' assumed to have one element
cl65 -t c64  -o bin/wolves.c64 -C src/c64/c64.cfg obj/c64/commonIO.o obj/c64/highscore.o obj/c64/levels.o obj/c64/title.o obj/c64/utils.o obj/c64/wolves.o obj/c64/io.o
ld65: Error: Duplicate external identifier: '_helpPages'
make[1]: *** [Makefile:303: bin/wolves.c64] Error 1
make[1]: Leaving directory '/home/dev/wolves'
make: *** [Makefile:319: all] Error 2
make: Leaving directory '/home/dev/wolves'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.