puts

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

puts

472件の閲覧回数
bobgardner
Contributor I

I'm trying to add a puts to an s12xf512 program using CW5.1. I include <termio.h> <terminal.h> and <stdio.h> and added the puts(" hi there etc"); but the linker complains about TERMIO_putchar in ....\lib\ansixbi.lib is undefined. So how do I find out which lib has the termio subs in it?!?

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

278件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Bob,

These functions like TERMIO_PutChar() need define by yourself.

There is a demo for 8 bit mcu ,please see the attachment . the method is the same .

Hope it helps

Alice

0 件の賞賛