This is not working at all.
I get an error when using:
Code:
make TARGET_DEVICE=KOBO koboupdate
This is the result:
Code:
make -C koreader-base
make[1]: Entering directory `/home/<user>/koreader/koreader-base'
# To recap: build its TARGET_CC from CROSS+CC, so we need HOSTCC in CC.
# Build its HOST/TARGET_CFLAGS based on CFLAGS, so we need
# a neutral CFLAGS without arch
make -j2 -C luajit-2.0 \
CC="gcc" HOST_CC="gcc -m32" \
CFLAGS="-O2 -ffast-math -pipe -fomit-frame-pointer" HOST_CFLAGS="-march=native -O2 -ffast-math -pipe -fomit-frame-pointer" \
TARGET_CFLAGS="-O2 -ffast-math -pipe -fomit-frame-pointer -march=armv6j -mtune=arm1136jf-s -mfpu=vfp -marm -mfloat-abi=hard -fno-stack-protector -U_FORTIFY_SOURCE -D_GNU_SOURCE -fno-finite-math-only -DKOBO_PLATFORM" \
TARGET_FLAGS="-DLUAJIT_NO_LOG2 -DLUAJIT_NO_EXP2" \
CROSS="arm-linux-gnueabihf-"
make[2]: Entering directory `/home/<user>/koreader/koreader-base/luajit-2.0'
==== Building LuaJIT 2.0.2 ====
make -C src
make[3]: arm-linux-gnueabihf-gcc: Command not found
make[3]: Entering directory `/home/<user>/koreader/koreader-base/luajit-2.0/src'
make[3]: arm-linux-gnueabihf-gcc: Command not found
make[3]: arm-linux-gnueabihf-gcc: Command not found
make[3]: arm-linux-gnueabihf-gcc: Command not found
make[3]: arm-linux-gnueabihf-gcc: Command not found
make[3]: arm-linux-gnueabihf-gcc: Command not found
Makefile:231: *** Unsupported target architecture. Stop.
make[3]: Leaving directory `/home/<user>/koreader/koreader-base/luajit-2.0/src'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/home/<user>/koreader/koreader-base/luajit-2.0'
make[1]: *** [build//luajit] Error 2
make[1]: Leaving directory `/home/<user>/koreader/koreader-base'
make: *** [koreader-base/build//luajit] Error 2
Can anyone give a good explanation how to install this? (on a kobo glo)