Giter Site home page Giter Site logo

cinoop's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cinoop's Issues

Failed !

Hey, I built cinoop cuz it looks a fun project.
When I run it, the output return this error.

I'm running it on a VM with Virtual Box (Ubuntu 14.04)

$ ./cinoop tetris.gb
Starting...
argc = 2
Loading file "tetris.gb"...
Failed!

Compilation output

$ make linux
make -f Makefile.lin
make[1]: Entering directory `/home/mathieu/Documents/Cinoop'
gcc -c -o lbuild/cb.o source/cb.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc -c -o lbuild/cpu.o source/cpu.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc -c -o lbuild/debug.o source/debug.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc -c -o lbuild/display.o source/display.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc -c -o lbuild/gpu.o source/gpu.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc -c -o lbuild/interrupts.o source/interrupts.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc -c -o lbuild/keys.o source/keys.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc -c -o lbuild/memory.o source/memory.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc -c -o lbuild/registers.o source/registers.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc -c -o lbuild/rom.o source/rom.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
source/rom.c: In function ‘loadROM’:
source/rom.c:144:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  fread(header, 0x180, 1, f);
       ^
source/rom.c:215:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  fread(cart, length, 1, f);
       ^
gcc -c -o lbuild/main.o source/linux/main.c -Iinclude -Wall -fms-extensions -Ofast -DLIN
gcc lbuild/*.o -o cinoop -lX11 -lGL -lGLU -lm
make[1]: Leaving directory `/home/mathieu/Documents/Cinoop'

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.