mbed-os/tools/toolchains
Leszek Rusinowicz 5664a928f1 Workaround for ARMC6 Windows 7 assembler issue
On Windows 7 using --preproc option in ARMC6 assembler doesn't work
when -MD option is also specified. Compiler creates incorrect filename for
dependency file and compilation files.
To workaround this issue, this change returns to using a temporary file and
separately calling preprocessor and assembler (as in a case of ARMC5).
2019-04-05 12:26:25 +01:00
..
__init__.py Add ARMC5 as an option for the -t argument 2019-03-24 09:48:43 +00:00
arm.py Workaround for ARMC6 Windows 7 assembler issue 2019-04-05 12:26:25 +01:00
gcc.py Fix pylint warnings in gcc.py except for the long regex 2019-03-04 11:36:36 -06:00
iar.py Fix pylint in iar.py except for the long regex 2019-03-04 11:36:36 -06:00
mbed_toolchain.py Fix MBED_RAM_START/MBED_RAM_SIZE symbol generation 2019-04-05 12:26:24 +01:00