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
When attempting to build on Linux, I get the following failure (I have no private settings):
$ MBED_GCC_ARM_PATH=/usr/local/gcc-arm-none-eabi-7-2018-q2-update/bin python build.py -c -v -m NUCLEO_F030R8 -t GCC_ARM
Traceback (most recent call last):
File "build.py", line 191, in <module>
if Target.get_target(mcu).is_PSA_secure_target:
File "/home/adsilva/src/mbed-os/tools/targets/__init__.py", line 92, in wrapper
if (func.__name__, args) not in CACHES:
TypeError: unhashable type: 'dict'
This fails on master (5047ea4) but works on mbed-os-5.9.7