Tool/software: Linux
I am trying to rebuild the SDK follow by wiki page: http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
But i got a lot of problem such as :
1.Fetch error
E.g. ERROR: gdb-linaro-7.8-r2014.09.arago0 do_fetch: Fetcher failure: Fetch command failed with exit code 8, output:
I think now this goes to achieve folder now( https://releases.linaro.org/archive/14.09/components/toolchain/gdb-linaro/gdb-linaro-7.8-2014.09.tar.xz:
2. it tried to cp a file named :"C++" to the location which has a "C++" directory and failed
| cp: cannot overwrite directory '/opt/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2016.02-r0.arago32/image/usr/include/c++' with non-directory
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_install (log file is located at /opt/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2016.02-r0.arago32/temp/log.do_install.127662)
ERROR: Task 838 (/opt/tisdk/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb, do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 229 tasks of which 222 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish
Thanks
Wayne