Java update to Java 8 update 451 (64bit) seems to make Teensy 4.1 Arduino IDE compiles fail. Tried several programs and all fail. All but one program were unmodified since last successful compile.
Compile fails with:
My Teensy 4.1 program uses these Teensy Midi functions:
// usbMIDI.sendNoteOn(note, velocity, channel);
// usbMIDI.sendNoteOff(note, velocity, channel);
// usbMIDI.sendControlChange(control, value, channel);
// usbMIDI.sendProgramChange(program, channel);
// usbMIDI.send_now();
A program I have that does not use the above still successfully compiles
Compile fails with:
Code:
internal error in mingw32_gt_pch_use_address, at config/i386/host-mingw32.c:192: MapViewOfFileEx: Attempt to access invalid address.
exit status 1
Compilation error: exit status 1
My Teensy 4.1 program uses these Teensy Midi functions:
// usbMIDI.sendNoteOn(note, velocity, channel);
// usbMIDI.sendNoteOff(note, velocity, channel);
// usbMIDI.sendControlChange(control, value, channel);
// usbMIDI.sendProgramChange(program, channel);
// usbMIDI.send_now();
A program I have that does not use the above still successfully compiles