Hello everyone,
I'm using Texas instruments controller CC2511F32 in my project, and the compiler IAR for 8051 ver. 8.11.1
In my code I have had always an error "Error[e12]: Unable to open .xcl file"
After I have modified the IAR options:
- ( (menu) Project -> options -> (Category) Debugger -> (tab) setup ->Device Description file: "$TOOLKIT_DIR$\config\devices\_generic\io8051.ddf", with 'Override default' check box selected )
- ( (menu) Project -> options -> (Category) Linker -> (tab) Config -> in 'Linker configuration file': "$TOOLKIT_DIR$\config\lnk51ew_cc2511.xcl", with 'Override default' check box selected )
Using these options I have now the Error[e12] no more, but now I become new errors of type: Error[e46]: Undefined external "..." referrd in (C:\ ... \Obj\ ... .r51)
Can you please lead me to a solution?
Thank you for your kind help