You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with the offline creation 'mbed' library for board Nucleo_L152RE.
Compilings runs correctly (no errors or warnings). Library (libmbed.a) is created but the file 'devices.h' in folder '/.build/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE' is basically empty. There are not #defines (eg. DEVICE_SERIAL, ...). An attempt to compile an application fails with error: 'Serial is not a type.'
I create a library as usual with the command: 'python workspace_tools/build.py -m NUCLEO_L152RE -t GCC_ARM -o "debug-info"'.