I am trying to build a simple_peripheral project in CC2650 I get the following error. can anybody help me with this?

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.
I am trying to build a simple_peripheral project in CC2650 I get the following error. can anybody help me with this?

I use 9.3.0. yes build in ble_SDK_2_02_18 and I changed the pin mapping according to UsingTICertifiedBluetooth®lowenergyModule (CC2650MODA)asSingle-ChipWirelessMCU57176215&ref_url=https%253A%252F%252Fwww.google.com%252F
Revising simple_peripheral according to https://www.ti.com/lit/an/swra534a/swra534a.pdf won't cause such issue. Can you build default simple_peripheral example successfully?
I am able to build simple_peripheral and my program now.
I am using a program for the transceiver to send and receive the data from a Sensor board. The transceiver is connected to the USB port of the Laptop and Senor board is powered by Battery. Both are using CC2650MODA. I can build and debug both programs successfully.
The problem is:
When I connect my transceiver with my laptop USB port, in GUI I don't get the hardware connected! can you help me with what can be the possible reason? I am using someone else code and I can connect the device programmed by him. But the device I programmed is not connecting. Instead of initializing I should Get initialized when I connect the transceiver and in bellow right box I should get the message "Hardware Connected"
Hi,
After building simple_peripheral, are you able to establish a BLE connection with the device? Does simple_peripheral behave as expected?
Best Regards,
Jan
I build simple_peripheral successfully, but now when I try to build my customized code: I get this error

Hi,
Can you provide the entire build log? Was your code able to compile previously? If so, then can you verify if any changes have been made in the code since then?
Best Regards,
Jan
When I connect my transceiver with my laptop USB port, in GUI I don't get the hardware connected!
I suppose this GUI application needs dedicated application code running on specific CC26xx reference design. Can you elaborate where you download this GUI application?