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.

How to change search path when make the MSP430BT5190-CC2560 SDK Beta 1.0?

Other Parts Discussed in Thread: CC2560

I am trying to make the MSP430BT5190-CC2560 SDK to the MPS430 experiment board. However, there are fetal errors when I make the accl and temp under the SPP. The errors are all saying it could not open some source file.

Like this:

Fatal Error[Pe005]: could not open source file "sdk_pl.h"   C:\MSP430BT5190-CC2560 SDK\Beta 1.0\MSP430- CC2560_Applications\Source\bluetooth\export\accl_appl\accelerometer_pl.c 11 

            searched: "C:\MSP430BT5190-CC2560 SDK\Beta 1.0\MSP430-CC2560_Applications\Source\bluetooth\export\accl_appl\" 

            searched: "C:\Program Files\IAR Systems\Embedded Workbench 5.4 Evaluation\430\INC\" 

            searched: "C:\Program Files\IAR Systems\Embedded Workbench 5.4 Evaluation\430\INC\DLIB\" 

 

It seems that the file "sdk_pl.h" is in the "C:\MSP430BT5190-CC2560 SDK\Beta 1.0\MSP430-CC2560_Applications\Source\bluetooth\private\accl_appl\" which is not in the searching area.

How can I solve this problem?

Thanks.

Sylvia