Compiler bug?

This no help :frowning:

bperrybap:

static char stupidIDE;

This will trick/force the IDE into placing its header file correctly into your working
temporary file and since your code is not referencing the dummy variable, the linker will remove it.

---- bill