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.

Boot_sysCtlClkFreqSet aborts immediately with Tiva-C launchpad with SYS/BIOS

Other Parts Discussed in Thread: TM4C123GH6PM

I am working with the Tiva-C launchpad.

When I attempt to load code, I get an immediate abort, and the program is unable to run.

The error appears to start in ti_catalog_arm_cortexm4_tiva_ce_Boot_sysCtlClkFreqSet.

Message is: "ti_catalog_arm_cortexm4_tiva_ce_Boot_sysCtlClkFreqSet_E does not contain frame information".

I am using Code Composer 5.5, with SYS/BIOS 6.35.4.50.

I suspect there is a setting or option missing somewhere, but I do not know where to look.

Some history on the project:

I completed the RTOS kernel workshop with this launchpad and successfully completed all labs.

I developed a set of code for my application without BIOS, but now I am attempting to port this to BIOS. 

I have attempted a 'clean' build, with the same result.

Thank you

Dale

  • Hello Dale,

    Can you please send the CCS project so that I can try to replicate the issue to understand it better and come up with an answer.

    Regards

    Amit

  • Hi Amit

    Here are the project files. 

    0068.Controller CCS project.zip

    Thank you

    Dale

  • Hello Dale,

    I am facing compilation errors and while debugging them I noticed that you are using a very old version of TIVAWare

    C:/ti/TivaWare_C_Series-1.1/utils/

    which I do not have. And since it seems the error is with sysCtlClkFreqSet which is for TM4C129 , I would be of the opinion to update the TIVAWare.

    Regards

    Amit

  • Hi Amit

    I upgraded to TivaWare 2.1. However, I still get the same error.

    I have exported the updated project, and included files that you may not have; this should help to compile the code.

    2671.Controller CCS project.zip

    Thank you

    Dale

  • Hello Dale,

    The code still does not compile on the win-7 machine with CCSv5.5

    Log file for compilation:

    **** Build of configuration Debug for project Air Shock Controller with BIOS ****
    
    "C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all 
    making ../src/sysbios.aem4f ...
    gmake[1]: Entering directory `C:/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/src/sysbios'
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [BIOS.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    clem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/BIOS.c ...
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    Command-line error: missing source file name
    1 catastrophic error detected in this compilation.
    Compilation terminated.
    
    >> Compilation failure
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/BIOS.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/BIOS.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/BIOS.c: line 2: ` * Copyright (c) 2013, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Hwi.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Hwi.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Hwi.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Hwi_stack.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Hwi_stack.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Hwi_stack.c: line 2: ` * Copyright (c) 2013, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Hwi_startup.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Hwi_startup.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Hwi_startup.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Timer.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Timer.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/hal/Timer.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Clock.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Clock.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Clock.c: line 2: ` * Copyright (c) 2013, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Idle.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Idle.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Idle.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Intrinsics.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Intrinsics.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Intrinsics.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Queue.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Queue.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Queue.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Semaphore.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Semaphore.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Semaphore.c: line 2: ` * Copyright (c) 2013, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Swi.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Swi.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Swi.c: line 2: ` * Copyright (c) 2013, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Swi_andn.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Swi_andn.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Swi_andn.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Task.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Task.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/knl/Task.c: line 2: ` * Copyright (c) 2013, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi.c: line 2: ` * Copyright (c) 2013, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/TaskSupport.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/TaskSupport.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/TaskSupport.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/lm4/TimestampProvider.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/lm4/TimestampProvider.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/lm4/TimestampProvider.c: line 2: ` * Copyright (c) 2013, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/lm4/Timer.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/lm4/Timer.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/lm4/Timer.c: line 2: ` * Copyright (c) 2013, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/gates/GateHwi.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/gates/GateHwi.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/gates/GateHwi.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/gates/GateMutex.c: line 1: /Cygwin-Terminal.ico: cannot execute binary file
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/gates/GateMutex.c: line 2: syntax error near unexpected token `('
    C:/TI/bios_6_35_04_50/packages/ti/sysbios/gates/GateMutex.c: line 2: ` * Copyright (c) 2012, Texas Instruments Incorporated'
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 21: $'\r': command not found
    gmake[1]: *** [BIOS.obj] Error 127
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [m3_Clobber_asm.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Clobber_asm.sv7M ...
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [m3_IntrinsicsSupport_asm.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [m3_TaskSupport_asm.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ...
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [m3_Hwi_asm.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    "C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi.h", line 55: fatal error: cannot open source file "xdc/std.h"
    Compilation terminated.
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", WARNING! at line 37:
    4 Assembly Errors, 1 Assembly Warning
     [E1000]
             error while processing C code in .cdecls directive
    	        .cdecls C,NOLIST,"package/internal/Hwi.xdc.h"
    
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 65:
     [E0004]
             Structure/Union tag symbol expected
    	ti_sysbios_family_arm_m3_Hwi_Module__state__V .tag ti_sysbios_family_arm_m3_Hwi_Module_State
    
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 261:
     [E0004]
             Absolute, well-defined integer value expected
    	    .if ti_sysbios_BIOS_smpEnabled__D
    
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", REMARK   at line 261:
     [R0001]
             After symbol substitution the line became:
    	    .if FALSE
    
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 282:
     [E0009]
    
             Missing struct/union member or tag
    >> Compilation failure
    	swiTaskKeyAddr:         .word           ti_sysbios_family_arm_m3_Hwi_Module__state__V.swiTaskKeys
    
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at EOF:
     [E0300]
             The following symbols are undefined:
      FALSE
      swiTaskKeys
      ti_sysbios_family_arm_m3_Hwi_Module_State
      ti_sysbios_family_arm_m3_Hwi_Module__state__V
    
    Errors in Source - Assembler Aborted
    gmake[1]: *** [m3_Hwi_asm.obj] Error 1
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [m3_Hwi_asm_switch.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [ducati_CTM_asm.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/CTM_asm.sv7M ...
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [ducati_Core_asm.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/Core_asm.sv7M ...
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    "C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/Core.h", line 52: fatal error: cannot open source file "xdc/std.h"
    Compilation terminated.
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/Core_asm.sv7M", WARNING! at line 37:
    2 Assembly Errors, 1 Assembly Warning
     [E1000]
             error while processing C code in .cdecls directive
    
    	        .cdecls C,NOLIST,"package/internal/Core.xdc.h" 
    >> Compilation failure
    
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/Core_asm.sv7M", ERROR!   at line 39:
     [E0004]
             Absolute, well-defined integer value expected
    	    .if ti_sysbios_BIOS_smpEnabled__D
    
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/Core_asm.sv7M", REMARK   at line 39:
     [R0001]
             After symbol substitution the line became:
    	    .if FALSE
    
    "C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/Core_asm.sv7M", ERROR!   at EOF:
     [E0300]
             The following symbols are undefined:
      FALSE
    
    Errors in Source - Assembler Aborted
    gmake[1]: *** [ducati_Core_asm.obj] Error 1
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [omap4430_Power_saveCpu.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/omap4430/Power_saveCpu.sv7M ...
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [omap4430_Power_resumeCpu.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/omap4430/Power_resumeCpu.sv7M ...
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [smp_Power_saveCpu.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/smp/Power_saveCpu.sv7M ...
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [smp_Power_resumeCpu.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/family/arm/ducati/smp/Power_resumeCpu.sv7M ...
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    C:/Users/a0876236/AppData/Local/Temp/make6324-1.sh: line 1: $':\r': command not found
    gmake[1]: [dmtimer_Timer_asm.obj] Error 127 (ignored)
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
    asmem4f C:/TI/bios_6_35_04_50/packages/ti/sysbios/timers/dmtimer/Timer_asm.sv7M ...
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    cygwin warning:
      MS-DOS style path detected: C:\Users\a0876236\workspace_v5_5\Air Shock Controller with BIOS\Debug
      Preferred POSIX equivalent is: /cygdrive/c/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/Debug
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    gmake[1]: Target `all' not remade because of errors.
    gmake[1]: Leaving directory `C:/Users/a0876236/workspace_v5_5/Air Shock Controller with BIOS/src/sysbios'
    gmake: *** [../src/sysbios.aem4f] Error 2
    'Building file: ../app.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_25_03_72/xs" --xdcpath="C:/ti/bios_6_35_04_50/packages;C:/ti/uia_1_03_01_08/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C123G -r debug -c "C:/ti/ccsv5/tools/compiler/arm_5.1.1" --compileOptions "-g --optimize_with_debug" "../app.cfg"
    js: "C:/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: Error: Can't find platform package ti.platforms.tiva
    gmake: *** [configPkg/linker.cmd] Error 1
    gmake: Target `all' not remade because of errors.
    
    **** Build Finished ****
    

    Regards

    Amit

  • Hi Amit

    I am able to get this to work.

    I changed the settings in the RTSC tab, setting platform to ti.platforms.stellaris:TM4C123GH6PM, as shown.

    Previously, I set this to ti.platforms.tiva:TM4C123G, since I get warnings when I use stellaris.

    So, although the parameter does not seem to be right, it does solve the problem.

    Dale

  • Hello Dale,

    This is strange. Till I do not get the failure on my side (after solving the compilation issues) I would be cautious about the change of setting in having a long term issue later.

    Regards

    Amit