CEVidium
CEVidium copied to clipboard
Building Video Player Error
When I try to build the video player, I get this error. Any idea how to fix it? I'm kinda a newbie to CEdev :(
C:\Users\MYUSER\Downloads\ce\CEVidium-master\CEVPLAY>make gfx
[error] Missing input file.
[info] Run C:\CEdev\bin\convimg.exe --help for usage guidlines.
[info] Run C:\CEdev\bin\convimg.exe --create to create a default 'convimg.yaml' file.
make: *** [gfx] Error 1
C:\Users\MYUSER\Downloads\ce\CEVidium-master\CEVPLAY>make
"[compiling C] src/main.c"
C:\Users\MYUSER\Downloads\ce\CEVidium-master\CEVPLAY\src\main.c
C:\USERS\MYUSER\DOWNLOADS\CE\CEVIDIUM-MASTER\CEVPLAY\SRC\MAIN.C (88,9) : ERROR (217) Cannot open include file "gfx/sprites_gfx.h"
make: *** [obj/main.src] Error -1
CEVidium uses the convpng tool, which was the image conversion tool used back when CEVidium was first made. These days, the CE toolchain uses convimg, which is incompatible with the setup used with convpng. You can get it back by installing any toolchain version from around 2018-2019.
TODO on my end: Figure out how to make it compatible.
Alright, I installed an old version of the tool chain and fixed the folder structure enough to get a compiled program. You probably have to convert and send some videos to the calculator first before it runs though. I included the necessary c libraries as well. CEVidium.zip
CEVidium uses the convpng tool, which was the image conversion tool used back when CEVidium was first made. These days, the CE toolchain uses convimg, which is incompatible with the setup used with convpng. You can get it back by installing any toolchain version from around 2018-2019.
TODO on my end: Figure out how to make it compatible.
Maybe add a note to the readme atleast for the time being? only found out after going through the whole process