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
Unfortunately this is precisely what FreeRTOS ports for AVR do, and gcc lets them get away with it. Installing Naggy prevents FreeRTOS projects from being compiled.
I suggest changing this error to a warning.
The text was updated successfully, but these errors were encountered:
LLVM doesn't allow non-asm statements inside naked functions:
https://www.mail-archive.com/cfe-commits@cs.uiuc.edu/msg105282.html
Unfortunately this is precisely what FreeRTOS ports for AVR do, and gcc lets them get away with it. Installing Naggy prevents FreeRTOS projects from being compiled.
I suggest changing this error to a warning.
The text was updated successfully, but these errors were encountered: