How to interpret compiler error message?

Hello, I'm getting following error message:

compiling RTX_Config.c...
C:\Keil\ARM\RV31\INC\RTX_lib.c(185): error: #29: expected an expression

I'm using Keil uVision V4.71.2.0 tools. C compier Armcc.Exe version v5.03.0.69

Is the error in filename RTX_Config.c, line number 185?

Parents
  • The following is the error from the compiler:

    Build target 'Proj1_Debug'
    compiling RTX_Config.c...
    C:\Keil\ARM\RV31\INC\RTX_lib.c(185): error: #29: expected an expression
    Target not created

    Line 185 in RTX_lib.c is as follows:

    #if (__ARM__ && __RTA_RTX_CONFIG)

    what might be the problem?

Reply
  • The following is the error from the compiler:

    Build target 'Proj1_Debug'
    compiling RTX_Config.c...
    C:\Keil\ARM\RV31\INC\RTX_lib.c(185): error: #29: expected an expression
    Target not created

    Line 185 in RTX_lib.c is as follows:

    #if (__ARM__ && __RTA_RTX_CONFIG)

    what might be the problem?

Children
More questions in this forum