Hi all,
i have recenty changed to CCS 5 version. The same simulation which worked on CCS 4, but now it is giving error "No source available for "c_int00() at 0x1f2d30c"". while debugging i found out that program runs smoothly till end , but while coming out of main(), instead of exiting properly it throws this error. some time i get abort() erorr on relase version, but both come at same point. I tried to look at .map file, 0x1f2d30c is the address where c_int00() is defined. the .map file was automatically generated after providing stack and heap values.
thanks