I’m trying to get an mbed project to compile for a MAX32630FTHR which runs an exactLE stack. I’ve set the target in my compile command and mbed_config.h. However within the file path .\mbed-os\features\FEATURE_BLE\targets\TARGET_Maxim/ there is the source code for the MaximBLE as well as the stack inside a folder /exactLE. I am getting linking errors as MaximBLE.cpp is not able to see the files inside the /exactLE folder. For reference:
.\mbed-os\features\FEATURE_BLE\targets\TARGET_Maxim/MaximBLE.cpp
.\mbed-os\features\FEATURE_BLE\targets\TARGET_Maxim/extactLE/…
so they are in the same folder, I don’t see how they wouldn’t see each other?
Thanks in advanced for the help,
L