Other Parts Discussed in Thread: SYSBIOS
Hello,
I am updating an existing project with a newer version of the NDK (2.25.00.09).
The NDK specifies SYS/BIOS 6.45.00.20 and XDC Tools 3.32.00.06 as being required for the build.
So, I have added these three libraries to my project.
When I build the project I receive an error in finding the include path for the BIOS:
".../dev/Ethernet/CEtherIPC.cpp", line 11: fatal error #1965: cannot open source file "ti/bios/include/std.h"
The specific line is:
#include <ti/bios/include/std.h>
I see the include options variable for BIOS in the project settings dialog:

Viewing the variables shows me that there is no directory for the BIOS:

The other libraries have both a file and a directory specification in the variable list.
I expect the mission Directory variable is my problem.
If that is correct, where do I add the directory?
Thank You,
Forrest
