Tool/software: Linux
Hi ,
I am trying to build processor sdk for TCIEVMK2X board using following link as reference
http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
I am running it on ubuntu 16.04
As i reach to the folowing step
MACHINE=k2hk-evm bitbake arago-core-tisdk-image
following error is coming
ti/tisdk/build/arago-tmp-external-linaro-toolchain/work/k2hk_evm-linux-gnueabi/rm-lld-rtos/02.02.00.02-r1.1/temp/run.do_compile.3044: 217: [: 1: unexpected operator
What i found was at line no.217 of file run.do_compile.3044 i need to change == to =
but if i again run after making the changes
MACHINE=k2hk-evm bitbake arago-core-tisdk-image
a new file is generated with name like run.do_compile.5550
so there is no use of manually editing the error
How to resolve the issue.
Regards