I'm attempting to use the emIDE (derived from Code::Blocks).
This error occurs during the build
something to do with HardwareSerial1 (UART0) and perhaps use of the special stream class.
Any clues?
--
I have this emIDE setup to use the Teensy include directory for all .h files. In emIDE, I have, I think, the requisite .c and .cpp files.
Edit: Ah ha. Missing mk20dx128.c.
Now on to the next error
Steve
This error occurs during the build
Code:
output\Debug\obj\Src\HardwareSerial1.o:(.rodata._ZTV6Stream[_ZTV6Stream]+0x8)||undefined reference to `__cxa_pure_virtual'
something to do with HardwareSerial1 (UART0) and perhaps use of the special stream class.
Any clues?
--
I have this emIDE setup to use the Teensy include directory for all .h files. In emIDE, I have, I think, the requisite .c and .cpp files.
Edit: Ah ha. Missing mk20dx128.c.
Now on to the next error
Steve
Last edited: