probably a BUG found in Serial Manager

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

probably a BUG found in Serial Manager

634 Views
ChekhovMark
Contributor II

I'm using MUCXpresso IDE with SDK version of 2.8.0 of chip KV58F1M0VLL24. I'm using C++, and both my C & C++ compiler is set to arm-none-eabi-c++ with -std=c++17. When compiling "serial_manager.c", it reported an linking error of cannot find function "Serial_SwoWrite(...)". I found that it is because in file "serial_port_internal.h", the definitions are guarded with " extern "C"' ", but in file "serial_port_swo.c", they are not. The same happens to other files such as "serial_port_uart.c",etc. adding back the " extern "C" " solves the problem.

Labels (1)
0 Kudos
1 Reply

595 Views
Alexis_A
NXP TechSupport
NXP TechSupport

Hello Chekhov,

Thanks a lot for your comments, I will report this issue.

Best Regards,

Alexis Andalon

0 Kudos