This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

28335: Saving to a .dat file (using Code Composer Studio)



Hi,

I'm trying to declare an ostream object but I get this error:

placement fails for object ".text", size 0x3ca2 (page 0).
Available ranges: RAML1        size: 0x1000       unused: 0x1000       max hole: 0x1000

Does this mean that the included header file (ofstream) is to large? If so, how come larger header files such as algorithm (87 kb) work?


I want to declare the object so that I can stream an array of size 1600 into a .dat file.
How can I solve this problem?


/Abebe Hailu