Hello
i am trying to compile a code of mine RX.C in IAR workbench to be burnt into CC2510 target boards . I have included all header files .
But i am getting this error which i am not able to rectify .Can nyone please please let me know wat to do to solve it .i am stuck at this for a week now . This error i am getting in bsp_8051_defs.h . The following are the images of the error that i am getting .
line 59 : #error "ERROR: The MCU include file must be specified. Define MCU_H=<mcu_file.h> at the project level." ----This line is the one which is causing the error.
The error
Fatal Error[Pe035]: #error directive: "ERROR: The MCU include file must be specified. Define MCU_H=<mcu_file.h> at the project level."
Error while running C/C++ Compiler
Do you still need the solution for this problem? If so I can post it.
I am having the same problem. Could you post the solution, please?
I assume for IAR-IDE what hardware kit and software are you using?
Yes, I am using IAR-IDE for MCS-51 to programa CC1110. I have just solved the problem.
All I needed was to define the symbol MCU_H=<ioCC1110.h> under the prepocessor tab of C/C++ compiler options of the project. Thank you very much for your support in any case.
I'm glad you found it. Be sure to add both items:
MRFI_CC1110MCU_H="ioCC1110.h"
Hi,all OS:WINCE 6.0 Processor:DM3730 BSP:BSP_WINCE_ARM_A8_01_02_00 DVSDK:dvsdk_wince_01_11_00_02 When I use DVSDK-Demos\BSP_WINCE_ARM_A8_01_02_00\Misc\DVSDK-Demos\davincieffect_h264vid_mpeg1l3aud_d1ntsc_722kbps.avi to test the DM3730 DSP, There are no image in WMP(Windows Media Player),and the debug messages are: " ... TIMM: ARM CPU load =6 TIMM: DSP CPU load =0 TIMM: ARM CPU load =2 TIMM: DSP CPU load =0 ... " The DVSDK I used is dvsdk_wince_01_11_00_02. which drivers do relate to TI'DSP in addition to DVSDK? How to solve the problem?