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?
It looks like RTX_lib.c might be #included by RTX_Config.c
Very likely. Keil have a habit of doing that with the extra packages of MDK professional.
At the end of RTX_Config.c, RTX_lib.c is included. I'm not used seeing files included at the end of a source file. I am only used to header files included at the beginning of source file.
THANK YOU SO MUCH FOR YOUR HELP!