From: DENG ? on
hello everybody!
I`m now using RTW to control some motor via serial port, but when I build my mdl on my laptop(vista home basic sp1+matlab 2009a), it says:No rule to make target `sensor_testb.obj', needed by `../sensortest.rwd'. Stop. sensor_testb is the only C file in this mdl, and mex it is OK. when I move this c file to another computer(windows xp+matlab 2007a), it works! I am wondering, what`s wrong with my laptop.
thx a looooot!
From: Jan Houska on
Hi Deng,

DENG ? wrote:
> hello everybody!
> I`m now using RTW to control some motor via serial port, but when I
> build my mdl on my laptop(vista home basic sp1+matlab 2009a), it says:No
> rule to make target `sensor_testb.obj', needed by `../sensortest.rwd'.
> Stop. sensor_testb is the only C file in this mdl, and mex it is OK.
> when I move this c file to another computer(windows xp+matlab 2007a), it
> works! I am wondering, what`s wrong with my laptop.
> thx a looooot!

This is likely a bug in R2009a, please see
http://www.mathworks.com/support/bugreports/details.html?rp=522933 .

Jan


--
Jan Houska HUMUSOFT s.r.o.
houska(a)humusoft.com Pobrezni 20
http://www.humusoft.com 186 00 Praha 8
tel: ++ 420 284 011 730 Czech Republic
fax: ++ 420 284 011 740
From: DENG ? on

> This is likely a bug in R2009a, please see
> http://www.mathworks.com/support/bugreports/details.html?rp=522933 .
>
> Jan
>
>
> --
Thanks,it seems to be a good solution, I will see whether an updata can fix it.
Thanks again!