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.

TMS470MF06607: TMS470NF06607 bin file missing

Part Number: TMS470MF06607

hi sir,

i try to develop the SCI boot loader for the TMS470MF06607 micro.

i developed my own application code. 

from my application code i remove the debug folder. and i had added the release folder.(i did the changes in the properties).

while compiling i get some errors. i get the error like BIN files are missing.

here i attached the image of that error also. can you please provide some valuable suggestions to solve this error.

image:

for making this changes i followed the steps from the pdf which is attached in the TMS570 boot loader file.

 

regards

Arun Kumar.N

  • Was the file "OS-blinky.out" created in the release subdirectory of your project? If not, look for an earlier compile or link error.
  • hi sir,

    yes ,sir. OS-blinky.out is generated. but this linking error is coming. it's show me like no input files are provided.

    i just copy what type of error i get it. may be it will helpful to you to understand my issue.

    error:
    "C:/ti/ccsv6/utils/tiobj2bin/tiobj2bin.bat"
    Usage: tiobj2bin file.out file.bin [ofd] [hex] [mkhex]
    "OS_blinky.out" "OS_blinky.bin"
    gmake[1]: [post-build] Error -1073741515 (ignored)
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/bin/armhex.exe"
    fatal error: no input files provided
    gmake[1]: [post-build] Error 1 (ignored)
    "OS_blinky.bin"
    "C:/ti/ccsv6/utils/tiobj2bin/mkhex4bin.exe"
    Reading from stdin ...
    File does not exist: at XML_TI_OFD.pm line 877.
    gmake[1]: [post-build] Error 255 (ignored)

    before getting this error my .out file is generated. after that only i get this error. after this error my hex file is also generated sir.

    can you please tell me some suggestions to avoid this fatal error sir.

    regards
    Arun Kumar.N