We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I'm new to ARM and Keil tools. I'm using Keil uVision V4.71.2.0. Compiler is Armcc.Exe. Compiler version is v5.03.0.69.
I'm working on large code base. When I try to build code, I get the following error:
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
In RTX_lib.c, line 185 looks is as follows:
#if (__ARM__ && __RTA_RTX_CONFIG)
what might me the problem? Thanks in advance.
I have continuted the question on the previous thread.