Kernel compile problems

User avatar
Doc
 
Posts: 3
Joined: Fri Apr 14, 2017 9:55 pm
Location: Germany

Kernel compile problems

Mon Sep 18, 2017 6:48 pm

Hi folks,

I tried to compile the kernel tree and ran in some unexpected trouble.

(1) I took the openwrt - source from vocore.io (Version 15.05).

(2) When compiling on a debian host, I had to patch the file [build_dir/host/pkg-config-0.29/glib/glib/gdate.c] with:

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wformat-nonliteral"
tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm);
#pragma GCC diagnostic pop

(3) The next error was a missing header [linux/compiler-gcc6.h].
This seems to be not a real dependency. Therefore it was sufficient to link [compiler-gcc6.h] to [compiler-gcc5.h] . Strange, but working.

(4) BUT - later on, the build process wants to download files from ftp.all.kernel.org . That location seems no longer to exists.
Did anyone manage to circumvent this problem?

Thanx for advice

Kay

noblepepper
 
Posts: 240
Joined: Sat Nov 29, 2014 3:22 pm

Re: Kernel compile problems

Wed Sep 20, 2017 11:37 pm


Return to VoCore2/Lite/Ultimate

Who is online

Users browsing this forum: Google [Bot] and 56 guests