Other Parts Discussed in Thread: CCSTUDIO, TMS320C6416, SYSBIOS
Hello, Everyone!
I have a question about rebuilding SYS/BIOS
The version of CCS I used is CCSv5.0.3. I referred to a pdf named "TI SYS/BIOS Real-time Operating System v6.x User’s Guide". The version of BIOS I used is bios_6_31_04_27. I want to rebuild the SYS/BIOS.But when I do it according to the pdf, I met a question as follows:

I saw the file named "fsutils.c". In this file, it defines the header file named "stdio.h".
In stdio.h,there are codes as follows:
#ifndef _STDIO_H
# error "Never include <bits/stdio.h> directly; use <stdio.h> instead."
#endif
I don't know what the problem it is.
So can you tell me what I should do to solve this problem.
Thanks.







