Hi, On 01/23/2018 05:48 PM, Evgeniy Didin wrote: > Update Linux kernel version from 4.9 to 4.14 for archs38. > config-4.14 was simply regenerated with "make kernel_menuconfig". > > Signed-off-by: Evgeniy Didin <evgeniy.di...@synopsys.com> > Cc: Alexey Brodkin <abrod...@synopsys.com> > Cc: John Crispin <j...@phrozen.org> > --- > target/linux/archs38/Makefile | 2 +- > target/linux/archs38/{config-4.9 => config-4.14} | 52 > +++++++++++----------- > ...stmmac-Disable-frame-filtering-completely.patch | 0 > 3 files changed, 28 insertions(+), 26 deletions(-) > rename target/linux/archs38/{config-4.9 => config-4.14} (85%) > rename target/linux/archs38/{patches-4.9 => > patches-4.14}/700-stmmac-Disable-frame-filtering-completely.patch (100%)
When compiling I am getting this error: ..... Building modules, stage 2. MODPOST 14 modules ERROR: "abort" [lib/mpi/mpi.ko] undefined! scripts/Makefile.modpost:92: recipe for target '__modpost' failed make[6]: *** [__modpost] Error 1 Makefile:1215: recipe for target 'modules' failed make[5]: *** [modules] Error 2 ....... This module has the abort symbol: hauke@hauke-desktop:~/openwrt/lede$ nm build_dir/target-arc_archs_uClibc/linux-archs38_generic/linux-4.14.14/lib/mpi/mpi.ko |fgrep abort U abort hauke@hauke-desktop:~/openwrt/lede$ This is my configuration: hauke@hauke-desktop:~/openwrt/lede$ ./scripts/diffconfig.sh CONFIG_TARGET_archs38=y CONFIG_TARGET_archs38_generic=y CONFIG_TARGET_archs38_generic_Default=y CONFIG_PACKAGE_kmod-crypto-aead=y CONFIG_PACKAGE_kmod-crypto-authenc=y CONFIG_PACKAGE_kmod-crypto-hash=y CONFIG_PACKAGE_kmod-crypto-hw-ccp=y CONFIG_PACKAGE_kmod-crypto-manager=y CONFIG_PACKAGE_kmod-crypto-null=y CONFIG_PACKAGE_kmod-crypto-pcompress=y CONFIG_PACKAGE_kmod-crypto-rsa=y CONFIG_PACKAGE_kmod-crypto-sha1=y CONFIG_PACKAGE_kmod-crypto-sha256=y CONFIG_PACKAGE_kmod-random-core=y I am also using your new toolchain based on gcc 7.1. Does the arc CPU also need some special handling like some MIPS CPUs: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=bbc25bee37d2b32cf3a1fab9195b6da3a185614a > diff --git > a/target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch > > b/target/linux/archs38/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch > similarity index 100% > rename from > target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch > rename to > target/linux/archs38/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch Is this patch still needed? Did you check if this problem still exists with kernel 4.14? Hauke _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev