Part Number:AM3352
Tool/software: Linux
Hello,
I have downloaded new TI SDK version and I am trying to compile kernel.
kernel: 4.14.67
compiler: linaro-7-2
This is what I get
make clean
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- tisdk_am335x-evm_defconfig
make clean
AR drivers/video/built-in.o
AR drivers/built-in.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
AR init/built-in.o
AR built-in.o
LD vmlinux.o
MODPOST vmlinux.o
WARNING: EXPORT symbol "__hyp_stub_vectors" [vmlinux] version generation failed, symbol will not be versioned.
KSYM .tmp_kallsyms1.o
KSYM .tmp_kallsyms2.o
LD vmlinux
SORTEX vmlinux
SYSMAP System.map
OBJCOPY arch/arm/boot/Image
Kernel: arch/arm/boot/Image is ready
LDS arch/arm/boot/compressed/vmlinux.lds
AS arch/arm/boot/compressed/head.o
When I compile kernel modules result is fine.
make -j 4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules
I also tried to compile this kernel version with a previous linaro compiler I have installed from previous TI SDK versions (linaro 5.3) and I get the same result when I compile kernel. Also when I compile modules this is the result:
make -j 4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules
CC [M] drivers/usb/storage/sierra_ms.o
CC [M] drivers/usb/storage/option_ms.o
LD [M] drivers/usb/host/xhci-hcd.o
LD [M] drivers/usb/host/xhci-plat-hcd.o
CC [M] drivers/usb/storage/usual-tables.o
LD [M] drivers/usb/storage/usb-storage.o
Building modules, stage 2.
MODPOST 410 modules
WARNING: EXPORT symbol "__hyp_stub_vectors" [vmlinux] version generation failed, symbol will not be versioned.
CC arch/arm/crypto/aes-arm-bs.mod.o
CC arch/arm/crypto/aes-arm-ce.mod.o
CC arch/arm/crypto/aes-arm.mod.o
CC arch/arm/crypto/chacha20-neon.mod.o
CC arch/arm/crypto/crc32-arm-ce.mod.o
CC arch/arm/crypto/ghash-arm-ce.mod.o
Please, could help us with this issue?
Best regards