Avnet Electronics Marketing - Community Forum
    |   
 
Home Design Services My Account About Avnet
Reply
Contributor
alex123
Posts: 20
Registered: ‎07-22-2009
0
Accepted Solution

Running Demos

Hello

I am trying to run demos' that came in board support package (.../bsl/demos) as a  projects. When I open "led blinker" project in CCStudio and compile it' I have the following errors:

could not open source file "dm6473_init.h"

could not open source file "led_interface.h"

what should I change to run those demos as projects?

Avnet Employee
AlbertaBeef
Posts: 318
Registered: ‎04-16-2009
0

Re: Running Demos

Alex,

 

The project uses the following environment variable to find its source files:

   AVNET_S3ADSP_DM6437_INSTALLDIR

 

Can you verify if this environment variable is set to your installation path, such as:

   C:\avnet_s3adsp_dm6437_1_07

 

Regards,

 

Mario.

Contributor
alex123
Posts: 20
Registered: ‎07-22-2009
0

Re: Running Demos

I did change this environment variable to my installation folder in CCStudio Project->Build Options->{all the categories}, but now I have a different error:

could not open source file "cslr.h"

should I change this variable somewhere else?

 

Contributor
alex123
Posts: 20
Registered: ‎07-22-2009
0

Re: Running Demos

Problem solved. I changed an  environment variables in system properties.

Avnet Employee
AlbertaBeef
Posts: 318
Registered: ‎04-16-2009
0

Re: Running Demos

Excellent !