Reply by Jeff Brower April 23, 20072007-04-23
Rahman-

> I only have .c and .asm files in my project (also the header files).
> Everything and every option is in place! Actually After I am installing the
> CCS, first time I open it, everything properly works, the project gets
> compiled and built. But after several times I open&close the program,
> suddenly and for no specific reason it breaks and I see that all my files
> included in the project are moved to Documents. This time when I close
> the program it gets the following error message:
>
> Unexpected fatal error encountered which may have been caused by a stack
> overflow, out of memory condition or access violation.
>
> There are some other sympoms. For example, the Compile tab in Build Option
> menu disappears! Actually it's a strange problem. Some of my friends
> confronted with that but after they reinstalled CCS, it was solved but for
> me not.
> I appreciate your help very much.

Are you using Microsoft Vista?

-Jeff

>
> On 4/20/07, Tony (DSPG) wrote:
>>
>> Do your source files have a *.c*, *.cpp* or *.asm* extenstion? Mostly
>> these type
>> files will go into the *Sources* project folder. Unknown types end up in
>> the *Documents* folder.
>>
>> Tony
>> ----- Original Message -----
>> *From:* Rahman DoostMohammady
>> *To:* c...
>> *Sent:* Thursday, April 19, 2007 1:31 AM
>> *Subject:* [code-comp] Problem with Project Load in CCS3.1
>>
>> Hi everbody,
>>
>> I am working with Code Composer 3.1 developing code for TMS32F2808 device.
>>
>> Actually I'm getting a very serious problem shortly after I install CCS3.1(Actually I did
>> this installation several times). The problem is that all codes I
>> developed which are
>> supppsed to be in "Sources" section of project explorer in CCS are moved
>> to Documents and the
>> software don't detect any code or header except cmd files.
>> I wonder if somebody could help me out.
>
Reply by Rahman DoostMohammady April 23, 20072007-04-23
Hi,
I only have .c and .asm files in my project (also the header files).
Everything and every option is in place! Actually After I am installing the
CCS, first time I open it, everything properly works, the project gets
compiled and built. But after several times I open&close the program,
suddenly and for no specific reason it breaks and I see that all my files
included in the project are moved to Documents. This time when I close
the program it gets the following error message:

Unexpected fatal error encountered which may have been caused by a stack
overflow, out of memory condition or access violation.

There are some other sympoms. For example, the Compile tab in Build Option
menu disappears! Actually it's a strange problem. Some of my friends
confronted with that but after they reinstalled CCS, it was solved but for
me not.
I appreciate your help very much.

Rahman


On 4/20/07, Tony (DSPG) wrote:
>
> Do your source files have a *.c*, *.cpp* or *.asm* extenstion? Mostly
> these type
> files will go into the *Sources* project folder. Unknown types end up in
> the *Documents* folder.
>
> Tony
> ----- Original Message -----
> *From:* Rahman DoostMohammady
> *To:* c...
> *Sent:* Thursday, April 19, 2007 1:31 AM
> *Subject:* [code-comp] Problem with Project Load in CCS3.1
>
> Hi everbody,
>
> I am working with Code Composer 3.1 developing code for TMS32F2808 device.
>
> Actually I'm getting a very serious problem shortly after I install CCS3.1(Actually I did
> this installation several times). The problem is that all codes I
> developed which are
> supppsed to be in "Sources" section of project explorer in CCS are moved
> to Documents and the
> software don't detect any code or header except cmd files.
> I wonder if somebody could help me out.
>
Reply by thungaturthi sravanthi April 23, 20072007-04-23
Hi,
Check whether you r using latest cgtools which is updated for ur version of ccs or not. cgtools include lin,bin and include directories.
This problem appeares, if those 3 folders doesn't contain all updated files, especially bin folder.
try this, i hope this will definitely solve ur problem.

sravanthi

On Fri, 20 Apr 2007 D...@dynamiccontrols.com wrote :
>Not 100% sure but maybe its a path issue:
>
>Check your precompiler path settings under "build options", I think thats
>in the "debug menu". Make sure all locations of your files are included in
>the path.
>
>Do your files have the correct extensions?
>
>Hope that helps
>
>"Rahman DoostMohammady"
>Sent by: c...
>04/19/2007 05:31 PM
>
>To
>c...
>cc
>
>Subject
>[code-comp] Problem with Project Load in CCS3.1
>Hi everbody,
>I am working with Code Composer 3.1 developing code for TMS32F2808 device.
>
>Actually I'm getting a very serious problem shortly after I install CCS3.1
>(Actually I did
>this installation several times). The problem is that all codes I
>developed which are
>supppsed to be in "Sources" section of project explorer in CCS are moved
>to Documents and the
>software don't detect any code or header except cmd files.
>I wonder if somebody could help me out.
>
SRAVANTHI
Reply by "Tony (DSPG)" April 20, 20072007-04-20
Do your source files have a .c, .cpp or .asm extenstion? Mostly these type
files will go into the Sources project folder. Unknown types end up in the Documents folder.

Tony

----- Original Message -----
From: Rahman DoostMohammady
To: c...
Sent: Thursday, April 19, 2007 1:31 AM
Subject: [code-comp] Problem with Project Load in CCS3.1
Hi everbody,

I am working with Code Composer 3.1 developing code for TMS32F2808 device.
Actually I'm getting a very serious problem shortly after I install CCS3.1 (Actually I did
this installation several times). The problem is that all codes I developed which are
supppsed to be in "Sources" section of project explorer in CCS are moved to Documents and the
software don't detect any code or header except cmd files.
I wonder if somebody could help me out.
Reply by DRen...@dynamiccontrols.com April 20, 20072007-04-20
Not 100% sure but maybe its a path issue:

Check your precompiler path settings under "build options", I think thats
in the "debug menu". Make sure all locations of your files are included in
the path.

Do your files have the correct extensions?

Hope that helps

"Rahman DoostMohammady"
Sent by: c...
04/19/2007 05:31 PM

To
c...
cc

Subject
[code-comp] Problem with Project Load in CCS3.1

Hi everbody,
I am working with Code Composer 3.1 developing code for TMS32F2808 device.

Actually I'm getting a very serious problem shortly after I install CCS3.1
(Actually I did
this installation several times). The problem is that all codes I
developed which are
supppsed to be in "Sources" section of project explorer in CCS are moved
to Documents and the
software don't detect any code or header except cmd files.
I wonder if somebody could help me out.
Reply by Rahman DoostMohammady April 19, 20072007-04-19
Hi everbody,

I am working with Code Composer 3.1 developing code for TMS32F2808 device.
Actually I'm getting a very serious problem shortly after I install
CCS3.1(Actually I did
this installation several times). The problem is that all codes I developed
which are
supppsed to be in "Sources" section of project explorer in CCS are moved to
Documents and the
software don't detect any code or header except cmd files.
I wonder if somebody could help me out.