Other Parts Discussed in Thread: CC1310
Tool/software: Code Composer Studio
Hello,
I'm using CC1310 launchpad and one of the functions I need is to read and write data from USB using tty. When I try to build my project, it displays the following error: "fatal error #1965: cannot open source file "termios.h" and stops the compilation. "termios.h" is a posix library which should be available within the compiler, right?
I can't find anything on this. Including also "unistd.h" and "fcntl.h" give me the same error. I'm running CCS in Linux with ARM compiler.
Regards,
João