Build Problem
显示 更早的评论
Creating library ..\rtvdp.lib and object ..\rtvdp.exp
rtvdp.obj : error LNK2001: unresolved external symbol _memcpy
ode5.obj : error LNK2001: unresolved external symbol _memcpy
updown.obj : error LNK2001: unresolved external symbol _memcpy
ext_svr.obj : error LNK2001: unresolved external symbol _memcpy
rtvdp.obj : error LNK2001: unresolved external symbol _memset
..\rtvdp.rwd : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
??? Error using ==> make_rtw
Error using ==> rtw_c
Error(s) encountered while building model "rtvdp"
Those are the error I encountered, using matlab6.1 and visual C++ 6.0. I used the 'xpcsetup' to make sure my directory is fine, used mex-setup to choose visual c++, what elset i'm not doing here?
回答(3 个)
Kaustubha Govind
2012-4-4
0 个投票
I am a little confused - rtvdp is the demo model used for the Real-Time Windows Target product (the System Target File that is used in the Configuration Parameters>Real-Time Workshop (or Code Generation) pane should be rtwin.tlc). Did you configure it for xPC Target by changing the System Target File to xpctarget.tlc or xpctargetert.tlc? Also, are you using the Visual Studio Professional Edition or the free version?
2 个评论
Ken Atwell
2012-4-4
He is using Visual C++ 6.0, which predates the free Express compilers (it was released in 1998). HIs version of MATLAB dates from 2001.
Image Analyst
2012-4-4
And is the computer an Apple II or an IBM PC-AT?
NS
2012-4-5
0 个投票
1 个评论
Kaustubha Govind
2012-4-5
If you want to run a xPC Target test, I would recommend using an xPC Target demo like xpcosc instead. rtvdp is configured for Real-Time Windows Target.
Arun
2013-12-25
0 个投票
I'm also facing the same problem? Did the same things - on Win XP machine with Matlab 6.5 and Microsoft Visual C++ 6.0 standard edition.
It would be great if some one could suggest a work around.
类别
在 帮助中心 和 File Exchange 中查找有关 Target Computer Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!