Part Number: K2GICE
Tool/software: Linux
Hello,
I am trying to build the sdk on k2g-evm on Ubuntu 16.04 64 bit version using the steps mentioned in the below link:
http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
I have tried to execute the method for building the sdk:
$ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
$ cd tisdk
$ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.02.00.09-config.txt
$ mkdir downloads
$ cd downloads
$ # Assuming src file downloaded to $HOME/Downloads
$ tar xvf $HOME/Downloads/<target-board>-linux-sdk-arago-src-##.##.##.##.tar.xz
$ <target-board>-linux-sdk-arago-src-##.##.##.##/get_build_sources.sh <target-board>-linux-sdk-arago-src-##.##.##.##/source_pkg_list.txt
$ cd ..</span>
$ cd build
$ . conf/setenv
$ export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
$ MACHINE=k2g-evm ARAGO_RT_ENABLE=1 bitbake arago-core-tisdk-image
It gives the me the following error while building the sdk:
ERROR: ParseError at /home/manish/tisdk/sources/meta-processor-sdk/recipes-ti/includes/tisdk-paths.inc:1:Could not include required file recipes-ti/includes/arago-paths.inc
On further inspection, I find that the file "arago-paths.inc"doesn’t exist.
Kindly let me know how should I proceed.
Regards
Manish