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.

IAR Linker Problem (CC2430 TI example)

Other Parts Discussed in Thread: CC2430, CC2530

Hi
i downloaded the CC2430 ZiggBee examples from the online support and tried to run them on the CC2430 evaluation board by the use of the CC2430 Software Examples user guide.

For this i installed the IAR embedded workbench IDE 30 days test software.

Then i opend the project like in the manuel under 3.2.2 and chose the srf04_cc2430 project tab.

Then i tried to "rebuilt all" (the light switch project) but then an error occured: Error[e12]: Unable to open file: 'lnk51ew_cc2430.xcl'

I searched online for this file and copied it in the program folder: IAR System\Embedded Wrokbench 6.0\8051\config


By doing this the first error could be solved but it call the next: Unable to open file 'lnk_base.xcl' lnk51ew_cc2430.xcl 138 because this file is called in the lnk51ew_cc2430.xcl file.

So what can be the solution for this problem?