Hi all,
We are using C6727 DSP based board and we are trying to run a c++ based code on to this. But before doing that I just ran a simple C++ code to verify the support for c++. Following is the listing of the code,
#include <iostream.h>
int main()
{
cout << " hello cpp" << endl;
}
I selected the embedded C++ compiler option in the project build option. When I built the code, I got " unable to open iostream.h" error. I searched for this file in CCS installation. There was only one file in the installation, $(InstallDir)\bin\utilities\sim\gcc\include\c++\3.4.4\backward. But this file again include iostream.
My question is whether I am following right path in compiling code? What else I need to do in order to compile the file? Following are setup details,
i) CCS version 3.3.82
ii) BIOS version 5.31.02
Thank you,
Abhijit