When I attempt to compile my project I get the following lines in the output and for probably these unknown reasons to me, SerialUSB.println("foo"); as the first line in setup never executes. Are there any traces that go deeper so I can see what is going on?
Going to build using 'armcompiler' (ARM)
Compiling core...
Compiling libraries: Display, Fan, Thermo, OneWire, Duty
C:\Users\ray\Maple\maple-ide-0.0.12-windowsxp32\libraries\OneWire\OneWire.cpp: In member function 'uint8_t OneWire::reset()':
C:\Users\ray\Maple\maple-ide-0.0.12-windowsxp32\libraries\OneWire\OneWire.cpp: In member function 'void OneWire::write_bit(uint8_t)':
C:\Users\ray\Maple\maple-ide-0.0.12-windowsxp32\libraries\OneWire\OneWire.cpp: In member function 'uint8_t OneWire::read_bit()':
Compiling the sketch...
In function 'void initDisplay()':
In function 'void reportFermentorStatus()':
In function 'void reportBrewStatus()':
In function 'bool isFerm()':
In function 'bool isBrew()':
In function 'bool isLogger()':
In function 'bool isDisplay()':
In function 'void clearStatus()':
Linking...
Computing sketch size...
C:\Users\ray\AppData\Local\Temp\build7116104440593403887.tmp\Fermentor.cpp.bin :
section size addr
.data 23464 0
Total 23464