Closed bilogic closed 1 year ago
After much trial and error, the answer was found in another nickelhook mod
docker run --volume="$PWD:$PWD" --user="$(id --user):$(id --group)" --workdir="$PWD" --env=HOME --entrypoint=make --rm -it ghcr.io/pgaskin/nickeltc:1.0 all koboroot
Also had to copy input-event-codes.h
from /usr/include/linux/input-event-codes.h
and update the source accordingly. I have no idea how to get docker to retrieve the file from the host.
I faced a number of errors when compiling on Ubuntu 22.04. Any idea why?