NickelTC icon indicating copy to clipboard operation
NickelTC copied to clipboard

A dockerized, deterministic, automated, fixed, and fully-relocatable build of @NiLuJe's toolchain for Kobo eReaders.

Results 3 NickelTC issues
Sort by recently updated
recently updated
newest added

``` => ERROR [build 11/23] RUN cd /tc/sysroot-src && ./kobo-nickel-sysroot.sh 1.0s ------ > [build 11/23] RUN cd /tc/sysroot-src && ./kobo-nickel-sysroot.sh: #18 0.395 + SCRIPT_NAME=./kobo-nickel-sysroot.sh #18 0.395 ++ readlink -f ....

I'm building NickelTC on native armv8 (Raspberry Pi) for armv7 to be able to compile Kobo kernels when on vacation/traveling with a lightweight workstation. So far, I jumped through a...

NicelTC documentation currently recommends creating symlinks from arm-nickel-linux-gnueabihf-* symlinks to the following script: ``` #!/bin/bash exec /usr/bin/docker run --volume="$PWD:$PWD" --user="$(id --user):$(id --group)" --workdir="$PWD" --env=HOME --entrypoint="$(basename "${BASH_SOURCE[0]}")" --rm -it docker.io/geek1011/nickeltc:1 "$@"...