Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 6 months ago.
BlueNRG Nucleo Board Import to IAR
I am trying to build the BlueNRG heart rate monitor sample in IAR.
I went here:
https://developer.mbed.org/teams/ST-Americas-mbed-Team/code/Nucleo_BLE_HeartRate/
and Imported the project using the Export to Desktop to the IAR.
When I open the IAR workspace and try to build I get a ton of these errors:
Error[Pe110]: expected either a definition or a tag name C:\MyDev\Neris\Nucleo_BLE_HeartRate\Nucleo_BLE_BlueNRG\hci\inc\hci_internal.h 33
I must be missing something basic. Please advise.
Question relating to:
1 Answer
9 years, 6 months ago.
Hello,
the code in the example you pointed to uses compiler specific flags, which are not valid for IAR. Therefore those errors.
The team for those repositories did not enable issue tracker (yes should be enabled by default). The pull requests are open, you can fix those issues and send PR.