Real-Time Workshop --> C Code Bug
- From: "Kevin M" <kevin.m.meredith@xxxxxxxxx>
- Date: Fri, 30 Jun 2006 15:09:44 -0400
I have converted my model file to C code using Real-Time Workshop. I
opened up the name.c folder, then attempted to build it in VC++. I
incompletely debugged the program, since these two errors remain when
I attempt to built it,
"
Linking...
circ1_real.obj : error LNK2001: unresolved external symbol _rtP
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/circ1_real.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
circ1_real.exe - 3 error(s), 0 warning(s).
"
I googled these errors. One proposed solution is to make sure that
this VC++ Project is compiled as a Win32 Application, not a Console.
Please provide help with these bugs.
I thank you.
Sincerely,
Kevin
.
- Prev by Date: Re: Getting back input from unix(command)
- Next by Date: Re: Substitution in matrix
- Previous by thread: ModelReferenceCompliant
- Next by thread: Row labels in uitable
- Index(es):
Relevant Pages
|