Hi,
I am working on the ble_connectivity example in nRF51_SDK_8.1.0_b6ed55f. A make error occurs when building this example.
Would you please tell me how can I fix the issue?
Thanks a lot
Hi,
I am working on the ble_connectivity example in nRF51_SDK_8.1.0_b6ed55f. A make error occurs when building this example.
Would you please tell me how can I fix the issue?
Thanks a lot
The problem is that the free version of Keil has a size restriction of 32k. This image is slightly more than 32 k, so the free version of Keil will not do. You probably have to go with another toolchain, such as GCC or pay for a Kei license.
Hi, Einar, Thanks for reply!
I'm glad to help. If you are happy with the answer I would appreciate it if you could accept it by clicking the check mark to the left of the answer.
Hi, Einar, Thanks again for your reply !
Now, I'm working on this pc_ble_driver, and I'd like porting this drive to other Linux platform (not Ubuntu PC). Maybe later I will encounter more questions, and then please you provide more the answers. Thanks a lot for your help.