I'm trying to modify the links in the CC2650DK BLE HeartRate and SimpleBLEPeripheral examples so that it's easy to duplicate the projects without affecting originals. I set the links in CCS as follows:
HeartRate Links:
SimpleBLEPeripheral Links:
However, when I go to build, SimpleBLEPeripheral complains about driverlib.lib, whereas HeartRate links fine:
HeartRate build output
SimpleBLEPeripheral build output:
How can I fix this?



