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.

unable to generate .bin file in CCSv6.1.3 for TM4C1294

Other Parts Discussed in Thread: EK-TM4C1294XL, TM4C1294NCPDT

Hello,

In order to generate bin files for flash programmer,I tried to paste :

“${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin” “${BuildArtifactFileName}” “${BuildArtifactFileBaseName}.bin” “${CG_TOOL_ROOT}/bin/armofd” “${CG_TOOL_ROOT}/bin/armhex” “${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin”

into Properties -> Build-> steps -> Post Build steps.

but this does not work. only out files are generated. please help.

Regards,

Girish.

  • Girish,

    Make sure the command is all on a single line otherwise it will be treated as two separate commands.

    If that does not fix the issue, please copy the full output of the CCS build console to a text file and attach it here.

  • Aarti,
    Thanks for the fast reply. I am sorry.. I verified that the whole command is pasted in a single line, but the results remain as earlier. I have pasted the console below, for your reference:
    **** Build of configuration Release for project GPS Speedometer NEW ****

    "C:\\TI\\ccsv6\\utils\\bin\\gmake" -k all
    'Building file: ../Clock.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="Clock.d" "../Clock.c"
    'Finished building: ../Clock.c'
    ' '
    'Building file: ../Display.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="Display.d" "../Display.c"
    'Finished building: ../Display.c'
    ' '
    'Building file: ../GPRS.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="GPRS.d" "../GPRS.c"
    'Finished building: ../GPRS.c'
    ' '
    'Building file: ../GPS.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="GPS.d" "../GPS.c"
    'Finished building: ../GPS.c'
    ' '
    'Building file: ../I2C.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="I2C.d" "../I2C.c"
    'Finished building: ../I2C.c'
    ' '
    'Building file: ../I2CUser.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="I2CUser.d" "../I2CUser.c"
    'Finished building: ../I2CUser.c'
    ' '
    'Building file: ../InputOutput.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="InputOutput.d" "../InputOutput.c"
    'Finished building: ../InputOutput.c'
    ' '
    'Building file: ../Interrupt.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="Interrupt.d" "../Interrupt.c"
    'Finished building: ../Interrupt.c'
    ' '
    'Building file: ../InterruptUser.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="InterruptUser.d" "../InterruptUser.c"
    'Finished building: ../InterruptUser.c'
    ' '
    'Building file: ../LCDDisplay.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="LCDDisplay.d" "../LCDDisplay.c"
    'Finished building: ../LCDDisplay.c'
    ' '
    'Building file: ../Memory.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="Memory.d" "../Memory.c"
    'Finished building: ../Memory.c'
    ' '
    'Building file: ../TimeDateIST.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="TimeDateIST.d" "../TimeDateIST.c"
    'Finished building: ../TimeDateIST.c'
    ' '
    'Building file: ../Timer.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="Timer.d" "../Timer.c"
    'Finished building: ../Timer.c'
    ' '
    'Building file: ../TimerUser.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="TimerUser.d" "../TimerUser.c"
    'Finished building: ../TimerUser.c'
    ' '
    'Building file: ../Uart.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="Uart.d" "../Uart.c"
    'Finished building: ../Uart.c'
    ' '
    'Building file: ../UartUser.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="UartUser.d" "../UartUser.c"
    'Finished building: ../UartUser.c'
    ' '
    'Building file: ../Watchdog.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="Watchdog.d" "../Watchdog.c"
    'Finished building: ../Watchdog.c'
    ' '
    'Building file: ../WatchdogUser.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="WatchdogUser.d" "../WatchdogUser.c"
    'Finished building: ../WatchdogUser.c'
    ' '
    'Building file: ../main.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="main.d" "../main.c"
    'Finished building: ../main.c'
    ' '
    'Building file: ../pinout.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="pinout.d" "../pinout.c"
    'Finished building: ../pinout.c'
    ' '
    'Building file: ../tm4c1294ncpdt_startup_ccs.c'
    'Invoking: ARM Compiler'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --include_path="C:/TI/TivaWare_C_Series-2.1.3.156/examples/boards/ek-tm4c1294xl" --include_path="C:/TI/TivaWare_C_Series-2.1.3.156" --include_path="C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="tm4c1294ncpdt_startup_ccs.d" "../tm4c1294ncpdt_startup_ccs.c"
    'Finished building: ../tm4c1294ncpdt_startup_ccs.c'
    ' '
    'Building target: GPS Speedometer NEW.out'
    'Invoking: ARM Linker'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi -z -m"GPS Speedometer NEW.map" --stack_size=512 --heap_size=0 -i"C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/lib" -i"C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --reread_libs --diag_wrap=off --warn_sections --display_error_number --xml_link_info="GPS Speedometer NEW_linkInfo.xml" --rom_model -o "GPS Speedometer NEW.out" "./Clock.obj" "./Display.obj" "./GPRS.obj" "./GPS.obj" "./I2C.obj" "./I2CUser.obj" "./InputOutput.obj" "./Interrupt.obj" "./InterruptUser.obj" "./LCDDisplay.obj" "./Memory.obj" "./TimeDateIST.obj" "./Timer.obj" "./TimerUser.obj" "./Uart.obj" "./UartUser.obj" "./Watchdog.obj" "./WatchdogUser.obj" "./main.obj" "./pinout.obj" "./tm4c1294ncpdt_startup_ccs.obj" "../tm4c1294ncpdt.cmd" -llibc.a -l"C:/TI/TivaWare_C_Series-2.1.3.156/driverlib/ccs/Debug/driverlib.lib"
    <Linking>
    'Finished building target: GPS Speedometer NEW.out'
    ' '

    **** Build Finished ****

    Regards,
    Girish.
  • Can you post a screenshot of your post-build step ( the Project Properties->Build->Steps view)?
  • Here is the screenshot:

  • Girish,

    Your screenshot shows that the post-build step is set up for the Debug configuration, but the CCS build log you sent earlier shows the Release configuration being built.

    **** Build of configuration Release for project GPS Speedometer NEW ****

    Can you verify that you have the post-build step added for the Release configuration as well? You can change the build configuration at the top of the view you have shown above.

  • Aarti,

    Yes. I have indeed added. But Sorry.. I sent a wrong screenshot. Here is the correct Screenshot.

  • This is very odd. What is most surprising is that there is nothing printed out about the post-build step in the CCS build console. Even if the step were to fail for some reason, I would still expect to see that command show up in the build console, which is not happening in your case.

    Nevertheless could you check if there is a file named GPS in your Release directory (in case the step did in fact run but is just not showing up in the console)? If so, that would be the binary file (per this post, there is a known limitation wher`e the hex tool is not able to handle spaces in file names).

  • Aarti,

    I am not very sure as to which GPS file you are referring to in this context. However, I am attaching a screen shot of the contents of my release folder. Please let me know, which is the file, I need to rename.

    Regards,

    Girish.

  • I don't see the .out or .map file in this directory. In which directory are those files being generated?
  • please let me know which file should I search for along with extension like GPS.map etc and I will search for that and let you know.

    Girish.
  • The build output per your earlier post looks like this:

    'Building target: GPS Speedometer NEW.out'
    'Invoking: ARM Linker'
    "C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=5 --gcc --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA0 --define=PART_TM4C1294NCPDT --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi -z -m"GPS Speedometer NEW.map" --stack_size=512 --heap_size=0 -i"C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/lib" -i"C:/TI/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --reread_libs --diag_wrap=off --warn_sections --display_error_number --xml_link_info="GPS Speedometer NEW_linkInfo.xml" --rom_model -o "GPS Speedometer NEW.out" "./Clock.obj" "./Display.obj" "./GPRS.obj" "./GPS.obj" "./I2C.obj" "./I2CUser.obj" "./InputOutput.obj" "./Interrupt.obj" "./InterruptUser.obj" "./LCDDisplay.obj" "./Memory.obj" "./TimeDateIST.obj" "./Timer.obj" "./TimerUser.obj" "./Uart.obj" "./UartUser.obj" "./Watchdog.obj" "./WatchdogUser.obj" "./main.obj" "./pinout.obj" "./tm4c1294ncpdt_startup_ccs.obj" "../tm4c1294ncpdt.cmd" -llibc.a -l"C:/TI/TivaWare_C_Series-2.1.3.156/driverlib/ccs/Debug/driverlib.lib" 
    <Linking>
    'Finished building target: GPS Speedometer NEW.out'

    Please see the items highlighted in red (the -m option and -o option). Those options specify the names of the linker map file and executable file. Where are these files being generated in your system? By default they are supposed to be in the build configuration directory (in your case that would be the "Release" directory) but that doesn't appear to be the case. 

    I wonder if the spaces in the name of the project is causing an issue. Can you create a copy of this project (or create a new project) without any spaces in the project name (underscores are ok) and check if that builds without issues?

  • Dear Aarti,
    Thanks.. I could find my required file at last. Thanks for your support. I did take out all the blank spaces in my file name after reading all the materials you had forwarded and it worked. Thanks again for your patient support. TI Support is highly appreciated.

    Regards,
    Girish.
  • Aarti,
    I loaded the file to the controller and I am sorry to say, it lacks fidelity. The bin file does not function identical to the debug to the bin file. The bin file unnecessarily resets and also, unable to perform math operations like the debug mode file. Please help.. Time is running out for me...

    Regards,
    Girish.
  • Girish,

    I am glad to hear that your post-build issues are resolved. Since you are now facing a new issue, I would suggest starting a new post for this so as to keep the discussions relevant to the topic, which will make it easier for users searching the forums. I also think this new question may be better answered in the TM4C forum, so please start a new post there.