Hello,
I have to read text file from SD card. I have written simple file handling code of file handling to read text file. This code works fine in Turbo C++ compiler. For executing this code in CCSv4, I have include functions like initialization of USBSTK5515 and SD card. This gives me error as below:
In Problem Window:
"C:/Program Files (x86)/Texas Instruments/ccsv4/emulation/boards/usbstk5515_v1/lib/usbstk5515bsl.lib<usbst k5515.obj>" has a Tag_Memory_Model attribute value of "2" that is different than one previously seen ("3"); combining incompatible files text line 0 1351948471265 456
In Console Window:
fatal error: file "C:/Program Files (x86)/TexasInstruments/ccsv4/emulation/boards/usbstk5515_v1/lib/usbstk5515bsl.lib<usbstk5515.obj>" has a Tag_Memory_Model attribute value of "2" that is different than one previously seen ("3"); combining incompatible files
>> Compilation failure
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: *** [text.out] Error 1
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project text
Please help me correct this issue.
Thank you!
Regards,
Ritesh