probably a BUG found in Serial Manager

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

probably a BUG found in Serial Manager

1,275件の閲覧回数
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.

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 返信

1,236件の閲覧回数
Alexis_A
NXP TechSupport
NXP TechSupport

Hello Chekhov,

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

Best Regards,

Alexis Andalon

0 件の賞賛
返信