naggy icon indicating copy to clipboard operation
naggy copied to clipboard

FreeRTOS AVR port incompatibility

Open shaiku opened this issue 8 years ago • 0 comments

LLVM doesn't allow non-asm statements inside naked functions: https://www.mail-archive.com/[email protected]/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.

shaiku avatar Oct 30 '16 17:10 shaiku