puts

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

puts

467 次查看
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 回复

273 次查看
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 项奖励