puts

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

puts

457 Views
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?!?

Labels (1)
0 Kudos
1 Reply

263 Views
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 Kudos