CW 10.6 linker issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW 10.6 linker issue

546 Views
danielecolucci
Contributor I

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

0 Kudos
3 Replies

412 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Daniele,

I guess you didn't enable uart IO support. Please refer this article:

printf() with the FRDM-KL25Z Board and without Processor Expert | MCU on Eclipse 


Have a great day,
Jun Zhang

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

412 Views
danielecolucci
Contributor I

Hi Jun,

thanks for the suggest, solved!

0 Kudos

412 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

You are welcome!


Have a great day,
Jun Zhang

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos