Tool/software: Code Composer Studio
I am trying the building the BIN file to pass to the bootloader however it is not working , can you advise what am i doing wrong
*** Build of configuration Debug for project V04268_v1 ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 2 all -O
Building target: "V04268_v1.out"
Invoking: ARM Linker
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.2.LTS/bin/armcl" -mv7R4 --code_state=32 -g --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi -z -m"V04268_v1.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.2.LTS/lib" -i"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="V04268_v1_linkInfo.xml" --rom_model --be32 -o "V04268_v1.out" "./source/can.obj" "./source/dabort.obj" "./source/esm.obj" "./source/gio.obj" "./source/het.obj" "./source/notification.obj" "./source/os_croutine.obj" "./source/os_event_groups.obj" "./source/os_heap.obj" "./source/os_list.obj" "./source/os_mpu_wrappers.obj" "./source/os_port.obj" "./source/os_portasm.obj" "./source/os_queue.obj" "./source/os_tasks.obj" "./source/os_timer.obj" "./source/pinmux.obj" "./source/sys_core.obj" "./source/sys_intvecs.obj" "./source/sys_main.obj" "./source/sys_mpu.obj" "./source/sys_pcr.obj" "./source/sys_phantom.obj" "./source/sys_pmu.obj" "./source/sys_selftest.obj" "./source/sys_startup.obj" "./source/sys_vim.obj" "./source/system.obj" "./source/v4268_init.obj" "../source/sys_link.cmd" -llibc.a
<Linking>
Finished building target: "V04268_v1.out"
Building files: "V04268_v1.out"
Invoking: ARM Hex Utility
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.2.LTS/bin/armhex" --ti_txt -o "V04268_v1.bin" "V04268_v1.out"
Translating to TI-TXT format...
"V04268_v1.out" .intvecs ==> .intvecs
"V04268_v1.out" .kernelTEXT ==> .kernelTEXT
"V04268_v1.out" .cinit ==> .cinit
"V04268_v1.out" .text ==> .text
"V04268_v1.out" .const ==> .const
Finished building: "V04268_v1.out"
"C:/ti/ccsv8/utils/tiobj2bin/tiobj2bin.bat"
Usage: tiobj2bin file.out file.bin [ofd] [hex] [mkhex]
"V04268_v1.out" "V04268_v1.bin"
makefile:193: recipe for target 'post-build' failed
process_begin: CreateProcess(C:\Users\kganeshan\Desktop\V04268_v1\Debug\V04268_v1.out, V04268_v1.out V04268_v1.bin, ...) failed.
make (e=193): Error 193
gmake[2]: [post-build] Error 193 (ignored)
process_begin: CreateProcess(NULL, C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.2.LTS/bin/ofd470.exe, ...) failed.
gmake[2]: [post-build] Error 2 (ignored)
process_begin: CreateProcess(NULL, C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.2.LTS/bin/hex470.exe, ...) failed.
gmake[2]: [post-build] Error 2 (ignored)
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.2.LTS/bin/ofd470.exe"
makefile:193: recipe for target 'post-build' failed
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.2.LTS/bin/hex470.exe"
makefile:193: recipe for target 'post-build' failed
"C:/ti/ccsv8/utils/tiobj2bin/mkhex4bin.exe"
makefile:193: recipe for target 'post-build' failed
Reading from stdin ...
File does not exist: at XML_TI_OFD.pm line 877.
gmake[2]: [post-build] Error 2 (ignored)
**** Build Finished ****