Hi. I am following the instructions outlined here:
http://belogic.com/uzebox/tutorials.htm
But upon reaching the step whereby I press F7, I get the following messages:
rm -rf helloworld.o fat.o mmc.o uart.o uzeboxCore.o uzeboxSoundEngine.o uzeboxSoundEngineCore.o uzeboxVideoEngine.o uzeboxVideoEngineCore.o helloworld.elf dep/* helloworld.hex helloworld.eep helloworld.lss helloworld.map
Build succeeded with 0 Warnings...
Makefile:80: warning: overriding commands for target `videoMode1.o'
Makefile:77: warning: ignoring old commands for target `videoMode1.o'
Makefile:86: warning: overriding commands for target `videoMode2.o'
Makefile:83: warning: ignoring old commands for target `videoMode2.o'
avr-gcc -mmcu=atmega644 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT helloworld.o -MF dep/helloworld.o.d -c ../helloworld.c
../helloworld.c:4:26: error: kernel/video.h: No such file or directory
../helloworld.c:5:30: error: data/fonts.pic.inc: No such file or directory
../helloworld.c: In function 'main':
../helloworld.c:11: warning: implicit declaration of function 'SetFontTable'
../helloworld.c:11: error: 'fonts' undeclared (first use in this function)
../helloworld.c:11: error: (Each undeclared identifier is reported only once
../helloworld.c:11: error: for each function it appears in.)
../helloworld.c:12: warning: implicit declaration of function 'ClearVram'
../helloworld.c:13: warning: implicit declaration of function 'Print'
make: *** [helloworld.o] Error 1
Build failed with 5 errors and 7 warnings...
---
I have scoured my computer, and there is no file named video.h.
This is the file I downloaded:
http://uzebox.googlecode.com/files/uzebox_src_3.0.zip
What am I missing?
