Path: news.mathworks.com!not-for-mail
From: "Guoliang Zhang" <zhangl@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Compiling Simulink problem
Date: Mon, 14 Jul 2008 17:02:41 -0400
Organization: The MathWorks, Inc.
Lines: 36
Message-ID: <g5geua$81b$1@fred.mathworks.com>
References: <g5fl90$8$1@fred.mathworks.com>
NNTP-Posting-Host: zhangg.dhcp.mathworks.com
X-Trace: fred.mathworks.com 1216069386 8235 144.212.114.146 (14 Jul 2008 21:03:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 14 Jul 2008 21:03:06 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
Xref: news.mathworks.com comp.soft-sys.matlab:479325



what is the "reactor"? is it another model, hand-code or your s-function's 
name?

did your parterner send you the source files for the sfunction?

it seems you are missing some files, not the compiler's problem

GZ

"Matthew Wade" <cosmicspacepig@googlemail.com> wrote in message 
news:g5fl90$8$1@fred.mathworks.com...
> Hi,
>
> Some days ago I posted on a problem that I was having with
> compiling a simulink model using Real-Time Workshop:
>
> http://www.mathworks.com/matlabcentral/newsreader/view_threa
> d/172334#442216
>
> After some investigation I found that the model compiles
> fine on my colleagues computer (in Spain, so no chance to
> play around).
>
> The only conceivable reason is that he uses Visual Studio
> C/C++ compiler and I only have the base lcc compiler.
>
> He already compiled some of the c-code that the model
> blocks use using this Vis Studio compiler, so am I right in
> thinking that my lcc compiler will not be able to use these
> c files during the Real Time Workshop Build process?
>
> Cheers
> Matt
>