Hi!
I've successfully compiled jfduke3d in the past for as Raspberry pi 3 and it worked flawlessly.
Yesterday night I wondered if I could achieve the same on our misters
So I compiled disabling OPENGL and all the graphics cards stuff.
Code: Select all
make USE_POLYMOST=0 USE_OPENGL=0 RELEASE=1
I've been inspired by the great work of bbond007 and I added this script and the attached binary (no data/copyrighted material is included):
Code: Select all
#!/bin/bash
vmode -r 640 480 rgb32
taskset 03 /media/fat/jfduke32/duke3d
But I got an strange error upon execution:
Is it the way I executed it?