Fixing #6, caused by arm GCC 10.2.0 now defaulting to -fno-common and not merging multiple definitions of the same variable across different files, a thing upon which uC/OS-III sources seem to rely on.

replace/b892e675fe8a2846bc0ba9827e562ad15a6de3c1
Silvano Seva 2020-11-17 13:56:45 +01:00
rodzic 65329d044a
commit c239abbf04
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,7 @@ openocd = '/usr/local/bin/openocd'
[properties]
c_args = [
'-fcommon',
'-mcpu=cortex-m4', # Cortex-M4 CPU
'-mthumb', # ARM Thumb2 ISA
'-mfloat-abi=hard', # Hard floating point support