Gast
#1682305
Ich hab auf einen Mikrocontroller das Echtzeitbetriebssystem freertos portiert. Beim übersetzen erscheint folgende Fehlermeldung: Warning: undefined behavior: the order of volatile accesses is undefined in this statement C:\Entwicklung\freertos\tasks.c 652 Warning: undefined behavior: the order of volatile accesses is undefined in this statement C:\Entwicklung\freertos\tasks.c 658 Warning: undefined behavior: the order of volatile accesses is undefined in this statement C:\Entwicklung\freertos\tasks.c 713 Warning: undefined behavior: the order of volatile accesses is undefined in this statement C:\Entwicklung\freertos\tasks.c 719 Warning: undefined behavior: the order of volatile accesses is undefined in this statement C:\Entwicklung\freertos\tasks.c 1578 Warning: undefined behavior: the order of volatile accesses is undefined in this statement C:\Entwicklung\freertos\tasks.c 1578 Warning: undefined behavior: the order of volatile accesses is undefined in this statement C:\Entwicklung\freertos\tasks.c 1579 Warning: undefined behavior: the order of volatile accesses is undefined in this statement C:\Entwicklung\freertos\tasks.c 1634 Warning: undefined behavior: the order of volatile accesses is undefined in this statement C:\Entwicklung\freertos\tasks.c 1639 Was bedeutet eigentlich genau diese Warnung? Was könnte ich tun, damit diese Warnung nicht wieder erscheinen tut?