ARMmbed / mbed-os-bluetooth-integration-testsuite

Mbed OS test suite for Bluetooth integration
Apache License 2.0
13 stars 4 forks source link

Link object duplication #16

Closed jeromecoutant closed 4 years ago

jeromecoutant commented 4 years ago

Hi

Command:

mbed compile -t ARM -m DISCO_L475VG_IOT01A --profile toolchains_profile.json -f

Check link warnings:

Object file AdvertisingParameters.o is not unique! It could be made from: mbed-os\connectivity\FEATURE_BLE\source\gap\AdvertisingParameters.cpp source\Commands\parameters\AdvertisingParameters.cpp
Object file ConnectionParameters.o is not unique! It could be made from: source\Commands\parameters\ConnectionParameters.cpp mbed-os\connectivity\FEATURE_BLE\source\gap\ConnectionParameters.cpp
Object file DiscoveredCharacteristic.o is not unique! It could be made from: source\Commands\Serialization\DiscoveredCharacteristic.cpp mbed-os\connectivity\FEATURE_BLE\source\gatt\DiscoveredCharacteristic.cpp
pan- commented 4 years ago

That's a warning that was issued to satisfy IAR export constraints. Mbed OS does not support IAR anymore. I'm closing this.