|
I'm trying to compile the Jernejsk sources from github, but at last my sd is not working.
There are some troubles:
first of all the ftp.kernel.org service is no longer active since the 1st of March, so i changed it in the package.mk /OpenELEC-OPi2/packages/sysutils/kmod/package.mk
this
- PKG_URL="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/$PKG_NAME-$PKG_VERSION.tar.xz"
Copy code into- PKG_URL="https://www.kernel.org/pub/linux/utils/kernel/kmod/$PKG_NAME-$PKG_VERSION.tar.xz"
Copy code
Then during the compiling process there is another issue
- UNPACK liberation-fonts-ttf
- gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now make: ***
Copy code So I changed inside /OpenELEC-OPi2/sources/liberation-fonts-ttfthe url because from 1st March 2017 the fedorahosted.org site has been shutdown and the package for liberation-fonts-ttf is no longer available from there.
I downloaded the tar.gz from another source and put it directly in the folder.
In this way, the make process will finish.
I copied the img file with dd, but after the splash screen, nothing appends.
Any suggestions will be appreciate
I'm using Ubuntu 16.10
make v 4.1
gcc version 6.2.0 20161005
|
|