|
Using functions like "outb()" and "inb()" in qnx
|
07/29/2012 4:52 AM
post94490
|
Using functions like "outb()" and "inb()" in qnx
Hi all
I have a C program that is written in a linux operating system and for read/write to serial ports uses the functions "
outb()" , "inb()" that are included in "sys/io.h" library. but this library is written for linux operating system and I
want to compile the program in QNX.
So what should I do to successfully compile the program in QNX with qcc.
|
|
|