We downloaded processor-sdk-02.00.02.11 and followed instructions on this page: http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK to build a core image. This was performed on an Ubuntu 14.04 virtual machine that was used successfully in the past to build the 02.00.01.07. We are getting the following error messages when building the SDK with the following command: >MACHINE=am57xx-evm bitbake arago-core-tisdk-image
configure: WARNING: --enable-bindings=ocaml specified, but ctypes is not installed | configure: WARNING: --enable-bindings=ocaml specified, but OUnit 2 is not installed. Tests will not run | configure: error: Prequisites for bindings not satisfied. Fix them or use configure --disable-bindings. | make[1]: Entering directory `/home/fluke/tisdk/build/arago-tmp-external-linaro-toolchain/work/cortexa15hf-vfp-neon-linux-gnueabi/ti-llvm3.6/3.6-r2/llvm-3.6.build/BuildTools' | make[1]: *** No targets specified and no makefile found. Stop. | make[1]: Leaving directory `/home/fluke/tisdk/build/arago-tmp-external-linaro-toolchain/work/cortexa15hf-vfp-neon-linux-gnueabi/ti-llvm3.6/3.6-r2/llvm-3.6.build/BuildTools' | make: *** [cross-compile-build-tools] Error 1 | ERROR: oe_runmake failed | WARNING: /home/fluke/tisdk/build/arago-tmp-external-linaro-toolchain/work/cortexa15hf-vfp-neon-linux-gnueabi/ti-llvm3.6/3.6-r2/temp/run.do_compile.19166:1 exit 1 from | exit 1
We appreciate any help. Thank you.
Tom McManus