Search found 2 matches

by Kegak
Fri Apr 19, 2024 11:24 am
Forum: Programming Discussion
Topic: KOS Examples not Building
Replies: 2
Views: 160

Re: KOS Examples not Building

It looks like it's trying to use vqenc, but it hasn't been built yet. Go to the /opt/toolchains/dc/kos/utils/vqenc/ directory and build vqenc. Tried this and got this error: cc -O2 -Wall -DINLINE=inline -I/usr/local/include -c -o get_image_png.o get_image_png.c get_image_png.c:11:10: fatal error: p...
by Kegak
Thu Apr 18, 2024 11:34 pm
Forum: Programming Discussion
Topic: KOS Examples not Building
Replies: 2
Views: 160

KOS Examples not Building

I'm trying to get into dreamcast development and I'm having an issue where all the KOS examples are not building, the specific error is: make[3]: Entering directory '/opt/toolchains/dc/kos/examples/dreamcast/kgl/basic/vq' rm -f vq-example.elf /opt/toolchains/dc/kos/utils/vqenc/vqenc -t -v fruit.jpg ...