Quantcast
Channel: Embedded Software (Read Only)
Viewing all 25965 articles
Browse latest View live

Forum Post: RE: Linux: How to install " arm-none-linux-gnueabi-gcc" on Linux Host Machine?

$
0
0
When I try to build Syslink examples, it is looking for arm-arago-none-gnueabi This is the log of make exmaples: make -C examples all make[1]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples' # # Making all examples... make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite/dsp' # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg n configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:61: recipe for target 'configuro/linker.cmd' failed make[3]: *** [configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex09_readwrite' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio/dsp' # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:61: recipe for target 'configuro/linker.cmd' failed make[3]: *** [configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex08_ringio' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp/dsp' # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:61: recipe for target 'configuro/linker.cmd' failed make[3]: *** [configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex06_listmp' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp/dsp' # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:61: recipe for target 'configuro/linker.cmd' failed make[3]: *** [configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex05_heapbufmp' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld/dsp' # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:61: recipe for target 'configuro/linker.cmd' failed make[3]: *** [configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex01_helloworld' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp/dsp' # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:61: recipe for target 'configuro/linker.cmd' failed make[3]: *** [configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex07_gatemp' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify/dsp' # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:61: recipe for target 'configuro/linker.cmd' failed make[3]: *** [configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex03_notify' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar/dsp' # # Making bin/configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o bin/configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:66: recipe for target 'bin/configuro/linker.cmd' failed make[3]: *** [bin/configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex34_radar' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq/dsp' # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:61: recipe for target 'configuro/linker.cmd' failed make[3]: *** [configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex02_messageq' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion' # # Making all ... make -C host all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion/host' # # Making all ... make PROFILE=debug app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion/host' make PROFILE=release app_host make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion/host' make[4]: Nothing to be done for 'app_host'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion/host' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion/host' make -C dsp all make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion/dsp' # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled' "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/package.xs", line 105 gmake: *** [package/cfg/Dsp_pe674.xdl] Error 1 js: "/home/miteshhiran/ti/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. makefile:61: recipe for target 'configuro/linker.cmd' failed make[3]: *** [configuro/linker.cmd] Error 1 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion/dsp' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex04_sharedregion' make[2]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' # # Making all ... make -f host.mak make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' # # Making all ... make -f host.mak PROFILE=debug umsg.a make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make[4]: Nothing to be done for 'umsg.a'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make -f host.mak PROFILE=release umsg.a make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make[4]: Nothing to be done for 'umsg.a'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make -f dsp.mak make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' # # Making all ... make -f dsp.mak PROFILE=debug umsg.a make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make[4]: Nothing to be done for 'umsg.a'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make -f dsp.mak PROFILE=release umsg.a make[4]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make[4]: Nothing to be done for 'umsg.a'. make[4]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' make -C linux make[3]: Entering directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg/linux' echo "CGT_ARM_INSTALL_DIR=/home/miteshhiran/ti/../ti-sdk-omapl138-lcdk-01.00.00/linux-devkit" CGT_ARM_INSTALL_DIR=/home/miteshhiran/ti/../ti-sdk-omapl138-lcdk-01.00.00/linux-devkit make -C /home/miteshhiran/ti/mcsdk_1_01_00_02/board-support/linux-3.3-psp03.22.00.06.sdk M=/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg/linux CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm \ EXTRA_CFLAGS="-I/home/miteshhiran/ti/ipc_1_25_03_15/packages -I/home/miteshhiran/ti/syslink_2_21_01_05/packages" modules make[4]: Entering directory '/home/miteshhiran/ti/mcsdk_1_01_00_02/board-support/linux-3.3-psp03.22.00.06.sdk' make[4]: arm-none-linux-gnueabi-gcc: Command not found CC [M] /home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg/linux/driver.o /bin/sh: 1: arm-none-linux-gnueabi-gcc: not found scripts/Makefile.build:305: recipe for target '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg/linux/driver.o' failed make[5]: *** [/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg/linux/driver.o] Error 127 Makefile:1362: recipe for target '_module_/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg/linux' failed make[4]: *** [_module_/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg/linux] Error 2 make[4]: Leaving directory '/home/miteshhiran/ti/mcsdk_1_01_00_02/board-support/linux-3.3-psp03.22.00.06.sdk' Makefile:27: recipe for target 'all' failed make[3]: *** [all] Error 2 make[3]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg/linux' makefile:43: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples/ex33_umsg' makefile:52: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/miteshhiran/ti/syslink_2_21_01_05/examples' makefile:271: recipe for target 'examples' failed make: *** [examples] Error 2

