Hello,
my name is Martin Kostal, and I experienced problems while compiling the given examples of SimpleBLEPeripheralStack. The application builds and debugs flawlessly but the stack plops a warning: 'This project contains unresolved buildable linked resources.' -> it refers to CC2640Stack_HCI_TL.a and CC2640Stack.a which should be located in ti\simplelink\ble_cc26xx_2_01_00_44423\Projects\ble\SimpleBLEPeripheral\CC26xx\IAR\Lib\ , but aren't . I read a lot in the forum and via google about the problem and discovered the libraries are generated pre-build by LibSearch.exe . This .exe is present on my system but fails to generate the required libs.
I have attached a logfile of a clean rebuild and a picture of my linked resources (of the project).
I have a log file : (share code site)
I am using Code Composer Studio 6.1, up to date arm-ti-compiler BLE stack v2.1 ...
What else I did:
I can debug the stack and try to load it onto my RF06 eval. board. It says it cannot open [...]PeripheralStack.out (not present). However transfering the .hex file in \Accessories works (with Flashprogrammer 2). I reinstalled the BLE stack. Unfortunately I'm not able to reinstall CCStudio because I'm working at university and other people rely on a functional workspace.
I would even be fine with a workaround but I cannot progress my work without this.
Hopefully my problem is understandable, I wish you all a nice weekend.
Best regards
Martin Kostal (student at Berlin Institute of Technology)
PS: I apologize for any formatting issues