Part Number: TMS570LC4357
Tool/software: Code Composer Studio
Hello,
I am trying to create a project where I am integrating the Google protocol buffers into the TMS570LC4357 board. The purpose of this is to send some data over UDP using the lwIP library.
I have included the C++ files generated by the Google protobuf library into the project, which is the lwIP demo code, and after providing the rest of the include paths for the project I still get a weird error. As far as I can tell, it's something to do with the ios and iostream files. The error I get is the following one :
I cannot find any relevant information regarding this Error 2. The path specified in the brackets is a path to the ios file.
I was thinking that maybe I need to set something in the project properties, since I am using some C++ files now as well, though I have not been able to detect the problem at the moment.
Any help regarding this issue is greatly appreciated,
Thank you.


