Hi everyone,
for a project with KL16 in CW 10.6 the linker does not work, it breaks with these errors:
ARM_GCC_Support/ewl/EWL_C/src/sys/uart_console_io.c undefined reference to `InitializeUART'
ARM_GCC_Support/ewl/EWL_C/src/sys/uart_console_io.c undefined reference to `ReadUARTN'
ARM_GCC_Support/ewl/EWL_C/src/sys/uart_console_io.c undefined reference to `WriteUARTN'
mingw32-make:*** [test.elf] Error1
but I don't specified any library or other function that using these.....
Thanks in advance
Daniele