Path: news.mathworks.com!not-for-mail
From: "Kevin " <kedecuyp@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Error building a PIL block for C2000
Date: Tue, 12 Feb 2008 14:06:02 +0000 (UTC)
Organization: Universite libre de Bruxelles
Lines: 34
Message-ID: <fos94a$ndu$1@fred.mathworks.com>
Reply-To: "Kevin " <kedecuyp@mathworks.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1202825162 23998 172.30.248.37 (12 Feb 2008 14:06:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 12 Feb 2008 14:06:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1210415
Xref: news.mathworks.com comp.soft-sys.matlab:450812



Hello everyone

I've been trying to use the hardware-in-loop function of the
Link for Composer Studio on my 2808 ezdsp.
I'm using Matlab R2007a with Code Composer Studio 3.1 and
the target for C2000

After viewing a webinar of this website
(http://www.mathworks.com/cmspro/req15055.html?eventid=47950),
I thought it would be quite easy, but I've compilation
errors everytime.

I created a really basic subsystem which consist of a simple
gain block for the sake of the test.
I pulled the F2808 EzDSP target preference in it too

In the configuration parameters panel, I went to the Link
for CCS tab, set the build action as "build" , checked
"Configure model to build PIL algorith object code" and set
PIL block action as Create_PIL_Block.

When I try to compile the subsystem, CCS reports an error
during the building process:

undefined                        first referenced
 symbol                              in file
---------                        ----------------
_pil_main                   C:\Documents\Subsystem_main.obj
>>   error: symbol referencing errors - 'Subsystem.out' not
built

Did I forget something?