We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
white trying to compile source code offline i'm having the same issue over and over again.
it has been similarly reported here https://developer.mbed.org/questions/54408/Build-error/
i'm unable to find where is the problem in the linker, i'm using the 16k S110 version
Linking CXX executable BLE_HEART_RATE.elf CMakeFiles/BLE_HEART_RATE.elf.dir/main.cpp.o: In function _GLOBAL__sub_I_IRLed': main.cpp:(.text.startup._GLOBAL__sub_I_IRLed+0x8a): undefined reference tocreateBLEInstance()' collect2: error: ld returned 1 exit status make[2]: *** [BLE_HEART_RATE.elf] Error 1 make[1]: *** [CMakeFiles/BLE_HEART_RATE.elf.dir/all] Error 2 make: *** [all] Error 2
_GLOBAL__sub_I_IRLed': main.cpp:(.text.startup._GLOBAL__sub_I_IRLed+0x8a): undefined reference to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
white trying to compile source code offline i'm having the same issue over and over again.
it has been similarly reported here https://developer.mbed.org/questions/54408/Build-error/
i'm unable to find where is the problem in the linker, i'm using the 16k S110 version
Linking CXX executable BLE_HEART_RATE.elf
CMakeFiles/BLE_HEART_RATE.elf.dir/main.cpp.o: In function
_GLOBAL__sub_I_IRLed': main.cpp:(.text.startup._GLOBAL__sub_I_IRLed+0x8a): undefined reference to
createBLEInstance()'collect2: error: ld returned 1 exit status
make[2]: *** [BLE_HEART_RATE.elf] Error 1
make[1]: *** [CMakeFiles/BLE_HEART_RATE.elf.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: