This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello,
As shown in the screen shot below, I imported the "Hello_World" project. But there is no platform in the drop-down list. I just put "C674" there. Then I got the error "Can't find the platform package" . Please advise. BTW, I am running CCS v8 in Windows 10 with "ti-processor-sdk-rtos-omapl138-lcdk-04.02.00.09-Windows-x86-Install.exe" installed.
Thanks,
Michael
Hi Aatig,
I checked "Installed Products". SYS/BIOS 6.52.0.12 is installed. I have tried to unintall / install, restart CCS and restart computer. But the platform is still not showing in the list. The other thing I noticed is that items in Products->RTSC were not checked (see the picture below). But even I checked them all and restart CCS, I still could not see the platforms. Please advise.
Thanks,
Michael
Hi Sasha,
After typing in ti.platforms.evmOMAPL138, I can build the imported project. But there is still no any other platform listed. Then I run the debugger, I got the error message "file load failed" as shown in the picture below. The .log file and building information showing in the console window are included for your reference. Due to the file name the Log File.txt
**** Build of configuration Debug for project hello_TMS320C6746_C67XX **** "C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O Building file: "../hello.cfg" Invoking: XDCtools "C:/ti/xdctools_3_50_05_12_core/xs" --xdcpath="C:/ti/bios_6_52_00_12/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evmOMAPL138 -r release -c "C:/ti/ti-cgt-c6000_8.2.2" --compileOptions "-g --optimize_with_debug" "../hello.cfg" making package.mak (because of package.bld) ... generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ... configuring hello.xe674 from package/cfg/hello_pe674.cfg ... generating custom ti.sysbios library makefile ... Starting build of library sources ... making D:/EMSCAN/TIworkspaceV8/hello_TMS320C6746_C67XX/src/sysbios/sysbios.ae674 ... gmake[1]: Entering directory `D:/EMSCAN/TIworkspaceV8/hello_TMS320C6746_C67XX/src/sysbios' cle674 C:/ti/bios_6_52_00_12/packages/ti/sysbios/BIOS.c ... remark #24038-D: --optimize_with_debug is deprecated and will be removed in a subsequent release. The behavior is enabled by default. asme674 C:/ti/bios_6_52_00_12/packages/ti/sysbios/family/c64p/Exception_asm.s64P ... remark #24038-D: --optimize_with_debug is deprecated and will be removed in a subsequent release. The behavior is enabled by default. asme674 C:/ti/bios_6_52_00_12/packages/ti/sysbios/family/c64p/Hwi_asm.s62 ... remark #24038-D: --optimize_with_debug is deprecated and will be removed in a subsequent release. The behavior is enabled by default. asme674 C:/ti/bios_6_52_00_12/packages/ti/sysbios/family/c64p/Hwi_asm_switch.s62 ... remark #24038-D: --optimize_with_debug is deprecated and will be removed in a subsequent release. The behavior is enabled by default. asme674 C:/ti/bios_6_52_00_12/packages/ti/sysbios/family/c64p/Hwi_disp_always.s64P ... remark #24038-D: --optimize_with_debug is deprecated and will be removed in a subsequent release. The behavior is enabled by default. asme674 C:/ti/bios_6_52_00_12/packages/ti/sysbios/rts/ti/tls_get_tp.asm ... remark #24038-D: --optimize_with_debug is deprecated and will be removed in a subsequent release. The behavior is enabled by default. asme674 C:/ti/bios_6_52_00_12/packages/ti/sysbios/family/c62/TaskSupport_asm.s62 ... remark #24038-D: --optimize_with_debug is deprecated and will be removed in a subsequent release. The behavior is enabled by default. asme674 C:/ti/bios_6_52_00_12/packages/ti/sysbios/timers/timer64/Timer_asm.s64P ... remark #24038-D: --optimize_with_debug is deprecated and will be removed in a subsequent release. The behavior is enabled by default. are674 BIOS.obj c64p_Exception_asm.obj c64p_Hwi_asm.obj c64p_Hwi_asm_switch.obj c64p_Hwi_disp_always.obj ti_tls_get_tp.obj c62_TaskSupport_asm.obj timer64_Timer_asm.obj ... gmake[1]: Leaving directory `D:/EMSCAN/TIworkspaceV8/hello_TMS320C6746_C67XX/src/sysbios' Build of libraries done. cle674 package/cfg/hello_pe674.c ... Finished building: "../hello.cfg" 1 file(s) copied. making ../src/sysbios/sysbios.ae674 ... gmake[1]: Nothing to be done for 'all'. Building file: "../hello.c" Invoking: C6000 Compiler "C:/ti/ti-cgt-c6000_8.2.2/bin/cl6x" -mv6740 --include_path="D:/EMSCAN/TIworkspaceV8/hello_TMS320C6746_C67XX" --include_path="C:/ti/ti-cgt-c6000_8.2.2/include" --define=c6746 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="hello.d_raw" --cmd_file="configPkg/compiler.opt" "../hello.c" Finished building: "../hello.c" making ../src/sysbios/sysbios.ae674 ... gmake[2]: Nothing to be done for 'all'. Building target: "hello_TMS320C6746_C67XX.out" Invoking: C6000 Linker "C:/ti/ti-cgt-c6000_8.2.2/bin/cl6x" -mv6740 --define=c6746 -g --diag_warning=225 --diag_wrap=off --display_error_number -z -m"hello_TMS320C6746_C67XX.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ti-cgt-c6000_8.2.2/lib" -i"C:/ti/ti-cgt-c6000_8.2.2/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="hello_TMS320C6746_C67XX_linkInfo.xml" --rom_model -o "hello_TMS320C6746_C67XX.out" "./hello.obj" -l"configPkg/linker.cmd" -llibc.a <Linking> Finished building target: "hello_TMS320C6746_C67XX.out" **** Build Finished ****
Thanks,
Michael