CodeWarrior

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
2,154件の閲覧回数
Batscap
Contributor I
Do you know this problem ?
 
L1822: Symbol TERMIO_Putchar in file C: "Chemin d'installation de IDE" ... anisiis.lib is not defined.
 
I want to use <STDIO.H> with printf("Toto").
 
Have you got answers ?
 
Thanks.
 
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
776件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
You have to provide you own TERMIO_Putchar and TERMIO_Init functions.
Have a look at the code in
lib\hc12c\src\termio.c
For the HC12 you have to at least adapt the baud rate in TERMIO_Init.
For the HC08, the implementation has to be adapted more..

Daniel

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
777件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
You have to provide you own TERMIO_Putchar and TERMIO_Init functions.
Have a look at the code in
lib\hc12c\src\termio.c
For the HC12 you have to at least adapt the baud rate in TERMIO_Init.
For the HC08, the implementation has to be adapted more..

Daniel
0 件の賞賛
返信