Forum Post: RE: Linux: How to install " arm-none-linux-gnueabi-gcc" on Linux Host Machine?

$
0
0
Hi, [quote]When I try to build Syslink examples, it is looking for arm-arago-none-gnueabi[/quote] This is because MCSDK uses the toolchain that comes with it: ~/ti/mcsdk_1_01_00_02/linux-devkit/sysroots/i686-arago-linux/usr/bin When you run make -C examples all from the top-level directory ~/ti/mcsdk_1_01_00_02/ the script automatically exports the above path & the cross-compiler in it. Try exporting the toolchain you want to use & then navigate to the corresponding directory (where the example is located) and execute make. Another option is to modify Rules.make to point to your custom toolchain. Best Regards, Yordan

Forum Post: Linux/DLP4500: Connecting the DLP4500 EVM to Raspberry pi 3 with nano DLP

$
0
0
Part Number: DLP4500 Tool/software: Linux hello im trying to build a DLP 3d printer using the DLP4500 EVM when i connect the projector to my computer, and i use the lightcrafter GUI, all works well, and i get a projection of my desktop in video mode. but when im moving the HDMI from my computer, to the raspberry pi 3 all i get is full blue screen(green led) i checked and configured the HDMI port in the raspberry and now when im typing in the terminal(to get some details on what is plugged in the hdmi: /opt/vc/bin/tvservice -m DMT i get: group DMT has 2 modes mode 4: 640X480 @ 60Hz 4:3, clock:25mhz progressive mode 28: 1280X800 @ 60Hz 16:10, clock:83mhz progressive when im typing in terminal(to see my current state): /opt/vc/bin/tvservice -s i get: state 0x120006 [DVI DMT (28) RGB full 16:10], 1280x800 @ 60.0Hz, progressive so the result i get looks pretty good as far as i understand for the projector properties. in the nano dlp the is a few configuration that i did and i suspect that maybe the problem is there:

Forum Post: RE: Linux/DRA726: Early boot - late attach on DRA726

$
0
0
[quote user="Pavel Botev"]From what I understand you have issues in "Early Boot" in boot loader, is that correct? Please provide me the exact steps of how you configure and re-build u-boot for "early boot" functionality enabled. [/quote] I am using the u-boot and kernel from the automotive SDK 3.02 with appropriated changes in the devicetree to support our board and LCD as well as patches to get the micro SD recognized correctly. After it was proven to work flawlessly in booting from QSPI I added support for I copied the late attach part from the dra7xx into my ACTIA board directory. In my u-boot the board definitions are not in the TI directory. There were enough differences between the automotive EVM and our board that I could not use the EVM stuff as is. I tried though to stay as close as possible to the way it is done in the EVM code and online documentation. What puzzled me is the configuration that is pointed to for the kernel doesn't match what can be done. I recall seeing it when working with SDK 2 but not this one. I followed the documentation that you pointed to very closely. I haven't looked at changing the place where it reads the IPU1 code from yet. I wanted to test it with what is supported first. Too many changes at once makes debugging more difficult. It doesn't appear to have any problem loading the code, how do I know if it is running right after loading? In the log I posted it looks like the core is reset anyway despite the entries in the devicetree. I don't see evidence in the log that it is running prior to that. I don't know if the problem is with Michael's code or the early boot. I probably need to replace his code with the small example from TI first. I have this in spl.c #ifdef CONFIG_LATE_ATTACH u32 cores_to_boot[] = { IPU1 }; #endif For the device tree I imported code from one of the evm dts files /* * Memory reserved for IOMMU table carveout 0xbfc00000 for length 0x100000 * Page Table Address for IPU1 0xbfc00000 */ &reserved_mem { latea_pagetbl: late_pgtbl@bfc00000 { reg = ; no-map; status = "okay"; }; }; &reserved_mem { latea_for_ipu1: latea_for_ipu1@a0000000 { reg = ; no-map; status = "okay"; }; }; &ipu1 { ti,late-attach; ti,no-idle-on-init; ti,no-reset-on-init; }; &timer11 { ti,late-attach; ti,no-idle-on-init; ti,no-reset-on-init; }; &timer7 { ti,late-attach; ti,no-idle-on-init; ti,no-reset-on-init; }; &timer8 { ti,late-attach; ti,no-idle-on-init; ti,no-reset-on-init; }; &mmu_ipu1{ ti,late-attach; ti,no-idle-on-init; ti,no-reset-on-init; }; The DDR goes from 0x80000000 to 0xBFFFFFFF, we only have 1G of RAM Does it matter in Linux if the reserved blocks are in misc places (meaning not in the same area)? Michel

Forum Post: RE: Linux/AM3359: GPIO0_20 always low when configured to be input

$
0
0
i already made all of this. in the device tree i set it as input with internal pullup and i set to mux mode 7 as you can see below: 0x1b4 (PIN_INPUT_PULLUP | MUX_MODE7) and its still low after i export the GPIO and configure it to input.

Forum Post: RE: Linux/AM3359: GPIO0_20 always low when configured to be input

$
0
0
Can you share your dts? Best Regards, Yordan

Forum Post: Linux/AM5728: GPIO softreset failed (out of time) in kernel on AM5728

$
0
0
Part Number: AM5728 Tool/software: Linux Hi expert, Customer is using PSDK on AM5728 EVM board. He tried to do GPIO softreset by _reset(call _ocp_softreset ) function but failed. Kernel reported omap_hwmod: gpio1: softreset failed (waited 10000 usec) But in the beginning of kernel start, it succeed omap_hwmod: gpio1: state=0x4,fun=_ocp_softreset,line=1938,oh->flags=0x0 omap_hwmod: gpio1: state=0x4,fun=_ocp_softreset,line=1957,v=0x1d omap_hwmod: gpio1: _sysc_cache=0x1d,fun=_update_sysc_cache,line=291 omap_hwmod: gpio1: softrst_mask=0x2,fun=_set_softreset,line=457,v=0x1d omap_hwmod: gpio1: softrst_mask=0x2,fun=_set_softreset,line=461,v=0x1f omap_hwmod: gpio1: _sysc_cache=0x1f,fun=_write_sysconfig,line=316 omap_hwmod: gpio1: fun=omap_hwmod_write,line=3389,oh->_state=0x4,oh->_ mpu_rt_va=0Xfce10000,reg_offs=0x10 ,v=0x1f ,oh->flags=0x0 omap_hwmod: gpio1: softreset in 39 usec So questions is how to do softreset to GPIO after kernel started? Is there anything missed ? If possible, could you please show me an example. Thanks a lot. Regards, Allen

Forum Post: RE: Linux/TCI6638K2K: 10GbE Interface using XFP Module, Link not up

$
0
0
Hi Gireesh, Can you verify that you have the serdes firmware in your filesystem? See the following errors in your log: [ 0.456867] ti,keystone-serdes 231e000.phy: Direct firmware load for ks2_xgbe_serdes.bin failed with error -2 [ 0.456878] ti,keystone-serdes 231e000.phy: can't get any serdes init fw [ 0.456883] LWS:KSERDES_PHY_XGE [ 0.456889] ti,keystone-serdes 231e000.phy: LWS serdes init [ 0.456896] ti,keystone-serdes 231e000.phy: LWS serdes procider init failed -19 And because there is no firmware to be loaded you later get: [ 1.806991] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device [ 2.315702] ti,keystone-serdes 231e000.phy: init_lane_rx wait sd valid FAILED -110 [ 7.225701] ti,keystone-serdes 231e000.phy: init_lane_rx wait sd valid FAILED -110 [ 11.626702] netcp-1.0 soc:netcp@2f00000: cpts: overflow check period 350 (jiffies) [ 11.634303] netcp-1.0 soc:netcp@2f00000: CPTS: ref_clk_freq:600000000 calc_mult:3579139413 calc_shift:31 error:-1 nsec/sec [ 11.645410] netcp-1.0 soc:netcp@2f00000: initialized cpsw ale version 9.3 Best Regards, Yordan

Forum Post: RE: Linux: J6-DRA7xx- Load & Booting ipu1 xem4 image from A15linux - Required Device tree (dts) changes

$
0
0
Hello, Timers and mailboxes are generic devices which can be used by any of DSP, IPU and other remote cores. We have aligned on hardware usage of these in the IPC library across different varieties of Software TI wide. So by default, the mailboxes as specified in the device tree DO NOT conflict with the ones used by Vision SDK As such, if you have modified Vision SDK code for additional links, chains, etc, No need to change the mailbox, timer association. you have already matched the IPU/DSP code/data section via the cma node But, Vision SDK also uses shared memory regions. Plese make sure they are added as reserved memory nodes This is already done in the infoadas DTSB source. Please refer to it Regards, Nikhil D

Forum Post: RE: Linux: How to install " arm-none-linux-gnueabi-gcc" on Linux Host Machine?

$
0
0
HI there, yup the path you showed "~/ti/mcsdk_1_01_00_02/linux-devkit/sysroots/i686-arago-linux/usr/bin " does have arm-arago-linux-gnueabi but the syslink is looking for arm-none-linux-gnueabi-gcc and following error : # # Making configuro/linker.cmd ... /home/miteshhiran/ti/xdctools_3_23_01_43/xs --xdcpath="/home/miteshhiran/ti/syslink_2_21_01_05/packages;/home/miteshhiran/ti/bios_6_33_02_31/packages;/home/miteshhiran/ti/ipc_1_25_03_15/packages;/home/miteshhiran/ti/xdctools_3_23_01_43/packages" \ xdc.tools.configuro -o configuro \ -t ti.targets.elf.C674 -c /home/miteshhiran/ti/TI_CGT_C6000_7.3.3 \ -p ti.platforms.evmOMAPL138:dsp -b ../shared/config.bld \ -r release Dsp.cfg configuring Dsp.xe674 from package/cfg/Dsp_pe674.cfg ... js: "/home/miteshhiran/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/Build.xs", line 59: XDC runtime error: ti. sysbios .BIOS: no property named 'smpEnabled'

Forum Post: RE: Remote I/O error in case of writing on EEPROM

$
0
0
Hi, What is the result when you use i2cdetect, i2cget, i2cset commands? Are you able to see the devices connected to i2c, read/write with get & set commands? Best Regards, Yordan

Forum Post: RE: Linux/AM5728: GPIO softreset failed (out of time) in kernel on AM5728

$
0
0
Hi Allen, They can try a direct access to GPIO_SYSCONFIG[1]SOFTRESET: Software reset. Set this bit to 1 to trigger a module reset. The bit is automatically reset by the hardware. During reads, it always returns 0 0x0: Normal mode 0x1: The module is reset. They can use devmem2. Best Regards, Yordan

Forum Post: Linux: How to compile example on ARM core of the OMAPl138 SoC?

$
0
0
Tool/software: Linux Hi there, I have gone through the example of building HelloWorld design using cross compiler on host linux PC from the following link But I would like to build some LED flashing design on ARM core using the cross compiler. I have LED flashing design which I have used on the DSP core and would like to try similar over the ARM core running Linux. Is it the case of just switching the compiler??

Forum Post: RE: Linux: How to compile example on ARM core of the OMAPl138 SoC?

$
0
0
Hi, I will assume you have the latest ti-processor-sdk-linux-omapl138-lcdk-04.00.00.04 installed & your program is called myflash.c The steps to cross-compile an example code for your board are: export ARCH=arm export PATH=~/ti-processor-sdk-linux-omapl138-lcdk-04.00.00.04/linux-devkit/sysroots/x86_64-arago-linux/usr/bin:$PATH export CROSS_COMPILE=arm-linux-gnueabi- Then navigate to the location of your program & compile it with gcc: gcc -o myflash myflash.c Best Regards, Yordan

Forum Post: RE: Linux: How to compile example on ARM core of the OMAPl138 SoC?

$
0
0
Thanks for your reply. I am using SDK 1.01.00.02. If I have header files in different location how to include them during compile? For the LED example, I have these #include ... #include #include #include

Forum Post: RE: Linux/DLP4500: Connecting the DLP4500 EVM to Raspberry pi 3 with nano DLP

$
0
0
Hi Hotam, This forum supports only TI's Linux releases. If you suspect some Linux issue you should ask in raspberry community. If you suspect hardware or config issue related to DLP4500 the proper place for your questions is Advanced light control E2E forum at: e2e.ti.com/.../ BR Tsvetolin Shulev

Forum Post: RE: Linux: How to compile example on ARM core of the OMAPl138 SoC?

$
0
0
Getting the following error: /home/miteshhiran/ti/pdk_OMAPL138_1_01_00_02/packages/ti/csl/tistdtypes.h:116:6: error: #error is not supported for this target

Forum Post: RE: Linux/AM5728: gStreamer error

$
0
0
Hi Margarita, we just installed new sdk ti-processor-sdk-linux-am57xx-evm-04.00.00.04. We still get the same error "dma_alloc_coherent of size 4149248 failed". So we don't know how to go on. Could you please help us to locate the error? Thanks Marc

Forum Post: RE: Linux: How to compile example on ARM core of the OMAPl138 SoC?

$
0
0
Hi Yordan, Is it possible to run LED flashing example on OMAP-L138 LCDK board on the ARM core (Linux)? In DSP core, we have PDK with all the drivers and header files like for GPIO and in the DSP core design those are used to flash LED with or without SYSBIOS . Is similar thing accessing GPIO directly possible from ARM core over Linux possible??

Forum Post: RE: Starterware/OMAP-L138: StarterWare for OMAP-L138 Unit Testing

$
0
0
Jose, Lwip is legacy third party software that is no longer supported by the factory team. You could try to ask the question at savannah.nongnu.org/.../ to see if there are any third parties who support it.Thanks. Lali
Viewing all 25965 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>