From: Scott on
I'm trying to build an executable file which will run a simulation I created. In this simulation I use the Joystick Input from the Virtual Reality Toolbox. For some reason I keep getting an error when building which involves the joystick control. See below ...

******************************************************************
Using the "grt.tlc" target file "Visual C/C++ Project Makefile only for the 'grt' target" ******************************************************************

Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.

NMAKE : fatal error U1073: don't know how to make 'joyinput.ofile'
Stop.

U:\Matlab\VRTestAll_4_27_grt_rtw>echo The make command returned an error of 2
The make command returned an error of 2

U:\Matlab\VRTestAll_4_27_grt_rtw>An_error_occurred_during_the_call_to_make
'An_error_occurred_during_the_call_to_make' is not recognized as an internal or external command,
operable program or batch file.
### Real-Time Workshop build procedure for model: 'VRTestAll_4_27' aborted due to an error.
From: Kevin on
Because there is no file of "joyinput.obj" finded.
In fact, the mathworks dose not provide that file!
Maybe you can try the Real Time Windows Target blocks.