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.

Defined Symbols in IAR

Other Parts Discussed in Thread: CC2510

The Linker error I get is e42: Faulty symbols definition -Defined MRFI_CC1110

The two symbols I have defined in Options / C/C++ Compiler / Preprocessor are:

MCU_H=<ioCC1110.h>
MRFI_CC1110

I have retyped it a dozen times.

Thanks

  • The full error is 
    Fatal Error(e42): Faulty symbol definition -DMRFI_CC1110 

    The two symbols I have defined in Options / C/C++ Compiler / Preprocessor are:

    Define Symbols
    M
    CU_H=<ioCC1110.h>
    MRFI_CC1110

    If I change MRFI_CC1110 to MRFI_CC2510 I still get the -DMRFI_CC1110 error which tells me it is being set  somewhere besides Compiler /  Preprocessor

    If I attempt to use the full syntax -DMRFI_CC1110=1  I get an error to use -- in place of -