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.

CC2530菜鸟请教

遇到Error[e12]: Unable to open file 'lnk51ew_cc2530b.xcl' 这个问题,看网上说是版本不对,可以按照

1.选择project
2.右键—>Option
3.Linker
4.找到config

5.在Search Paths输入“$TOOLKIT_DIR$\config\devices\Texas Instruments\lnk51ew_cc2530F256.xcl”
6.注意选上override default

这个做法做了,但是,make的时候还是会出现Error[e12]: Unable to open file 'lnk51ew_cc2530b.xcl' 这个错误。