mirror of https://github.com/ARMmbed/mbed-os.git
Unfortunately the original fix doesn't hold for all targets in the online compiler. I think this is because when we override target.c_lib with target.default_lib, the default_lib isn't in the target.supported_c_libs list. Removing the default_lib patch altogether seems to work in the sense that compilation works. This may cause issues down the line if the tools inadevertently swap out the user's selected c_lib with something else. This is another problem we have to solve in a generic way which supports all use cases we want for offline and online tools. At the moment this is just a patch to get things working for mbed 6. |
||
---|---|---|
.. | ||
__init__.py | ||
arm.py | ||
gcc.py | ||
iar.py | ||
mbed_toolchain.py |