This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-K2G: Failed to build evm-k2g SDK Linux

Part Number: PROCESSOR-SDK-K2G

Hi, i try to build SDK with RT support for k2g-evm, and get an error

Build Configuration:
BB_VERSION           = "1.40.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "ubuntu-18.04"
TARGET_SYS           = "arm-linux-gnueabi"
MACHINE              = "k2g-evm"
DISTRO               = "arago"
DISTRO_VERSION       = "2019.11"
TUNE_FEATURES        = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU           = "hard"
meta-processor-sdk   = "HEAD:56d9d47f18eeec31a1086ca29e54b5956c46de84"
meta-aws             = "HEAD:6432f1b38b9dcbbb55020167f5b1cfe55e858c6d"
meta-ros             = "HEAD:72068b17e4192b51e09c8dc633805a35edac8701"
meta-arago-distro    
meta-arago-extras    = "HEAD:70436496d2617b281c51390faa3d421814055cd6"
meta-browser         = "HEAD:5f365ef0f842ba4651efe88787cf9c63bc8b6cb3"
meta-qt5             = "HEAD:e6e464c9ed9266ce46452f953c1bdcb0e7b2d95f"
meta-virtualization  = "HEAD:7685c7d415e0002c448007960837ae8898cd57a5"
meta-networking      
meta-python          
meta-oe              
meta-gnome           
meta-multimedia      
meta-filesystems     = "HEAD:446bd615fd7cb9bc7a159fe5c2019ed08d1a7a93"
meta-ti              = "HEAD:b27317ab4f9be931a66344ca502c7e3f4ec780e5"
meta-linaro-toolchain 
meta-optee           = "HEAD:615ea7561b844a3867cee4299d83d605c10b02ab"
meta                 = "HEAD:e68991ceb5933f7d03b96697e8a0ba0829feb320"

Initialising tasks: 100% |#######################################| Time: 0:00:01
Sstate summary: Wanted 29 Found 0 Missed 29 Current 0 (0% match, 0% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: linux-ti-staging-rt-4.19.94+gitAUTOINC+a242ccf3f1-r10a.arago1.tisdk1.1 do_compile: oe_runmake failed
ERROR: linux-ti-staging-rt-4.19.94+gitAUTOINC+a242ccf3f1-r10a.arago1.tisdk1.1 do_compile: Function failed: do_compile (log file is located at /home/user/Work/ti_sdk/tisdk/build/arago-tmp-external-arm-toolchain/work/k2g_evm-linux-gnueabi/linux-ti-staging-rt/4.19.94+gitAUTOINC+a242ccf3f1-r10a.arago1.tisdk1.1/temp/log.do_compile.17023)
ERROR: Logfile of failure stored in: /home/user/Work/ti_sdk/tisdk/build/arago-tmp-external-arm-toolchain/work/k2g_evm-linux-gnueabi/linux-ti-staging-rt/4.19.94+gitAUTOINC+a242ccf3f1-r10a.arago1.tisdk1.1/temp/log.do_compile.17023
Log data follows:
|   DTC     arch/arm/boot/dts/keystone-k2g-ice-pru-excl-uio.dtb
| Error: /home/user/Work/ti_sdk/tisdk/build/arago-tmp-external-arm-toolchain/work-shared/k2g-evm/kernel-source/arch/arm/boot/dts/k2g-evm-cmem.dtsi:1.1-2 syntax error
| FATAL ERROR: Unable to parse input tree
| scripts/Makefile.lib:294: recipe for target 'arch/arm/boot/dts/keystone-k2g-ice-pru-excl-uio.dtb' failed
| make[3]: *** [arch/arm/boot/dts/keystone-k2g-ice-pru-excl-uio.dtb] Error 1
| arch/arm/Makefile:345: recipe for target 'keystone-k2g-ice-pru-excl-uio.dtb' failed
| make[2]: *** [keystone-k2g-ice-pru-excl-uio.dtb] Error 2
| Makefile:146: recipe for target 'sub-make' failed
| make[1]: *** [sub-make] Error 2
| Makefile:24: recipe for target '__sub-make' failed
| make: *** [__sub-make] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/user/Work/ti_sdk/tisdk/build/arago-tmp-external-arm-toolchain/work/k2g_evm-linux-gnueabi/linux-ti-staging-rt/4.19.94+gitAUTOINC+a242ccf3f1-r10a.arago1.tisdk1.1/temp/log.do_compile.17023)
ERROR: Task (/home/user/Work/ti_sdk/tisdk/sources/meta-ti/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb:do_compile) failed with exit code '1'

How to get a solve problem with build error?